0.28.0-dev.1
Pre-release
Pre-release
https://pub.dev/packages/rxdart/versions/0.28.0-dev.1
Feedback on this change appreciated as this is a dev release before 0.28.0 stable!
Changed
switchMap
: when cancelling the previous inner subscription,
switchMap
will pause the outer subscription and and wait for the inner subscription to be completely canceled.
It will then resume the outer subscription, and listen to the next inner Stream.
Any errors from canceling the previous inner subscription will now be forwarded to the resulting Stream.
Documentation
- Replace deprecated "dart pub run" with "dart run" (thanks to @tatsuyafujisaki).
What's Changed
- Replace deprecated "dart pub run" with "dart run" by @tatsuyafujisaki in #739
- switchMap: pause the outer subscription when cancelling the inner subscription, then resuming by @hoc081098 in #737
- Fix LICENSE by @hoc081098 in #741
- Update README.md [skip ci] by @hoc081098 in #742
- chore(publish): prepare for v0.28.0-dev.1 by @hoc081098 in #745
New Contributors
- @tatsuyafujisaki made their first contribution in #739
Full Changelog: 0.28.0-dev.0...0.28.0-dev.1