Releases: Download/redux-apis
Releases · Download/redux-apis
Release list
v2.0.0-alpha.2
Fixed an issue with `reducer`: it should return initial state when given `undefined` as state icw an unknown action.
v2.0.0-alpha.1
2.0.0.alpha.1 Dropped backwards compatibility in `connector`
v1.1.1
v1.1.0
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
v1.0.0, hurray!
- backwards compatible to v0.12.x
- made
linkmore flexible so we can pass a linker function when linking to a redux store - added
namedLinkhelper function - added method
.getParent()toApi - increased test coverage
- added API documentation
- improved general documentation