Releases: jcoreio/redux-features
Releases · jcoreio/redux-features
v2.0.2
2.0.2 (2017-09-12)
Bug Fixes
- package: update reselect to version 3.0.0 (63fbbe8)
v2.0.1
<a name"2.0.1">
2.0.1 (2017-08-29)
Bug Fixes
v2.0.0
<a name"2.0.0">
2.0.0 (2017-03-08)
Breaking Changes
- the action types have changed (they all started with
REDUX_FEATURES.
, but now
they start with @@redux-features/
to be consistent with other packages)
(4c99267a)
v1.3.1
<a name"1.3.1">
1.3.1 (2017-03-07)
Bug Fixes
- loadFeatureMiddleware: catch errors accidentally thrown from load method (04947740)
v1.3.0
<a name"1.3.0">
1.3.0 (2016-12-28)
Features
- Feature: load a feature's
dependencies
when it is loaded (ea1fb02c)
v1.2.1
<a name"1.2.1">
1.2.1 (2016-12-18)
Bug Fixes
- replaceFeature: set featureState to NOT_LOADED when replaceFeature is dispatched (2fc4a09e)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-12-18)
Features
- loadFeatureMiddleware: call features' init with feature id (830d6c29)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-12-18)
Features
- loadFeatureMiddleware: call each feature's init hook when it's added (97212255)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-12-18)
Bug Fixes
- dependencies: move reselect to dependencies (52eeb240)
v1.0.0
<a name"1.0.0">
1.0.0 (2016-12-18)
Breaking Changes
- createReducer now has the same interface as that from redux-actions and
mindfront-redux-utils.
(65ab52f6)