0.25.0-beta3
Pre-release
Pre-release
·
211 commits
to master
since this release
- 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 aStream
from a callable function. - Override
BehaviorSubject
's built-in operators to correct replaying the latest value ofBehaviorSubject
. - Bugfix: Source
StreamSubscription
doesn't cancel when cancellingrefCount
,zip
,merge
,concat
StreamSubscription. - Forward done event of upstream to
ConnectableStream
.