|
| 1 | +## v0.4.7 (2016-08-27) |
| 2 | + |
| 3 | +#### Enhancement |
| 4 | +* `react-server-cli` |
| 5 | + * [#598](https://github.com/redfin/react-server/pull/598) Webpack config. ([@hbussell](https://github.com/hbussell)) |
| 6 | + * [#631](https://github.com/redfin/react-server/pull/631) Export default options so other dependent packages can test against changing properties. ([@jbenesch](https://github.com/jbenesch)) |
| 7 | + * [#592](https://github.com/redfin/react-server/pull/592) Add version flag to react-server-cli. ([@doug-wade](https://github.com/doug-wade)) |
| 8 | + * [#630](https://github.com/redfin/react-server/pull/630) Make superagent a regular dependency and upgrade to 2.2.0. ([@doug-wade](https://github.com/doug-wade)) |
| 9 | +* `react-server` |
| 10 | + * [#610](https://github.com/redfin/react-server/pull/610) Implement toJson on ReactServerAgent request for logging/debugging. ([@doug-wade](https://github.com/doug-wade)) |
| 11 | + * [#606](https://github.com/redfin/react-server/pull/606) Update react-server to write server side timings/logs to the response document. ([@vinsewah](https://github.com/vinsewah)) |
| 12 | + * [#617](https://github.com/redfin/react-server/pull/617) Updating the dependency on request-local-storage from 1.0.0 to 1.1.0. ([@vinsewah](https://github.com/vinsewah)) |
| 13 | + * [#616](https://github.com/redfin/react-server/pull/616) Emit showMaster event when the back navigation is triggered in Frameback. ([@vinsewah](https://github.com/vinsewah)) |
| 14 | +* `babel-plugin-react-server`, `react-server-gulp-module-tagger`, `react-server-module-tagger` |
| 15 | + * [#611](https://github.com/redfin/react-server/pull/611) Prepend configurable prefix to module tag. ([@doug-wade](https://github.com/doug-wade)) |
| 16 | + |
| 17 | +#### Bug fix |
| 18 | +* `generator-react-server` |
| 19 | + * [#625](https://github.com/redfin/react-server/pull/625) Ensure generated .reactserverrc option keys match cli option keys. ([@jbenesch](https://github.com/jbenesch)) |
| 20 | + * [#601](https://github.com/redfin/react-server/pull/601) Fix 599: use path.join instead of string concatenation. ([@doug-wade](https://github.com/doug-wade)) |
| 21 | +* `react-server-data-bundle-cache` |
| 22 | + * [#603](https://github.com/redfin/react-server/pull/603) Fix react-server-data-bundle-cache logging. ([@doug-wade](https://github.com/doug-wade)) |
| 23 | +* `react-server` |
| 24 | + * [#602](https://github.com/redfin/react-server/pull/602) Fix module tagging for react server core. ([@doug-wade](https://github.com/doug-wade)) |
| 25 | + |
| 26 | +#### Commiters: 8 |
| 27 | +- Carey Spies ([careylin](https://github.com/careylin)) |
| 28 | +- David Alber ([davidalber](https://github.com/davidalber)) |
| 29 | +- Douglas Wade ([doug-wade](https://github.com/doug-wade)) |
| 30 | +- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) |
| 31 | +- Harley Bussell ([hbussell](https://github.com/hbussell)) |
| 32 | +- Henry Zhu ([hzhu](https://github.com/hzhu)) |
| 33 | +- Jason Benesch ([jbenesch](https://github.com/jbenesch)) |
| 34 | +- Vince Chang ([vinsewah](https://github.com/vinsewah)) |
| 35 | + |
1 | 36 | ## v0.4.6 (2016-08-23)
|
2 | 37 |
|
3 | 38 | #### Enhancement
|
|
255 | 290 | - Bo Borgerson ([gigabo](https://github.com/gigabo))
|
256 | 291 | - Douglas Wade ([doug-wade](https://github.com/doug-wade))
|
257 | 292 | - Rob Landers ([withinboredom](https://github.com/withinboredom))
|
258 |
| - |
|
0 commit comments