|
| 1 | +## v0.6.0 (2017-01-28) |
| 2 | + |
| 3 | +#### Breaking change |
| 4 | +* `react-server-cli`, `react-server` |
| 5 | + * [#837](https://github.com/redfin/react-server/pull/837) Address routr api changes & Handle POST. ([@drewpc](https://github.com/drewpc)) |
| 6 | +* `react-server-cli`, `react-server` |
| 7 | + * [#809](https://github.com/redfin/react-server/pull/809) Server side hot reload. ([@drewpc](https://github.com/drewpc)) |
| 8 | + |
| 9 | +#### Enhancement |
| 10 | +* `react-server-examples`, `react-server-redux`, `react-server-test-pages` |
| 11 | + * [#839](https://github.com/redfin/react-server/pull/839) Add Redux Support. ([@sresant](https://github.com/sresant)) |
| 12 | +* `react-server-cli`, `react-server` |
| 13 | + * [#809](https://github.com/redfin/react-server/pull/809) Server side hot reload. ([@drewpc](https://github.com/drewpc)) |
| 14 | +* `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` |
| 15 | + * [#787](https://github.com/redfin/react-server/pull/787) Update dependencies with david. ([@doug-wade](https://github.com/doug-wade)) |
| 16 | +* Other |
| 17 | + * [#784](https://github.com/redfin/react-server/pull/784) Run bootstrap as a postinstall script. ([@doug-wade](https://github.com/doug-wade)) |
| 18 | +* `babel-plugin-react-server` |
| 19 | + * [#778](https://github.com/redfin/react-server/pull/778) Add support for logger labels. ([@doug-wade](https://github.com/doug-wade)) |
| 20 | + |
| 21 | +#### Bug fix |
| 22 | +* `react-server-cli`, `react-server` |
| 23 | + * [#833](https://github.com/redfin/react-server/pull/833) Fix file path issues. ([@drewpc](https://github.com/drewpc)) |
| 24 | + * [#837](https://github.com/redfin/react-server/pull/837) Address routr api changes & Handle POST. ([@drewpc](https://github.com/drewpc)) |
| 25 | +* `generator-react-server`, `react-server-cli` |
| 26 | + * [#836](https://github.com/redfin/react-server/pull/836) Make output url more relative. ([@drewpc](https://github.com/drewpc)) |
| 27 | +* `react-server` |
| 28 | + * [#838](https://github.com/redfin/react-server/pull/838) Fix ReactServerAgent CORS preflight. ([@drewpc](https://github.com/drewpc)) |
| 29 | + * [#805](https://github.com/redfin/react-server/pull/805) Handle Null and Promise.resolve(null) in renderMetaTags + renderLinkTags. ([@drewpc](https://github.com/drewpc)) |
| 30 | +* `react-server-cli` |
| 31 | + * [#786](https://github.com/redfin/react-server/pull/786) Resolve ReactMount not found error. ([@doug-wade](https://github.com/doug-wade)) |
| 32 | + |
| 33 | +#### Documentation |
| 34 | +* Other |
| 35 | + * [#821](https://github.com/redfin/react-server/pull/821) Remove asini run prepublish since it doesn't run in topo order. ([@doug-wade](https://github.com/doug-wade)) |
| 36 | + * [#815](https://github.com/redfin/react-server/pull/815) Add merging prs policy. ([@doug-wade](https://github.com/doug-wade)) |
| 37 | + * [#834](https://github.com/redfin/react-server/pull/834) Fix configuration key in documentation. ([@karlhorky](https://github.com/karlhorky)) |
| 38 | + * [#827](https://github.com/redfin/react-server/pull/827) Fix broken Markdown link in production.md. ([@drewpc](https://github.com/drewpc)) |
| 39 | + * [#817](https://github.com/redfin/react-server/pull/817) Documentation update: bullet list for express middlewares. ([@feychou](https://github.com/feychou)) |
| 40 | + * [#814](https://github.com/redfin/react-server/pull/814) Documentation update: add details about node GC. ([@drewpc](https://github.com/drewpc)) |
| 41 | + * [#777](https://github.com/redfin/react-server/pull/777) Add a guide for running react-server in production. ([@drewpc](https://github.com/drewpc)) |
| 42 | +* `react-server-test-pages` |
| 43 | + * [#806](https://github.com/redfin/react-server/pull/806) Test page for page forwarding. ([@lidawang](https://github.com/lidawang)) |
| 44 | + * [#803](https://github.com/redfin/react-server/pull/803) Adding bottleneck vanilla test sites. ([@krisxw](https://github.com/krisxw)) |
| 45 | + |
| 46 | +#### Security |
| 47 | +* `react-server-test-pages`, `react-server-website` |
| 48 | + * [#819](https://github.com/redfin/react-server/pull/819) Remove outdated nsprcs. ([@doug-wade](https://github.com/doug-wade)) |
| 49 | +* `react-server-cli` |
| 50 | + * [#812](https://github.com/redfin/react-server/pull/812) Helmet as default express middleware in react-server-cli. ([@feychou](https://github.com/feychou)) |
| 51 | + |
| 52 | +#### Commiters: 12 |
| 53 | +- Bo Borgerson ([gigabo](https://github.com/gigabo)) |
| 54 | +- Douglas Wade ([doug-wade](https://github.com/doug-wade)) |
| 55 | +- Fey Chou ([feychou](https://github.com/feychou)) |
| 56 | +- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 57 | +- Helen Weng ([helenaut](https://github.com/helenaut)) |
| 58 | +- Karl Horky ([karlhorky](https://github.com/karlhorky)) |
| 59 | +- Kristopher X Williams ([krisxw](https://github.com/krisxw)) |
| 60 | +- Lida Wang ([lidawang](https://github.com/lidawang)) |
| 61 | +- Mark Thomas ([markthethomas](https://github.com/markthethomas)) |
| 62 | +- PC Drew ([drewpc](https://github.com/drewpc)) |
| 63 | +- Richie Thomas ([richiethomas](https://github.com/richiethomas)) |
| 64 | +- Sresan Thevarajah ([sresant](https://github.com/sresant)) |
| 65 | + |
1 | 66 | ## v0.5.1 (2016-11-30) |
2 | 67 |
|
3 | 68 | #### Enhancement |
|
0 commit comments