Skip to content

Commit

Permalink
Prepare for v0.27.4 (#679)
Browse files Browse the repository at this point in the history
* Prepare for v0.27.4

* update date

* typo

* typo

* update
  • Loading branch information
hoc081098 authored May 29, 2022
1 parent a8acf0d commit dfae6fa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.27.4 (2022-05-29)

### Bug fixes

* `withLatestFrom` should iterate over `Iterable<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](https://github.com/fzyzcjy)).
* Update RxMarbles URL for `RaceStream` (thanks to [@Péter Ferenc Gyarmati](https://github.com/peter-gy)).

## 0.27.3 (2021-11-21)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rxdart
version: 0.27.3
version: 0.27.4
description: >
RxDart is an implementation of the popular reactiveX api for asynchronous
programming, leveraging the native Dart Streams api.
Expand Down

0 comments on commit dfae6fa

Please sign in to comment.