Skip to content

Commit

Permalink
prepare for 0.27.2 (#622)
Browse files Browse the repository at this point in the history
* prepare for 0.27.2

* prepare for 0.27.2

* prepare for 0.27.2
  • Loading branch information
hoc081098 authored Sep 3, 2021
1 parent dc646a5 commit 5b1c702
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
## 0.27.2
## 0.27.2 (2021-09-03)

* Internal refactoring Stream Transformers: uses `Stream.multi`.
### Bug fixes

* `onErrorReturnWith` now does not drop the remaining data events after the first error.
* Disallow changing handlers of `ConnectableStreamSubscription`.

### Features

* Add `delayWhen` operator.
* Add optional parameter `maxConcurrent` to `flatMap`.
* Update to docs ([@AlexanderJohr](https://github.com/AlexanderJohr)).
* Bugfix: `onErrorReturnWith` drops remaining data event after the first error.
* Update `groupBy`
* `groupBy`
* Rename `GroupByStream` to `GroupedStream`.
* Add optional parameter `durationSelector`, which used to determine how long each group should exist.
* Add `delayWhen` operator.
* Update `ignoreElements`
* `ignoreElements`
* Remove `@deprecated` annotation (`ignoreElements` should not be marked as deprecated).
* Change return type to `Stream<Never>`.
* Disallow changing handlers of `ConnectableStreamSubscription`.

### Documentation

* Update to `PublishSubject`'s docs (thanks to [@AlexanderJohr](https://github.com/AlexanderJohr)).

### Code refactoring

* Refactoring Stream Transformers, using `Stream.multi` internally.

## 0.27.1

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.1
version: 0.27.2
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 5b1c702

Please sign in to comment.