0.6.0: Cluster mode, PM2, Logo, Prettier 1.6 and more...
RAN 0.6.0
Welcome to the new version of RAN! On this version, I added Cluster mode for increased performance, added PM2 for process management, Upgraded Prettier to new fancy version 1.6 and also made RAN! logo. As you see, I tried to make logo between next.js and graphQL so I hope you like it! 😃 If you have any question/issue/opinion/wish, Don't hesitate to contact me!
Breaking Changes
- Added PM2 and Cluster mode. Basically, Everything is same but not on the background. It will start to give more information to understand what's going on your machine.
- Upgraded Prettier to 1.6. I updated my code with this but It can fix on your changes automatically after run lint. So don't worry, It's going great :)
- Added App Icons and Favicon. If you are using RAN on your production, don't forget to change them with your icons.
- Added Contributor List using by
all-contributors
.
Changes
- Added new helper for commands:
addTexttoFile
- Updated
create:page
&create:route
- Now new route after create page or route will be added automatically to
./routes.js
- Removed "RAN! Example" from title on create page command
- Updated Message on create page command
- Fixed gql file cache bug
- 🔥 Added PM2 for process manager 🔥
- 🔥 Added cluster mode for increase performace 🔥
- Updated
start
andstart:next
commands with PM2 - Added App Icons and Favicon
- Created new component for App Icons
- Added Doc for Static files and App Icons
- 🔥 Added RAN! Logo 🔥
- Updated server.js and document.js
- Added Contributor List using by
all-contributors
. - Removed unnecessary packages
- Code Style fixes after upgrade to Prettier 1.6
- [Fix] #115 #126
- [Feature] #116
Package Upgrades
- react-helmet to version 5.2.0
- prettier to version 1.6.1
- babel-plugin-styled-components to version 1.2.0
- release to version 2.1.0
- next-cookies to version 1.0.2
- react-apollo to version 1.4.15
- ngrok to version 2.2.21
- lint-staged to version 4.0.4
- graphql-cli to version 1.0.1
- eslint-plugin-react to version 7.3.0
- inquirer to version 3.2.2
- next to version 3.0.6
- eslint-plugin-prettier to version 2.2.0