Releases: matthieu-beteille/redux-data-fx
Releases · matthieu-beteille/redux-data-fx
v3.0.0
3.0.0 (2017-12-05)
Features
- api: update effects shape, now an array of maps (96a5728)
BREAKING CHANGES
- api: Effects used to be a map like { effectKey: params, effect2Key: params2 }, now
should become an array of [{ effect: 'effectKey', ...params }, { effect: 'effect2Key', ...params2 }]
1
v2.1.0
2.1.0 (2017-10-31)
Features
- combineReducers: support redux combineReducers function (0268cc7)
v2.0.0
2.0.0 (2017-10-25)
Features
BREAKING CHANGES
- fx: no more _fx field, now use fx function
v1.1.0
1.1.0 (2017-10-20)
Features
- api: state is now newState (949086b)
v1.0.0
1.0.0 (2017-10-20)
Bug Fixes
- build: fix library name (70c2839)
- lodash: each -> forEach (23ce741)
- lodash: individual packages (241b461)
Features
- library: create first functional version (47d73a7)