Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Releases: MrEfrem/redux-fly

v0.4.0

15 Dec 08:40
Compare
Choose a tag to compare

Add compatibility with react-redux 5.x.

v0.3.0

04 Dec 16:31
Compare
Choose a tag to compare

Replace is signature listenActions in createReducer. Now listenActions might
only is function and must have structure of reducer.
Add RandomGif example.

v0.2.0

01 Dec 20:33
Compare
Choose a tag to compare

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

30 Nov 20:27
Compare
Choose a tag to compare

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.

v0.1.1

30 Nov 05:14
Compare
Choose a tag to compare

Update README.

v0.1.0

29 Nov 18:29
Compare
Choose a tag to compare

Initial reliase