Skip to content

Releases: klis87/redux-smart-actions

v1.0.0

10 Sep 21:56
Compare
Choose a tag to compare

This release doesn't really change anything in comparison to the previous version. This library is finished though, already battle-tested and will be stable, so it was about time to publish 1.0.0.

v0.5.0

24 Aug 21:54
Compare
Choose a tag to compare

Added createReducer and joinTypes helpers.

v0.4.0

04 Aug 15:52
Compare
Choose a tag to compare

Integrated createThunk with possibility to pass extra arguments in thunks - see the official redux-thunk docs.

v0.3.1

12 Jul 23:02
Compare
Choose a tag to compare
  • added possibility not to dispatch action in createThunk when returning null
  • added options to babel plugin, most notably option to prefix types by file path which provides deterministic uniqueness for all action types

v0.2.0

09 Jul 23:27
Compare
Choose a tag to compare

Added babel-plugin-redux-smart-actions and its companion methods createSmartAction and createSmartThunk.

v0.1.0

07 Jun 18:07
Compare
Choose a tag to compare

This is the initial release of redux-smart-actions. For now it just exposes two helpers - createAction and createThunk, but there are more to come!