0.28.0-dev.1
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,switchMapwill 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 https://github.com/ReactiveX/rxdart/pull/739
- switchMap: pause the outer subscription when cancelling the inner subscription, then resuming by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/737
- Fix LICENSE by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/741
- Update README.md [skip ci] by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/742
- chore(publish): prepare for v0.28.0-dev.1 by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/745
New Contributors
- @tatsuyafujisaki made their first contribution in https://github.com/ReactiveX/rxdart/pull/739
Full Changelog: https://github.com/ReactiveX/rxdart/compare/0.28.0-dev.0...0.28.0-dev.1