Skip to content

Releases: Download/redux-apis

v2.0.0-alpha.2

v2.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 17 Mar 13:44
Fixed an issue with `reducer`: it should return initial state when given `undefined` as state icw an unknown action.

v2.0.0-alpha.1

v2.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 13 Mar 00:03
2.0.0.alpha.1

Dropped backwards compatibility in `connector`

v1.1.1

Choose a tag to compare

@Download Download released this 03 Mar 10:08

1.1.1: Make connector return fresh objects for nested Apis with changed state.

Fixes #6 Identity of nested Api objects in object returned by connector should reflect state changes

v1.1.0

Choose a tag to compare

@Download Download released this 01 Mar 13:42

1.1.0: Make connector return enumerable properties.

Updated the documentation to reflect our new-found preference for enumerable properties as state inspectors, as opposed to methods on the Api object. Enumerable properties better reflect the read-only nature of state inspectors and they play ball very well with ES6 spread / destructuring syntax.
Update examples to use new style.

This is a non-breaking change, as reflected in the major version not changing, but we did deprecate the old behavior of connector, so stop relying on it to prepare for v2.x, in which this behavior will be removed.

v1.0.0

Choose a tag to compare

@Download Download released this 25 Feb 00:27

v1.0.0, hurray!

  • backwards compatible to v0.12.x
  • made link more flexible so we can pass a linker function when linking to a redux store
  • added namedLink helper function
  • added method .getParent() to Api
  • increased test coverage
  • added API documentation
  • improved general documentation

v0.12.2

v0.12.2 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 28 Jan 20:51
Expanded docs with section on redux-fetch-api
Fixed credits for `everdimension`

v0.12.1

v0.12.1 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 28 Jan 16:57
Expanded examples and docs.
Special thanks to Discord user `everdimension` for contributing an example.

v0.12.0

v0.12.0 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 26 Jan 13:45
0.12.0

v0.11.2

v0.11.2 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 26 Jan 01:31

0.11.2

v0.11.1

v0.11.1 Pre-release
Pre-release

Choose a tag to compare

@Download Download released this 25 Jan 22:47
Fixed file size mention in README.md