Skip to content

v0.2.0

Choose a tag to compare

@andywer andywer released this 02 Dec 11:03
· 40 commits to master since this release
bee6b7a

An important release, fixing some bugs and finally adding a bunch of tests.

Features

  • multicast() now unsubscribes and re-subscribes if all its subscriber unsubscribe (#2)
  • unsubscribe() to unsubscribe from any ObservableLike subscription

Bug fixes

  • Fixes filter(), flatMap() and map() which could complete before their async handlers where done (#2)