|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## V2 (currently v2.4.3) |
| 3 | +## v2.4.5 |
| 4 | + |
| 5 | +- Add `babel-plugin-flow-react-proptypes`. |
| 6 | +- Add `eslint-plugin-compat`. |
| 7 | +- Add JSS `composes` example. |
| 8 | + |
| 9 | +## v2.4.4 |
| 10 | + |
| 11 | +- Update Immutable to remove the `import * as Immutable from 'immutable'` syntax. |
| 12 | +- Declare Flow types outside of function params for React components. |
| 13 | +- Improve Webpack `publicPath`. |
| 14 | + |
| 15 | +## V2, up to v2.4.3 |
4 | 16 |
|
5 | 17 | - Gulp is gone, replaced by NPM (Yarn) scripts.
|
6 | 18 | - Express has been added, with template strings for static HTML. Gzip compression enabled.
|
7 | 19 | - Support for development environment with Nodemon and production environment with PM2.
|
8 | 20 | - Minification or sourcemaps depending on the environment via Webpack.
|
9 |
| -- Webpack Dev Server added, with Hot Module Replacement and `react-hot-loader`. |
10 |
| -- Added an asynchronous call example with `redux-thunk`. |
| 21 | +- Add Webpack Dev Server, with Hot Module Replacement and `react-hot-loader`. |
| 22 | +- Add an asynchronous call example with `redux-thunk`. |
11 | 23 | - Linting / type checking / testing is not launched at every file change anymore, but triggered by Git Hooks via Husky.
|
12 | 24 | - Some chapters have been combined to make it easier to maintain the tutorial.
|
13 |
| -- Replaced Chai and Mocha by Jest. |
14 |
| -- Added React-Router, Server-Side rendering, `react-helmet`. |
15 |
| -- Renamed all "dog" things and replaced it by "hello" things. It's a Hello World app after all. |
16 |
| -- Added Twitter Bootstrap, JSS, and `react-jss` for styling. |
17 |
| -- Added a Websocket example with Socket.IO. |
18 |
| -- Added optional Heroku, Travis, and Coveralls integrations. |
| 25 | +- Replace Chai and Mocha by Jest. |
| 26 | +- Add React-Router, Server-Side rendering, `react-helmet`. |
| 27 | +- Rename all "dog" things and replaced it by "hello" things. It's a Hello World app after all. |
| 28 | +- Add Twitter Bootstrap, JSS, and `react-jss` for styling. |
| 29 | +- Add a Websocket example with Socket.IO. |
| 30 | +- Add optional Heroku, Travis, and Coveralls integrations. |
0 commit comments