npm redux-saga 1.0.0-rc.0
v1.0.0-rc.0

latest releases: 1.3.0, 1.2.3, 1.2.2...
5 years ago

This is first (and very likely last 😉) release candidate version 🎉. We expect no more breaking changes before releasing stable v1 (truth to be told there were not many breaking changes during whole beta process - the API is mostly the same).

Added:

  • isRoot property on Task (you probably won't ever need to use it, it's internal)
  • dev warning for using delay effect incorrectly

Changed:

  • sagaStack was refactored - onError call signature is now onError(error, { sagaStack })

Removed:

  • removed logError, use only onError option
  • removed redux-saga/utils entirely, move of those are moved to separate packages

Fixed:

  • issue with joiner not ending in cancelled state when joining cancelled task

Improved:

  • many docs improvements
  • revamped TS typings (thanks to @aikoven)

Many thanks once more to @restrry and @shinima who made it possible with their contributions.

Don't miss a new redux-saga release

NewReleases is sending notifications on new releases.