distinct_value_connectable_stream 1.2.0-beta02
distinct_value_connectable_stream: ^1.2.0-beta02 copied to clipboard
Distinct value connectable stream for RxDart, useful for BLoC pattern
1.2.0-beta02 Dec 7, 2020 #
- Updated
rxdart: ^0.25.0.
1.2.0-beta01 Oct 18, 2020 #
-
Introduce
ValueSubjectsame asPublishSubject, 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,valuegetter instead. This is more consistent toStreamBuilder.initialDatainFlutter. -
Extension methods: removedpublishValueSeededDistinctandshareValueSeededDistinct. Add topublishValueDistinctandshareValueDistincta required parameterT seedValue. This is more consistent toStreamBuilder.initialDatainFlutter. -
Added
DistinctValueStream: It's alsoValueStreambut emphasizes that two consecutive values are not equal (Equality is determined byequalsmethod). -
Note that this is a beta release, mainly because the behavior of
DistinctValueConnectableStreamhas been adjusted. If all goes well, we'll release a proper 1.2.0 release soon.
1.1.1 Apr 27, 2020 #
- Minor updates.
1.1.0 Apr 23, 2020 #
- Breaking change: support for
rxdart0.24.x.
1.0.3+1 Jan 14, 2020 #
- Fix analysis
1.0.3 Dec 15, 2019 #
- Fix README.md
1.0.2 Dec 15, 2019 #
- Fix README.md
1.0.1 Dec 15, 2019 #
- Fix README.md
1.0.0 Dec 15, 2019 #
- Publish