Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Releases: ioof-holdings/redux-subspace

v3.0.0-alpha.1

30 Oct 10:53
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
Update dependencies for release

v2.5.0

04 Jul 22:21
Compare
Choose a tag to compare

Changes

  • annotate pure calls to improve tree-shakability #85
  • upgrade of redux-subspace-observable internals to use pipe operator #86

v2.4.0

06 Mar 21:44
Compare
Choose a tag to compare

Publishing pre-release v2.4.0-0

Changes

  • shipping flat bundles and es modules #78

v2.4.0-0

14 Feb 03:46
Compare
Choose a tag to compare
v2.4.0-0 Pre-release
Pre-release

Changes

  • shipping flat bundles and es modules #78

v2.3.1

04 Feb 00:41
Compare
Choose a tag to compare

Changes

  • redux-subspace-observable no longer hides errors raised from within the subspaced epic from the root epic #76 #77
  • fixed up an issue with the usage docs of redux-subspace-observable #73

v2.3.0

30 Jan 09:29
Compare
Choose a tag to compare

Changes

  • Changed console.assert calls into thrown errors to improve consistency between browsers, node and react-native (#72, #74)
  • Fixed bug where middleware were not able to use other middleware for subspaces (i.e. only the root store would handle them) (#75)

v2.2.0

25 Jan 10:55
Compare
Choose a tag to compare

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

  • Fixed deprecation warning when using redux-observable: "^0.17.0" (#66)
  • Should no longer publishing .babelrc files with npm packages (#70)

v2.1.1

18 Jan 11:58
Compare
Choose a tag to compare

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.

Check them out here!

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

22 Dec 00:53
Compare
Choose a tag to compare

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

01 Nov 01:30
Compare
Choose a tag to compare

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