Skip to content

Latest commit

 

History

History
122 lines (55 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

122 lines (55 loc) · 3.76 KB

Changelog

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)

⚠ BREAKING CHANGES

  • 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

Features

Bug Fixes

  • reset() support custom command options (4d08725)

3.1.3 (2019-09-08)

  • Only dependencies update

3.1.2 (2019-06-26)

Bug Fixes

  • redux-devtools: use single devtools connection (#53) (59a2a4d)

3.1.1 (2019-06-26)

Bug Fixes

  • redux-devtools: init devtools on connect (#52) (2137b78)

3.1.0 (2019-06-26)

Features

Deprecations

  • new Store({ onUpdate: () => {...} }) configuration is now deprecated. Use Store#storeUpdateChanges instead.

3.0.3 (2019-06-24)

3.0.2 (2019-03-29)

3.0.1 (2019-03-29)

3.0.0 (2019-03-29)

Features

BREAKING CHANGES

All of APIs changed.

  • Store is not an Observable now. Use store.valueChanges or store.select().
  • .value instead of .getValue().
  • .update() instead of patch().
  • Middleware system is gone. Only onChange event hook is available.

Please read README.md at first.

2.0.1 (2018-03-30)

Bug Fixes

2.0.0 (2018-03-29)

Features

BREAKING CHANGES

    • package name -> reactive-store
  • dispatch -> patch

1.0.0 (2018-03-23)