Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Mar 15, 2017
1 parent 78efb99 commit 8329f6e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
# Change Log

## V2 (currently v2.4.3)
## v2.4.5

- Add `babel-plugin-flow-react-proptypes`.
- Add `eslint-plugin-compat`.
- Add JSS `composes` example.

## v2.4.4

- Update Immutable to remove the `import * as Immutable from 'immutable'` syntax.
- Declare Flow types outside of function params for React components.
- Improve Webpack `publicPath`.

## V2, up to v2.4.3

- Gulp is gone, replaced by NPM (Yarn) scripts.
- Express has been added, with template strings for static HTML. Gzip compression enabled.
- Support for development environment with Nodemon and production environment with PM2.
- Minification or sourcemaps depending on the environment via Webpack.
- Webpack Dev Server added, with Hot Module Replacement and `react-hot-loader`.
- Added an asynchronous call example with `redux-thunk`.
- Add Webpack Dev Server, with Hot Module Replacement and `react-hot-loader`.
- Add an asynchronous call example with `redux-thunk`.
- Linting / type checking / testing is not launched at every file change anymore, but triggered by Git Hooks via Husky.
- Some chapters have been combined to make it easier to maintain the tutorial.
- Replaced Chai and Mocha by Jest.
- Added React-Router, Server-Side rendering, `react-helmet`.
- Renamed all "dog" things and replaced it by "hello" things. It's a Hello World app after all.
- Added Twitter Bootstrap, JSS, and `react-jss` for styling.
- Added a Websocket example with Socket.IO.
- Added optional Heroku, Travis, and Coveralls integrations.
- Replace Chai and Mocha by Jest.
- Add React-Router, Server-Side rendering, `react-helmet`.
- Rename all "dog" things and replaced it by "hello" things. It's a Hello World app after all.
- Add Twitter Bootstrap, JSS, and `react-jss` for styling.
- Add a Websocket example with Socket.IO.
- Add optional Heroku, Travis, and Coveralls integrations.
2 changes: 1 addition & 1 deletion how-to-translate.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Since I want to reward you for your good work as much as possible, you can put a
- 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:

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

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

0 comments on commit 8329f6e

Please sign in to comment.