Skip to content

Release 0.1.3

Choose a tag to compare

@thomasnield thomasnield released this 24 Jul 17:49
· 14 commits to 0.x since this release

Fixed CompositeObservable dupe issue from 0.1.2

ADDED
CompositeObservable for merging multiple Observables, but allows Observables to be added/removed at any time. Helpful for consolidating multiple UI event sourcesx

MODIFIED
Removed dupe initial emission from ObservableSetSource.fromObservableSet() factory