Closed hoc081098 closed 2 years ago
Merging #679 (26816f6) into master (a8acf0d) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head 26816f6 differs from pull request most recent head 9faea13. Consider uploading reports for the commit 9faea13 to get more accurate results
@@ Coverage Diff @@
## master #679 +/- ##
=======================================
Coverage 93.59% 93.59%
=======================================
Files 76 76
Lines 2309 2309
=======================================
Hits 2161 2161
Misses 148 148
0.27.4 (2022-05-27)
Bug fixes
withLatestFrom
should iterate overIterable<Stream>
s only once when the stream is listened to.Dart 2.16.0
.Features
mapNotNull
/MapNotNullStreamTransformer
.whereNotNull
/WhereNotNullStreamTransformer
.Documentation
RaceStream
(thanks to @Péter Ferenc Gyarmati).