v0.2.0
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 anyObservableLikesubscription
Bug fixes
- Fixes
filter(),flatMap()andmap()which could complete before their async handlers where done (#2)