npm redux-saga 0.13.0

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

This release includes an Improved saga monitor API (see #609).

  • notifies the monitor when root sagas are started by sagaMiddleware.run or runSaga.
  • added actionDispatched trigger to the monitor contract. We need this in order to figure out saga/take effects that reacted to a given action. Also added a silent flag SAGA_ACTION (non enumerable property) added to distinguish actions dispatched by sagas from others.

Other changes

  • New scheduler to handle synchronous & deeply nested forks/puts (see #622)
  • Browser build is now on cdnjs (thanks to @ian4hu & @pvnr0082t)

Don't miss a new redux-saga release

NewReleases is sending notifications on new releases.