This repository was archived by the owner on Jan 11, 2019. It is now read-only.
v3.0.0
It is recommended to skip any v2 releases as those are unfortunately riddled with buggy edge-cases, that are non-compliant with the v1 behavior.
Changes
- Provider: This is like Redux's Provider. It can pass down an observable and dispatcher to
connectStoredecorators - Fix edge cases that broke in v2
- connectStore: Whether you're using a mono-store or a multi-store structure. This should help you to get your structure running easily.
- Rx compliant next method on Dispatcher: It is now discouraged to use
dispatchorscheduleasnextcan do everything that these methods can do, combined.