Releases: pauldijou/redux-act
Releases · pauldijou/redux-act
1.7.0
- Prevent error during reduce if wrong action. (thanks @antonkri97)
1.6.0
- Add
fallback
option to handle any non-supported action inside a reducer.
- Ignore any action which type starts with "@@redux/". This can be a breaking change but should not be since you should never handle those actions.
1.5.1
Add missing TS types. (thanks @comerc)
1.5.0
Add error
property to support FSA. (thanks @gotrecillo)
1.4.1
- Improve TS types for action creators with payload function up to 6 arguments (thanks @ej9x)
1.4.0
on
and off
reducer functions now support arrays of action creators.
on
and off
reducer functions now return the reducer itself so you can chain them.
options
now also return the reducer.
1.3.2
- Improve TS typings and doc (thanks @psachs21)
1.3.1
- Improve TS typings (thanks @psachs21)
- Upgrade dependencies and fix tests
1.3.0
Add enableChecking
and disableChecking
on types
to support HMR.
1.2.0
Add transform-object-assign
babel plugin to support old browsers without Object.assign
.