Skip to content

v0.5.0

Compare
Choose a tag to compare
@yonekawa yonekawa released this 01 Mar 09:52
· 19 commits to master since this release

Breaking Change

v0.5.0 contains some breaking changes to improve state management.

  • Avoid per store event type. Store emit change event only.(#21)
  • Rename identifier to dispatchToken and listenerToken.(#22)

Bugfix

  • Fix waitFor does not work with async action.(#17)