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)