Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Releases: diegohaz/redux-saga-thunk

v0.7.1

31 Mar 18:57

Choose a tag to compare

v0.7.0

31 Mar 17:41

Choose a tag to compare

  • Added optional thunk identifier, thanks to @braska (#24)

It might be a breaking change if your code interacts with the meta.thunk value.

v0.6.0

06 Mar 21:19

Choose a tag to compare

BREAKING CHANGE:

Selector names were changed:

  • isPending -> pending
  • hasFailed -> rejected
  • isDone -> fulfilled
  • isComplete -> done

Refer to the issue (#17) and the PR (#21) to learn more.

v0.5.2

16 Jul 01:24

Choose a tag to compare

Added isDone and isComplete selectors, thanks to @sebastianjg (#16)