Skip to content

Latest commit

 

History

History
140 lines (53 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

140 lines (53 loc) · 4.59 KB

0.8.1 (2019-12-01)

Bug Fixes

  • types: fix IActionCreator interface bug (e8f4e70)

0.8.0 (2019-08-11)

Features

  • add children function, add wrap method, rename effects to actionCreators, fix bugs, subAction (7295961)

BREAKING CHANGES

  • effects method was renamed to actionCreators

0.7.0 (2019-07-07)

Features

  • actions: add toString method of action creators which returns an action type (8c961a1)
  • build: removed deprecated methods setInitState, action and markAsActionCreatorsGetter (a3291c7)
  • add full support of external reducer and action creators (6e70cd2)

BREAKING CHANGES

  • actions: removed a type property of action creators
  • build: removed deprecated methods setInitState, action and markAsActionCreatorsGetter
  • functions which are passed to subActions method receive a full action object as the first argument instead of payload

0.6.0 (2019-06-23)

Features

  • bindActionCreators: add bindActionCreators function (536ad95)
  • removed actions to manipulate maps and lists (3d8d11a)

BREAKING CHANGES

  • Removed old actions for map and lists like: add, remove, insert and so on

0.5.3 (2019-06-20)

Bug Fixes

  • fixed js error when a passed reducer has not been created by encaps (1560d00)

0.5.2 (2019-06-20)

Bug Fixes

  • build: fix build to commonjs modules (0deb039)

0.5.1 (2019-06-16)

Bug Fixes

  • fix excess child reducer call, add export of IModel interface, add es5 build (1e7f74d)

0.5.0 (2019-05-17)

Features

  • handlers: add posibility to set a string instead of a handler (ecccf1b)

0.4.1 (2018-12-07)

Bug Fixes

0.4.0 (2018-12-07)

Features

  • actions: add action creator's types (cb3acd2)
  • controller: add effect method to builder (1e27cdc)
  • controller: change interface (e08ee4e)
  • effects: add select function to effects (456b4ba)
  • add effects (4c84b82)
  • add effects method of Builder (3fe1c64)

0.3.2 (2018-09-06)

0.3.1 (2018-07-15)

0.3.0 (2018-07-15)

0.2.1 (2018-03-04)

0.2.0 (2017-11-30)

0.1.0 (2017-08-24)