Skip to content

2.1.1

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 30 Oct 04:16
· 81 commits to master since this release
5859efe
  • Add RxReduxStore.dispatchMany(Stream<A>): Dispatch a Stream of actions to store.
  • Add extension method dispatchTo on A and Stream<A>, eg: anAction.dispatchTo(store), streamOfActions.dispatchTo(store).