See Releases for checking change logs. This file is left as just history and will be no longer updated.
4.0.0 (2020-05-20)
- Built-in redux-devtools integration has been removed. Use storeUpdateChanges and connect events to your devtools manually
onChange
init option has been removed. Use storeUpdateChanges instead
- add Store#reset() method (#149) (0235794)
- remove deprecated onChange option (#150) (b6c7ad0)
- remove redux-devtools integration (#151) (a1d18a2)
- reset() support custom command options (4d08725)
3.1.3 (2019-09-08)
- Only dependencies update
3.1.2 (2019-06-26)
3.1.1 (2019-06-26)
3.1.0 (2019-06-26)
new Store({ onUpdate: () => {...} })
configuration is now deprecated. UseStore#storeUpdateChanges
instead.
3.0.3 (2019-06-24)
3.0.2 (2019-03-29)
3.0.1 (2019-03-29)
- implement v3 (a39cb97)
All of APIs changed.
Store
is not an Observable now. Usestore.valueChanges
orstore.select()
..value
instead of.getValue()
..update()
instead ofpatch()
.- Middleware system is gone. Only
onChange
event hook is available.
Please read README.md at first.
2.0.1 (2018-03-30)
- correct build artifact (e58a958)
2.0.0 (2018-03-29)
-
- package name -> reactive-store
- dispatch -> patch
- Moved from https://github.com/lacolaco/ngx/