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)