Releases: Sly777/ran
Package updates, Fixed Graphql lint bug
Small Changes
- Fixed graphql linter bug because of the graphql package changes
- Updated .graphqlconfig and schema path
- Added Graphcool Schema
- Updated Graphql URLs
Package Updates
- update styled-components to version 2.2.1
- update eslint-plugin-graphql to version 1.4.0-1
- update babel-plugin-styled-components to version 1.2.1
- update prettier to version 1.7.4
- Updated express to 4.16.1
- update graphql-cli to version 1.1.0
- update eslint to version 4.8.0
- update helmet to version 3.8.2
- update release to version 2.5.2
- update compression to version 1.7.1
- update react-apollo to version 1.4.16
- update babel-eslint to version 8.0.1
- update react-dom to version 15.6.2
- update react to version 15.6.2
- update prop-types to version 15.6.0
- update lint-staged to version 4.2.3
- update eslint-plugin-react to version 7.4.0
- update babel-plugin-inline-import-graphql-ast to version 2.0.1
- update offline-plugin to version 4.8.4
- update eslint-config-prettier to version 2.6.0
- update pm2 to version 2.7.1
- update inquirer to version 3.3.0
- update replace-in-file to version 3.0.0-beta.2
- update next to version 3.2.2
- update ngrok to version 2.2.22
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
0.5.0: Auto JS Lint, New File Naming, New CLI Command and more..
RAN 0.5.0
Firstly, Thanks to everyone for suggestions and bug reports. Especially @BjornMelgaard for making massive work for this release! On 0.5.0, We made big changes on Authentication and File Naming. From now on, data.js
files are store.js
. And also we took the style codes from components and put them to the new files as styles.js
. For the other changes, check below!
Breaking Changes
- Updated Auth Architecture
- Updated File Naming (by @BjornMelgaard)
- Split Styles from Component Files (by @BjornMelgaard)
Updates
- Added Auto check for Js files on Development
- Added new command:
lint:watch
- Removed
localForage
Package - Added
Next-Cookies
&Js-Cookie
Packages - added
babel-plugin-inline-import-graphql-ast
(by @BjornMelgaard) - added eslint for graphql (by @BjornMelgaard)
- Fixed on CLI for route
- Fixed Route Changes
- Fixed Auth Token Bug
- Fixed single quotes on
.eslintrc
- Fixed Deps bug on Deployment
- Updated
Packages
doc
Package Updates
- react-redux to version 5.0.6
- next to version 3.0.3
- eslint-plugin-react to version 7.2.0
- release to version 1.4.0
- eslint-plugin-react to version 7.2.1
- react-apollo to version 1.4.14
- ngrok to version 2.2.17
Now with Next-Routes!
From now on, RAN! starts to use next-routes for routing because It's more reliable and easier than the old next-url-prettifier
.
Other updates
- Fixed link to GraphCool (thanks to @lewiscowper)
- Updated styled-components -> 2.1.2
- Updated webpack-bundle-analyzer -> 2.9.0
- Updated release -> 1.3.2
- Updated lint-staged -> 4.0.3
- Updated chalk -> 2.1.0
- Updated cors -> 2.8.4
- Updated redux -> 3.7.2
- Updated express -> 4.15.4
New graphQL features!
[feature] new commands graphql:play
, graphql:update_schema
and graphql:see_graph
[feature] Created schema file of example graphql service
[feature] .graphqlconfig file for working with graphql easily
[feature] Added .env (environment variable) support (thanks @fyalavuz 🎉)
Other Updates
- [feature] new packages on DEV:
graphql-cli
,graphql-cli-voyager
- [update] Updated Commands, Environment Variable doc
Packages
- react-apollo -> 1.4.8
- release -> 1.2.4
- helment -> 3.8.1
- next.js -> 3.0.1-beta.19
- inquirer -> 3.2.1
- eslint-config-airbnb -> 15.1.0
- eslint-plugin-import -> 2.7.0
- eslint-plugin-jsx-a11y -> 5.1.0
0.3.0 - Authentication arrived, finally!
Big changes
[New Feature] Authentication system is ready (Thanks @astenmies for great work!)
[New Feature] Structures way cleaner now. added containers.
[New Feature] Added SNYK and Helmet for better security
[New Feature] Added Codeclimate
Other Updates
- Added ".yarnclean"
- Updated Travis-ci setting
- Updated linter for js files in the root directory (Thanks @pronevich)
- Added New pages for auth (Sign-up, Sign-in, Sign-out)
- Added error states
- Added Validations
Packages
- react-apollo -> 1.4.8
- ngrok -> 2.2.15
- next-url-prettifier -> 1.1.5
- graphql -> 0.10.5
- Lint-stage -> 4.0.2
- Prettier -> 1.5.3
- Webpack-bundle-analyzer -> 2.8.3
- Redux -> 3.7.2
- Compression -> 1.7.0
- Offline-plugin -> 4.8.3
- Inquirer -> 3.2.0
- Husky -> 0.14.3
0.2.4 -> 0.2.5
Updated babel-plugin-styled-components Updated Next.js Updated styled-components
Node.js v8 Fix
0.2.3 -> 0.2.4 Node.js 8 bug fixed
0.2.2 -> 0.2.3
Updated Theme Library
Added package for color manipulation: color.js
Updated some packages
Updated Styling Documentation