File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.27.4 (2022-05-29)
2
+
3
+ ### Bug fixes
4
+
5
+ * ` withLatestFrom ` should iterate over ` Iterable<Stream> ` s only once when the stream is listened to.
6
+ * Fix analyzer warnings when using ` Dart 2.16.0 ` .
7
+
8
+ ### Features
9
+
10
+ * Add ` mapNotNull ` /` MapNotNullStreamTransformer ` .
11
+ * Add ` whereNotNull ` /` WhereNotNullStreamTransformer ` .
12
+
13
+ ### Documentation
14
+
15
+ * Fix grammar errors in code examples (thanks to [ @fzyzcjy ] ( https://github.com/fzyzcjy ) ).
16
+ * Update RxMarbles URL for ` RaceStream ` (thanks to [ @P éter Ferenc Gyarmati] ( https://github.com/peter-gy ) ).
17
+
1
18
## 0.27.3 (2021-11-21)
2
19
3
20
### Bug fixes
Original file line number Diff line number Diff line change 1
1
name : rxdart
2
- version : 0.27.3
2
+ version : 0.27.4
3
3
description : >
4
4
RxDart is an implementation of the popular reactiveX api for asynchronous
5
5
programming, leveraging the native Dart Streams api.
You can’t perform that action at this time.
0 commit comments