Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

43 lines (22 loc) · 1.63 KB

3.0.4 (2019-01-25)

Bug Fixes
  • ComposableDuck: Legacy #sagas property compatibility fix. (b10334cb)

3.0.3 (2018-12-12)

Chores
  • npm: Loosen redux-saga dependent version, doc update. (7a03e92a)

3.0.2 (2018-11-21)

New Features
  • duck:
    • export DuckOptions, make options extensible (c709cd29)
Performance Improvements
  • duck: make rawSelectors cacheable for inter selectors call (f19e540f)

3.0.1 (2018-11-15)

Documentation Changes
  • readme: simplify example code (02da5cc8)
New Features
  • duck: add BaseDuck for reducer support (1311e1c4)
Other Changes
Refactors
  • duck: refactor(duck): Rename DuckMap to ComposableDuck (1311e1c4)

  • ts: adjust state typing generate (42c997a1)