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

1.2.0-beta01 - Oct 18, 2020

17 Oct 17:35
Compare
Choose a tag to compare
Pre-release
  • Introduce ValueSubject same as PublishSubject, with the ability to capture the latest item has been added to the controller.

  • Rewrite DistinctValueConnectableStream: now will not replay the latest data or error, value getter instead.
    This is more consistent to StreamBuilder.initialData in Flutter.

  • Extension methods: removed publishValueSeededDistinct and shareValueSeededDistinct.
    Add to publishValueDistinct and shareValueDistinct a required parameter T seedValue.
    This is more consistent to StreamBuilder.initialData in Flutter.

  • Added DistinctValueStream: It's also ValueStream but emphasizes that two consecutive values are not equal
    (Equality is determined by equals method).

  • Note that this is a beta release, mainly because the behavior of DistinctValueConnectableStream has been adjusted.
    If all goes well, we'll release a proper 1.2.0 release soon.

1.1.1 - Apr 27, 2020

27 Apr 16:21
44e57a9
Compare
Choose a tag to compare

1.1.1 - Apr 27, 2020

  • Minor updates.

1.1.0 - Apr 23, 2020

22 Apr 17:47
Compare
Choose a tag to compare

1.1.0 - Apr 23, 2020

  • Breaking change: support for rxdart 0.24.x.

1.0.3+1 - Jan 14, 2020

14 Jan 13:38
Compare
Choose a tag to compare

1.0.3+1 - Jan 14, 2020

  • Fix analysis

1.0.3 - Dec 15, 2019

24 Dec 15:34
Compare
Choose a tag to compare

1.0.3 - Dec 15, 2019

  • Fix README.md