Skip to content

0.27.6

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 11 Nov 11:43
· 62 commits to master since this release
8916c7c

https://pub.dev/packages/rxdart/versions/0.27.6

  • Rx.using/UsingStream: resourceFactory can now return a Future.
    This allows for asynchronous resource creation.

  • Rx.range/RangeStream: ensure RangeStream is only listened to once.


What's Changed

  • fix(range): make sure RangeStream can only be listened to once by @hoc081098 in #690
  • fix(range): ensure RangeStream is only listened to once by @hoc081098 in #694
  • refactor(Rx.using): resourceFactory can return a Future by @hoc081098 in #696
  • chore(publish): prepare for v0.27.6 by @hoc081098 in #697

Full Changelog: 0.27.5...0.27.6