All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.4 (2018-04-11)
- Improved memory usage for state management (#18) (50fd5d7)
- not throwing errors when multiple updates happen (ea9a92b)
2.0.3 (2017-10-15)
- setState when needed in case children update state in cWM/cDM closes #15 (#16) (5ebe2c2), closes #15 #16
2.0.2 (2017-10-03)
- remove useless typeof comparison (87f3f6a)
2.0.1 (2017-10-03)
- if selectors returns undefined or null always rerender (dc7b8b6)
2.0.0 (2017-10-03)
- throws if updaters invoke other updaters (67e8a26)
- do not use xtend anymore (08085de)
- improve performance with nested subscription by re-rendering only if necessary (3e473fa)
- updaters MUST return a complete new state, without mutating the old one