Skip to content

Commit 8329f6e

Browse files
committed
Update CHANGELOG
1 parent 78efb99 commit 8329f6e

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

Diff for: CHANGELOG.md

+21-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
# Change Log
22

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
416

517
- Gulp is gone, replaced by NPM (Yarn) scripts.
618
- Express has been added, with template strings for static HTML. Gzip compression enabled.
719
- Support for development environment with Nodemon and production environment with PM2.
820
- 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`.
1123
- Linting / type checking / testing is not launched at every file change anymore, but triggered by Git Hooks via Husky.
1224
- 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.

Diff for: how-to-translate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Since I want to reward you for your good work as much as possible, you can put a
3535
- After your original one-shot translation, if you want to update your repo with the latest change from the main English repo, [sync your fork](https://help.github.com/articles/syncing-a-fork/) with my repo. To make it easy to see what changed since your initial translation, you can use Github's feature to [compare commits](https://help.github.com/articles/comparing-commits-across-time/#comparing-commits). Set the **base** to the last commit from the English repo you used to translate, and compare it to **master**, like so:
3636

3737
<!-- markdownlint-disable MD034 -->
38-
https://github.com/verekia/js-stack-from-scratch/compare/9b3852fcdf8f3000e7513abfcb26e0e58b33b230...master
38+
https://github.com/verekia/js-stack-from-scratch/compare/c65dfa65d02c21063d94f0955de90947ba5273ad...master
3939
<!-- markdownlint-enable MD034 -->
4040

4141
That should give you a easy-to-read diff to see exactly what changed in `README.md` files since your translation!

0 commit comments

Comments
 (0)