Skip to content

Commit

Permalink
Add 2.0.1 changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mironov committed May 27, 2016
1 parent 96a6ecc commit 96a02b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -67,6 +67,7 @@ import rootReducer from './reducers'

const store = createStore(
rootReducer,
// promise middleware
applyMiddleware(loadingBarMiddleware())
)
```
Expand Down Expand Up @@ -150,5 +151,6 @@ Add unit tests for any new or changed functionality. Lint and test your code.
* 1.1.0 Add ability to apply custom styling and relax dependencies
* 1.1.1 Remove shrinkwrap to make the module portable
* 2.0.0 Ability to set custom promise type suffixes
* 2.0.1 Fix for server side rendering and isomorphic apps

Licensed MIT. Copyright 2016-current Anton Mironov.

0 comments on commit 96a02b1

Please sign in to comment.