npm redux-saga 0.11.0

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

Breaking change in the signature of runSaga

The monitor argument is removed. Starting from this release, you must provide the monitor as a sagaMonitor key in the option argument. runSaga supports also the logger option

runSaga(iterator, {
  subscribe: ...,
  dispatch: ...,
  getState: ...,
+ sagaMonitor: monitor,
+ logger: ...
},
- monitor
)

Don't miss a new redux-saga release

NewReleases is sending notifications on new releases.