Skip to content

Commit dfae6fa

Browse files
authored
Prepare for v0.27.4 (#679)
* Prepare for v0.27.4 * update date * typo * typo * update
1 parent a8acf0d commit dfae6fa

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## 0.27.3 (2021-11-21)
219

320
### Bug fixes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rxdart
2-
version: 0.27.3
2+
version: 0.27.4
33
description: >
44
RxDart is an implementation of the popular reactiveX api for asynchronous
55
programming, leveraging the native Dart Streams api.

0 commit comments

Comments
 (0)