Skip to content

0.1.2 - Sep 11, 2021

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 11 Sep 18:59
· 154 commits to master since this release

https://pub.dev/packages/rxdart_ext/versions/0.1.2

  • Update dependencies
    • rxdart to 0.27.2
    • meta to 1.7.0
  • Split into multiple libraries:
    • not_replay_value_stream
    • operators
    • single
    • state_stream
    • utils
    • rxdart_ext: includes all the above.
  • utils: Add Sink<void>.addNull() extension.
  • state_stream:
    • Add StateStream
    • Add StateSubject.
    • Add StateConnectableStream, Stream.publishState(), Stream.shareState().
  • single: Add Single.retry().
  • operators:
    • Add Stream.doneOnError().
    • Add Stream.flatMapBatches().
    • Add Stream.flatMapBatchesSingle().
  • Internal: migrated from pedantic to lints.