v0.6.0
Breaking change
Previously, routes marked explicitly as GET would also accept POST and other
requests. After upgrading to v0.6.0, routes will only match the verbs they are
marked to accept, which may break some existing use cases. We recommended
auditing your non-GET routes as part of upgrading to 0.6.0
react-server-cli
,react-server
Enhancement
react-server-examples
,react-server-redux
,react-server-test-pages
react-server-cli
,react-server
babel-plugin-react-server
,babel-preset-react-server
,generator-react-server
,react-server-cli
,react-server-gulp-module-tagger
,react-server-module-tagger
,react-server
- #787 Update dependencies with david. (@doug-wade)
- Other
- #784 Run bootstrap as a postinstall script. (@doug-wade)
babel-plugin-react-server
- #778 Add support for logger labels. (@doug-wade)
Bug fix
react-server-cli
,react-server
generator-react-server
,react-server-cli
react-server
react-server-cli
- #786 Resolve ReactMount not found error. (@doug-wade)
Documentation
- Other
- #821 Remove asini run prepublish since it doesn't run in topo order. (@doug-wade)
- #815 Add merging prs policy. (@doug-wade)
- #834 Fix configuration key in documentation. (@karlhorky)
- #827 Fix broken Markdown link in production.md. (@drewpc)
- #817 Documentation update: bullet list for express middlewares. (@feychou)
- #814 Documentation update: add details about node GC. (@drewpc)
- #777 Add a guide for running react-server in production. (@drewpc)
react-server-test-pages
Security
react-server-test-pages
,react-server-website
- #819 Remove outdated nsprcs. (@doug-wade)
react-server-cli
Commiters: 12
- Bo Borgerson (gigabo)
- Douglas Wade (doug-wade)
- Fey Chou (feychou)
- Greenkeeper (greenkeeperio-bot)
- Helen Weng (helenaut)
- Karl Horky (karlhorky)
- Kristopher X Williams (krisxw)
- Lida Wang (lidawang)
- Mark Thomas (markthethomas)
- PC Drew (drewpc)
- Richie Thomas (richiethomas)
- Sresan Thevarajah (sresant)