Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

v3.0.0

Choose a tag to compare

@kitten kitten released this 18 Mar 07:49
· 166 commits to master since this release

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 connectStore decorators
  • 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 dispatch or schedule as next can do everything that these methods can do, combined.