Skip to content

Commit ab19169

Browse files
committed
Add changelog file
1 parent 5a1c76b commit ab19169

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.1.1...master)
2+
- **Feature:** new replaceAction config arg, removes dependency on a redux-routing impl ([#13])
3+
- **Feature:** New config object syntax for AuthWrapper ([#12])
4+
- **Deprecation:** Deprecates AuthWrapper args syntax ([#12])
5+
- **Feature:** Hoists wrapped component's statics up to the returned component
6+
7+
## [0.1.1](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.1.0...v0.1.1)
8+
- Fixes the bad npm publish
9+
10+
## [0.1.0](https://github.com/mjrussell/redux-auth-wrapper/compare/fcbf49d0abcae7075daa146c05edff1b735b3a16...v0.1.0)
11+
- First release!
12+
- Adds AuthWrapper with args syntax
13+
- Examples using Redux-Simple-Router (now React-Router-Redux)
14+
- Lots of tests

0 commit comments

Comments
 (0)