|
| 1 | +## v0.3.3 (2016-06-30) |
| 2 | + |
| 3 | +#### Enhancement |
| 4 | +* `babel-plugin-react-server`, `babel-preset-react-server` |
| 5 | + * [#301](https://github.com/redfin/react-server/pull/301) Add babel module tagging. ([@doug-wade](https://github.com/doug-wade)) |
| 6 | +* `react-server-gulp-module-tagger`, `react-server-module-tagger` |
| 7 | + * [#300](https://github.com/redfin/react-server/pull/300) Add react server module tagger. ([@doug-wade](https://github.com/doug-wade)) |
| 8 | + |
| 9 | +#### Performance |
| 10 | +* `react-server` |
| 11 | + * [#288](https://github.com/redfin/react-server/pull/288) Reduce nodeArrival calls by taking in range of node indices. ([@SteveVitali](https://github.com/SteveVitali)) |
| 12 | + |
| 13 | +#### Bug fix |
| 14 | +* `babel-plugin-react-server` |
| 15 | + * [#322](https://github.com/redfin/react-server/pull/322) add dev dependency on babel-cli to babel plugin. ([@doug-wade](https://github.com/doug-wade)) |
| 16 | +* `react-server-cli` |
| 17 | + * [#318](https://github.com/redfin/react-server/pull/318) Downgrade webpack-dev-server to 1.13.0. ([@gigabo](https://github.com/gigabo)) |
| 18 | +* `generator-react-server` |
| 19 | + * [#298](https://github.com/redfin/react-server/pull/298) Validate project name in generator to ensure it's a valid npm package name. ([@latentflip](https://github.com/latentflip)) |
| 20 | + |
| 21 | +#### Security |
| 22 | +* `react-server-cli` |
| 23 | + * [#308](https://github.com/redfin/react-server/pull/308) Resolve nsp 118 for react-server-cli. ([@doug-wade](https://github.com/doug-wade)) |
| 24 | +* `generator-react-server` |
| 25 | + * [#307](https://github.com/redfin/react-server/pull/307) Exempt nsp 120. ([@doug-wade](https://github.com/doug-wade)) |
| 26 | +* `react-server` |
| 27 | + * [#305](https://github.com/redfin/react-server/pull/305) Adding X-Content-Type-Options: nosniff header. ([@roblg](https://github.com/roblg)) |
| 28 | + |
| 29 | +#### Commiters: 6 |
| 30 | +- Bo Borgerson ([gigabo](https://github.com/gigabo)) |
| 31 | +- Douglas Wade ([doug-wade](https://github.com/doug-wade)) |
| 32 | +- Philip Roberts ([latentflip](https://github.com/latentflip)) |
| 33 | +- Robert Gay ([roblg](https://github.com/roblg)) |
| 34 | +- Sasha Aickin ([aickin](https://github.com/aickin)) |
| 35 | +- Steve Vitali ([SteveVitali](https://github.com/SteveVitali)) |
1 | 36 |
|
2 | 37 | ## v0.3.2 (2016-06-13) |
3 | 38 |
|
|
0 commit comments