Skip to content

Releases: hanzhixing/redux-saga-mate

2.0.5

Choose a tag to compare

@hanzhixing hanzhixing released this 08 Apr 08:54

Bug fixes

  • uncurry back action related actions, because they would be called with no arguments.

2.0.4

Choose a tag to compare

@hanzhixing hanzhixing released this 08 Apr 03:17

Bug fixes

delete redux-actions import from src/sagas.js

2.0.3

Choose a tag to compare

@hanzhixing hanzhixing released this 07 Apr 05:11

Bug fixes

  • deal with the case locator matches but the object picked by type is falsy

2.0.2

Choose a tag to compare

@hanzhixing hanzhixing released this 07 Apr 04:22

remove unused flux-standard-action from dependencies.

2.0.1

Choose a tag to compare

@hanzhixing hanzhixing released this 05 Apr 07:54

Breaking Changes

  • remove makeAsyncAsync.
  • createEntitiesReducer now receive locators argument. (see README)