Skip to content

Releases: matthieu-beteille/redux-data-fx

v3.0.0

05 Dec 13:38
b99ffc2
Compare
Choose a tag to compare

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

31 Oct 18:32
Compare
Choose a tag to compare

2.1.0 (2017-10-31)

Features

  • combineReducers: support redux combineReducers function (0268cc7)

v2.0.0

25 Oct 23:45
Compare
Choose a tag to compare

2.0.0 (2017-10-25)

Features

BREAKING CHANGES

  • fx: no more _fx field, now use fx function

v1.1.0

20 Oct 14:27
Compare
Choose a tag to compare

1.1.0 (2017-10-20)

Features

  • api: state is now newState (949086b)

v1.0.0

20 Oct 11:07
Compare
Choose a tag to compare

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)