Ran Versions Save

:zap: RAN! React . GraphQL . Next.js Toolkit :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...

0.9.0

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago
  • Package updates
  • Static export bug fixes (thanks @davidsanchez96)
  • Flow & Next.js version conflict bug fixed
  • Updated URL props with new next.js router system

0.8.3

6 years ago

RAN! 0.8.3

  • 🔥 Glitch support 🔥 Just click this button to start with RAN! Remix on Glitch

  • set node.js 8 on engines setting (still works with node.js 9)

  • removed PM2 (but I added new command for this ✌️)

  • Updated documentation

  • Added prestart script to build the app before the start

YAY

0.8.2

6 years ago

0.8.1

6 years ago
  • package updates
  • removed node.js 7 support
  • Added node.js 9 support

0.8.0

6 years ago

RAN 0.8.0

RAN

Finally, New version of RAN is ready! In this release, Most important things are that we added type checking (with Flow) and shared environment variables. Also; we fixed some bugs and, as usual, updated packages.

Thanks to @talensjr, @baires, @evenchange4, @aarondancer and @mrsteele for all help!

🔥 Breaking Changes 🔥

  • Added Type checking with Flow (thanks to @talensjr). By the way, It's optional so if you don't use @flow flag on your any js files, It will not check.
  • Added Shared Environment Support (thanks to @mrsteele). That means you can share your environment variables between client and server. If you use public.env file before this update, please check your security because we are using public.env File for sharing variables. Please check the documentation for details.

Other Changes

  • Added Opencollective
  • Added .prettierrc
  • Fixes on documentation (thanks to @aarondancer and @baires)
  • Updated cache time bug (thanks to @evenchange4)
  • a lot of package updates (not major ones so these updates shouldn't break your system)

0.7.1

6 years ago

Hey all, on this small update, I updated links on documentation which is now available on https://www.rantoolkit.com, Also I updated page design and added small info for writers on the example page :)

0.7.0

6 years ago

RAN 0.7.0

RAN

Welcome to the new version of RAN! On this version, RAN has too many new features such as new commands for creating components and containers, exporting static html easily, start project cleanest way and more. I hope you like it! If you have any question/issue/opinion/wish, Don't hesitate to contact me!

🔥 Breaking Changes 🔥

  • Static HTML export support. You don't need to think about routes, pages. Everything is prepared for you with new Next.js version and RAN commands.
  • New commands: (for details; please check Docs/Commands)
    • create:component for creating new fancy components easily
    • create:container for creating container for your pages
    • setup:clean for setup your application without any example page and component
    • build:static_export for building your application and exporting to HTML
  • Added node_version and nvmrc files for standard of node.js version for everyone of your project

Other Changes

  • Documentation updated
  • Changed next-cookies repo address for static export

Package Updates

  • chalk to 2.3.0
  • moment to 2.19.1
  • styled-components to 2.2.2
  • next to 4.1.3
  • eslint-plugin-import to 2.8.0
  • lint-staged to 4.3.0
  • pm2 to 2.7.2
  • handlebars to 4.0.11

0.6.2

6 years ago

Package Updates

  • next-routes to version 1.1.0
  • babel-plugin-inline-import-graphql-ast to version 2.0.2
  • next to version 4.1.0
  • Eslint-config-airbnb to version 16.0.0
  • eslint-plugin-jsx-a11y to version 6.0.2
  • eslint to version 4.9.0
  • ngrok to version 2.2.23
  • eslint-watch to version 3.1.3
  • helmet to version 3.9.0
  • Express to version 4.16.2