Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Releases: hoc081098/distinct_value_connectable_stream

2.0.0 - Sep 13, 2021 - EOL

13 Sep 18:49
6dfbe2d
Compare
Choose a tag to compare

https://pub.dev/packages/distinct_value_connectable_stream/versions/2.0.0

  • DEPRECATED. This package is now merged into rxdart_ext package. Please use rxdart_ext package for the same purpose, thanks.
    • DistinctValueSubject -> StateSubject.
    • DistinctValueConnectableStream -> StateConnectableStream.
    • publishValueDistinct -> publishState.
    • shareValueDistinct -> shareState.
    • distinctValue -> toStateStream.

1.3.0 - May 9, 2021

09 May 16:35
5e7e8b2
Compare
Choose a tag to compare

1.2.0 - Mar 27, 2021

27 Mar 12:09
Compare
Choose a tag to compare
  • Update dependencies.
  • Add DistinctValueSubject.
  • Add extensions for DistinctValueStream: asDistinctValueConnectableStream, asBroadcastDistinctValueStream.

1.2.0-nullsafety.5 - Feb 8, 2021

08 Feb 11:35
Compare
Choose a tag to compare
Pre-release
  • Update dependencies.

1.2.0-nullsafety.4 - Feb 7, 2021

07 Feb 15:36
Compare
Choose a tag to compare
Pre-release
  • Remove generic type of DistinctValueStream.defaultEquals.

1.2.0-nullsafety.3 - Feb 1, 2021

01 Feb 16:54
Compare
Choose a tag to compare
Pre-release
  • DistinctValueStream: change return type of Null get errorAndStackTrace (previous is Never).
  • Add DistinctValueStreamExtensions: easily access value and error.
  • Add distinctValue extension method: convert a Stream to a single-subscription DistinctValueStream.

1.2.0-nullsafety.2 - Jan 9, 2021

08 Jan 18:08
Compare
Choose a tag to compare
Pre-release

1.2.0-nullsafety.2 - Jan 9, 2021

  • Breaking change: Any errors from upstream and from equals callback will be not added to Stream.
    They are considered unhandled, and will be passed to the current Zone's error handler.
    By default, unhandled async errors are treated as if they were uncaught top-level errors.

1.2.0-nullsafety.1 - Jan 8, 2021

08 Jan 10:26
Compare
Choose a tag to compare
Pre-release
  • Update README.md.

1.2.0-nullsafety.0 - Jan 8, 2021

08 Jan 10:21
Compare
Choose a tag to compare
Pre-release
  • Migrate this package to null safety.
  • Sdk constraints: >=2.12.0-0 <3.0.0 based on beta release guidelines.
  • Depends on rxdart_ext.

1.2.0-beta02 - Dec 7, 2020

07 Dec 09:15
Compare
Choose a tag to compare
Pre-release
  • Updated rxdart: ^0.25.0.