This release includes an Improved saga monitor API (see #609).
- notifies the monitor when root sagas are started by
sagaMiddleware.run
orrunSaga
. - 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 flagSAGA_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)