Releases: ioof-holdings/redux-subspace
v3.0.0-alpha.1
Update dependencies for release
v2.5.0
v2.4.0
v2.4.0-0
v2.3.1
v2.3.0
v2.2.0
Updated internals of redux-subspace-observable
Due to some changes in redux-observable (redux-observable/redux-observable#314, redux-observable/redux-observable#336), redux-subspace-observable was unintentionally causing a deprecation message (#65) and as such, the internals of the package have been changed quite significantly to work around it.
Changes
v2.1.1
New Docs!
In an attempt to improve the experience of using the redux-subspace docs, we are now publishing a gh-pages site with a gitbook of the docs. The docs themselves have been cleaned up a bit too.
Changes
applyMiddleware
can now be used multiple times without issues #62
More redux-saga improvements when passing args to sagas #63
New docs #61 #64
v2.1.0
Redux-saga context improvements
Added ability to pass on any context provided during middleware creation so that subspaced sagas have access to it.
Please see the usage docs for more information.
Changes
- redux-saga context provided when creating the saga middleware is preserved in
subspaced
sagas
v2.0.8
Reduced peer dependency requirements
v2.0.7 included updates to many dependencies, but this also bumped some peer dependencies that did not need to be updated. These have been been put back, and some have been made more lenient than before.
Changes
- Reduced peer dependency requirements
- redux -> 3.0.0
- react-redux -> 5.0.0
- redux-saga -> 0.15.0