Releases: MrEfrem/redux-fly
Releases · MrEfrem/redux-fly
v0.4.0
Add compatibility with react-redux 5.x.
v0.3.0
Replace is signature listenActions
in createReducer
. Now listenActions
might
only is function and must have structure of reducer
.
Add RandomGif example.
v0.2.0
Replace @@ on @ for private actions.
For props actionPrefix and reduxActionPrefix now automatically add at the end /.
Explicit passed / is necessary between action prefix and action type.
Update examples and README.md.
v0.1.2
Improve flow support:
- Add source files with flow annotations in
lib
and es
directories.
- Update examples when call Redux
createStore
in README.md
and API.md
.