Skip to content

Releases: tomekkleszcz/redux-saga-promise-actions

1.3.4

31 Jan 12:54
Compare
Choose a tag to compare
  • Overload resolvePromiseAction and rejectPromiseAction functions (#21)

1.3.3

16 Jan 02:17
Compare
Choose a tag to compare
  • Fix Worker typing

1.3.2

13 Jan 22:42
Compare
Choose a tag to compare
  • Fix resolvePromiseAction and rejectPromiseAction typing issues

1.3.1

21 Dec 22:22
Compare
Choose a tag to compare
  • Add description field in package.json

1.3.0

21 Dec 18:49
Compare
Choose a tag to compare
  • New simplified action creator (#17)

v1.2.2

15 Dec 19:22
Compare
Choose a tag to compare
  • Example app (#14)
  • Add package.json keywords
  • Update README.md
  • Fix types in effect creators

1.2.1

13 Dec 21:43
Compare
Choose a tag to compare
  • Create JSDoc annotations (#12)

1.2.0

12 Dec 17:35
Compare
Choose a tag to compare
  • Add takeEveryPromiseAction, takeLatestPromiseAction, and takeLeadingPromiseAction effect creators - #4

1.1.1

09 Dec 21:20
2d71eae
Compare
Choose a tag to compare
  • Added dispatch helper - #2
  • Wrap return type in Promise<> - #8 by @chmac