Releases: michaelhettmer/redux-root-saga
Releases · michaelhettmer/redux-root-saga
v1.1.4
v1.1.1: Minor Bugfix Release
Fixed
- Fixed alignment issue in circleci configuration which prevented automated npm registry deployment
v1.1.0: Individual Saga Options
Added
- Custom options object can now be passed alongside each saga to partially or completely override the default options
Changed
- Option onError now gets passed an additional parameter with the individually used options object
Breaking
- Renamed Option errorHandler to onError to better align standard naming conventions
v1.0.0: Initial Release
First version of this package providing a simple way to integrate the root saga pattern into a redux application.
Added
- Basic root saga management
- Option errorHandler for custom error handling implementations
- Option restartDelay to specify delay between child saga failure and restart
- Option maxRetries to restrict how often each child saga will be restarted on failure