Skip to content

0.25.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 16 Oct 01:10
· 211 commits to master since this release
6c4bda8
  • Bugfix: switchMap doesn't close after the last inner Stream closes.
  • Docs: updated URL for "Single-Subscription vs. Broadcast Streams" doc (thanks Aman Gupta).
  • Add FromCallableStream/Rx.fromCallable: allows you to create a Stream from a callable function.
  • Override BehaviorSubject's built-in operators to correct replaying the latest value of BehaviorSubject.
  • Bugfix: Source StreamSubscription doesn't cancel when cancelling refCount, zip, merge, concat StreamSubscription.
  • Forward done event of upstream to ConnectableStream.