Features
- Task cancellation support. Thanks to @aikoven for this one. (issue #14).
- Saga monitoring support (The sagaMonitor in the examples folder implements a simple logger. You can print a trace of the sagas control flow in the console by dispatching a
LOG_EFFECT
action. You can play with the repo examples by typingstore.dispatch({type: 'LOG_EFFECT'})
in the console.
Below a screenshot from the counter example.
- Support for starting Sagas dynamically (issues #5 and #13)
- new
yield apply(context, fn, args)
effect for calling function withthis
context (issue #27) - Support for umd builds Thanks to @cef62