Releases: klis87/redux-smart-actions
Releases · klis87/redux-smart-actions
v1.0.0
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
Added createReducer
and joinTypes
helpers.
v0.3.1
- 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
Added babel-plugin-redux-smart-actions
and its companion methods createSmartAction
and createSmartThunk
.
v0.1.0
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!