redux-act

An opinionated lib to create actions and reducers for Redux

APACHE-2.0 License

Downloads
107.2K
Stars
1.5K
Committers
22

Bot releases are visible (Hide)

redux-act - 1.8.0 Latest Release

Published by pauldijou over 4 years ago

  • Correctly support ESM build. (thanks @AndyOGo and @LucaMele)
redux-act - 1.7.9

Published by pauldijou over 4 years ago

  • Rollback previous release.
redux-act - 1.7.8

Published by pauldijou over 4 years ago

  • Add ability to natively import es6 modules. (thanks @Ptico)
redux-act - 1.7.7

Published by pauldijou over 5 years ago

  • Improve TS types around on function for reducers. (thanks @Tenga)
redux-act - 1.7.6

Published by pauldijou over 5 years ago

  • Improve TS types around meta reducer. (thanks @megawac)
redux-act - 1.7.5

Published by pauldijou over 5 years ago

  • Improve README. (thanks @samiskin)
  • TypeScript support for Redux 4. (thanks @AbraaoAlves)
redux-act - 1.7.4

Published by pauldijou over 6 years ago

  • Add asError typings. (thanks @mdwagner)
redux-act - 1.7.3

Published by pauldijou over 6 years ago

  • Improve reducer.on typing. (thanks @AlexGalays)
redux-act - 1.7.2

Published by pauldijou over 6 years ago

  • Use TS types from Redux. (thanks @AlexGalays)
redux-act - 1.7.1

Published by pauldijou over 6 years ago

  • Add missing TS types. (thanks @ZachStoltz)
redux-act - 1.7.0

Published by pauldijou over 6 years ago

  • Prevent error during reduce if wrong action. (thanks @antonkri97)
redux-act - 1.6.0

Published by pauldijou over 6 years ago

  • 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.
redux-act - 1.5.1

Published by pauldijou almost 7 years ago

Add missing TS types. (thanks @comerc)

redux-act - 1.5.0

Published by pauldijou almost 7 years ago

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

redux-act - 1.4.1

Published by pauldijou about 7 years ago

  • Improve TS types for action creators with payload function up to 6 arguments (thanks @ej9x)
redux-act - 1.4.0

Published by pauldijou about 7 years ago

  • 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.
redux-act - 1.3.2

Published by pauldijou about 7 years ago

  • Improve TS typings and doc (thanks @psachs21)
redux-act - 1.3.1

Published by pauldijou about 7 years ago

  • Improve TS typings (thanks @psachs21)
  • Upgrade dependencies and fix tests
redux-act - 1.3.0

Published by pauldijou over 7 years ago

Add enableChecking and disableChecking on types to support HMR.

redux-act - 1.2.0

Published by pauldijou over 7 years ago

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