Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Mar 3, 2016
1 parent f132fe1 commit 7edce5f
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
# HEAD

#### Improvements

- **Added [redux-logger](https://github.com/fcomb/redux-logger)**
- **Upgraded [react-router-redux](https://github.com/reactjs/react-router-redux) to v4**
- **Upgraded dependencies**
- **Added `npm run dev` command:** [#162](https://github.com/chentsulin/electron-react-boilerplate/pull/162)

#### Breaking Changes

- **css module as default:** #154.
- **css module as default:** [#154](https://github.com/chentsulin/electron-react-boilerplate/pull/154).
- **set default NODE_ENV to production:** [#140](https://github.com/chentsulin/electron-react-boilerplate/issues/140)


# 0.8.0 (2015.2.17)

#### Bug fixed

- **Fix lint errors**
- **Fix Webpack publicPath for production builds**: #119.
- **Fix Webpack publicPath for production builds**: [#119](https://github.com/chentsulin/electron-react-boilerplate/issues/119).
- **package script now chooses correct OS icon extension**

#### Improvements

- **babel 6**
- **Upgrade Dependencies**
- **Enable CSS source maps**
- **Add json-loader**: #128.
- **Add json-loader**: [#128](https://github.com/chentsulin/electron-react-boilerplate/issues/128).
- **react-router 2.0 and react-router-redux 3.0**


# 0.7.1 (2015.12.27)

#### Bug fixed

- **Fixed npm script on windows 10:** #103.
- **history and react-router version bump**: #109, #110.
- **Fixed npm script on windows 10:** [#103](https://github.com/chentsulin/electron-react-boilerplate/issues/103).
- **history and react-router version bump**: [#109](https://github.com/chentsulin/electron-react-boilerplate/issues/109), [#110](https://github.com/chentsulin/electron-react-boilerplate/pull/110).

#### Improvements

Expand All @@ -39,11 +47,11 @@

#### Bug fixed

- **Fixed process.env.NODE_ENV variable in webpack:** #74.
- **add missing object-assign**: #76.
- **packaging in npm@3:** #77.
- **compatibility in windows:** #100.
- **disable chrome debugger in production env:** #102.
- **Fixed process.env.NODE_ENV variable in webpack:** [#74](https://github.com/chentsulin/electron-react-boilerplate/pull/74).
- **add missing object-assign**: [#76](https://github.com/chentsulin/electron-react-boilerplate/pull/76).
- **packaging in npm@3:** [#77](https://github.com/chentsulin/electron-react-boilerplate/pull/77).
- **compatibility in windows:** [#100](https://github.com/chentsulin/electron-react-boilerplate/pull/100).
- **disable chrome debugger in production env:** [#102](https://github.com/chentsulin/electron-react-boilerplate/pull/102).

#### Improvements

Expand Down Expand Up @@ -77,14 +85,14 @@

#### Improvements

- **Initialize ExtractTextPlugin once:** #64.
- **Initialize ExtractTextPlugin once:** [#64](https://github.com/chentsulin/electron-react-boilerplate/issues/64).


# 0.6.2 (2015.10.18)

#### Bug fixed

- **Babel plugins production env not be set properly:** #57.
- **Babel plugins production env not be set properly:** [#57](https://github.com/chentsulin/electron-react-boilerplate/issues/57).


# 0.6.1 (2015.10.17)
Expand All @@ -105,7 +113,7 @@

#### Improvements

- **Run tests with babel-register:** #29.
- **Run tests with babel-register:** [#29](https://github.com/chentsulin/electron-react-boilerplate/issues/29).


# 0.5.1 (2015.10.12)
Expand Down

0 comments on commit 7edce5f

Please sign in to comment.