Skip to content

Latest commit

 

History

History
79 lines (35 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

79 lines (35 loc) · 2.21 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2018-04-11)

Bug Fixes

  • Improved memory usage for state management (#18) (50fd5d7)
  • not throwing errors when multiple updates happen (ea9a92b)

2.0.3 (2017-10-15)

Bug Fixes

  • setState when needed in case children update state in cWM/cDM closes #15 (#16) (5ebe2c2), closes #15 #16

2.0.2 (2017-10-03)

Bug Fixes

  • remove useless typeof comparison (87f3f6a)

2.0.1 (2017-10-03)

Bug Fixes

  • if selectors returns undefined or null always rerender (dc7b8b6)

2.0.0 (2017-10-03)

Bug Fixes

  • throws if updaters invoke other updaters (67e8a26)

Chores

  • do not use xtend anymore (08085de)

Performance Improvements

  • improve performance with nested subscription by re-rendering only if necessary (3e473fa)

BREAKING CHANGES

  • updaters MUST return a complete new state, without mutating the old one

1.0.0 (2017-09-25)

Features