Releases: Sly777/ran
0.9.0: Apollo v2 and package updates
Package updates and small fix
- Package updates
- Updated components for supporting the new version of styled-components (Info: styled-components/styled-components#1546)
0.8.5
- 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
hotfix: Buildstats bug
0.8.2 0.8.1 -> 0.8.2
package updates, removed node.js 7 and added node.js 9
- 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...
RAN 0.8.0
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
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...
RAN 0.7.0
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 easilycreate:container
for creating container for your pagessetup:clean
for setup your application without any example page and componentbuild:static_export
for building your application and exporting to HTML
- Added
node_version
andnvmrc
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
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