Skip to content

Releases: pauldijou/redux-act

1.7.0

04 Feb 13:07
Compare
Choose a tag to compare
  • Prevent error during reduce if wrong action. (thanks @antonkri97)

1.6.0

27 Jan 17:27
Compare
Choose a tag to compare
  • 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

03 Dec 09:51
Compare
Choose a tag to compare

Add missing TS types. (thanks @comerc)

1.5.0

03 Dec 09:51
Compare
Choose a tag to compare

Add error property to support FSA. (thanks @gotrecillo)

1.4.1

11 Sep 16:34
Compare
Choose a tag to compare
  • Improve TS types for action creators with payload function up to 6 arguments (thanks @ej9x)

1.4.0

27 Aug 09:47
Compare
Choose a tag to compare
  • 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

09 Aug 10:45
Compare
Choose a tag to compare
  • Improve TS typings and doc (thanks @psachs21)

1.3.1

06 Aug 12:21
Compare
Choose a tag to compare
  • Improve TS typings (thanks @psachs21)
  • Upgrade dependencies and fix tests

1.3.0

07 Jun 22:05
Compare
Choose a tag to compare

Add enableChecking and disableChecking on types to support HMR.

1.2.0

20 Apr 21:57
Compare
Choose a tag to compare

Add transform-object-assign babel plugin to support old browsers without Object.assign.