Releases: TECH-Rubicone/redux-saga-controller
Releases · TECH-Rubicone/redux-saga-controller
v1.2.0
- update peerDependencies versions
- add engines rules
- create .nvmrc file with current node lts version
- update example app-js and app-ts library versions to latest
What's Changed
- enhancement/RSC Update versions by @nikita-parkhomenko in #35
New Contributors
- @nikita-parkhomenko made their first contribution in #35
Full Changelog: 1.1.3...1.2.0
v1.1.3
Update docs
v1.1.2
- Add documentation and update README
The redux-saga-controller docs are located at https://redux-saga-controller.js.org:
v1.1.1
- add tests for extraReducers
- inherit old data on controller create
- test coverage
v1.1.0
- controlled getters to get private data of controllers (experimental purpose)
- ability to setup custom action globally
extraReducer
- validation of schema for custom action
extraReducer
- remove hash from reducer name
- minor improvements
v1.0.4
- implemented duplication of subscription as non break warning
- update error explanation
- update test
- rollup
v1.0.3
- export subscribe and unsubscribe actions
- make sure the channel will removed from controller
- minor updates of code explanations
v1.0.2
Update readme.mb
v1.0.1
Merge pull request #23 from TECH-Rubicone/feature/DEV_ENV-implement_d…
v0.3.1
Merge remote-tracking branch 'origin/master'