Skip to content

0.28.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 27 Jan 06:59
· 30 commits to master since this release
6a10dc7

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

New Contributors

Full Changelog: 0.28.0-dev.0...0.28.0-dev.1