Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Releases: sergiodxa/redux-duck

v1.2.0

20 Nov 05:56
Compare
Choose a tag to compare

Minor Changes

  • createReducer now validate the action types are not undefined.
  • createAction now receives if the action will be an error.
  • Action creators now receive a meta attribute which will be returned in the action.

1.1.0

19 Nov 15:27
Compare
Choose a tag to compare

Add built-in TypeScript support