Non-breaking changes: - [x] provide a way to reset the state (#2) - [ ] default effects (#5) Small breaking changes: - [x] remove `effects` as injected arg in effects - [x] remove reducer API (ability to return new state) in favor of `this.state` Big breaking changes: - [ ] explicit inheritance (#12) Existing APIs to check out: - https://github.com/vuejs/rfcs/pull/17
Non-breaking changes:
Small breaking changes:
effectsas injected arg in effectsthis.stateBig breaking changes:
Existing APIs to check out: