Skip to content

Releases: Sly777/ran

0.9.0: Apollo v2 and package updates

03 Jan 13:42
Compare
Choose a tag to compare

Package updates and small fix

29 Aug 08:45
Compare
Choose a tag to compare

0.8.5

16 Jul 21:27
Compare
Choose a tag to compare
  • Package updates
  • Static export bug fixes (thanks @davidsanchez96)
  • Flow & Next.js version conflict bug fixed
  • Updated URL props with new next.js router system

RAN! 0.8.3

05 Apr 15:06
Compare
Choose a tag to compare

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

hotfix: Buildstats bug

05 Apr 13:48
Compare
Choose a tag to compare
0.8.2

0.8.1 -> 0.8.2

package updates, removed node.js 7 and added node.js 9

05 Apr 13:02
Compare
Choose a tag to compare
  • package updates
  • removed node.js 7 support
  • Added node.js 9 support

First release in 2018! Type checks, Shared ENVs, Open Collective, Package Updates, Fixes...

20 Jan 14:13
Compare
Choose a tag to compare

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)

Doc and Example Updates

27 Oct 13:48
Compare
Choose a tag to compare

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: Static export support, More commands, Clean start, new standards, package updates...

26 Oct 03:21
Compare
Choose a tag to compare

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

Package Updates

16 Oct 19:37
Compare
Choose a tag to compare

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