0.27.4
https://pub.dev/packages/rxdart/versions/0.27.4
Bug fixes
withLatestFrom
should iterate overIterable<Stream>
s only once when the stream is listened to.- Fix analyzer warnings when using
Dart 2.16.0
.
Features
- Add
mapNotNull
/MapNotNullStreamTransformer
. - Add
whereNotNull
/WhereNotNullStreamTransformer
.
Documentation
- Fix grammar errors in code examples (thanks to @fzyzcjy).
- Update RxMarbles URL for
RaceStream
(thanks to @Péter Ferenc Gyarmati).
What's Changed
- test(flatMap): fix flatMap tests by @hoc081098 in #658
- fix(withLatestFrom): should iterate over
Iterable<Stream>
once by @hoc081098 in #662 - fix: analyzer when using Dart 2.16.0 by @hoc081098 in #663
- Fix grammar errors in code examples by @fzyzcjy in #664
- docs: update
rxmarbles
URL forRaceStream
by @peter-gy in #669 - Fix ci error
pub: command not found
by @beeth0ven in #673 - ci: remove deprecated
packages
flag by @beeth0ven in #674 - Create flutter-example.yml by @hoc081098 in #676
- Update flutter-example.yml by @hoc081098 in #677
- Add mapNotNull and whereNotNull by @hoc081098 in #548
- Prepare for v0.27.4 by @hoc081098 in #679
New Contributors
- @fzyzcjy made their first contribution in #664
- @peter-gy made their first contribution in #669
- @beeth0ven made their first contribution in #673
Full Changelog: 0.27.3...0.27.4