Skip to content

Commit

Permalink
Publish 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 27, 2021
1 parent 110171b commit a82d761
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is the list of rxdart's significant contributors.
#
# This does not necessarily list everyone who has contributed code.
# To see the full list of contributors, see the revision history in
# source control.
Frank Pepermans <frank@igindo.com>
Brian Egan <brian@brianegan.com>
Petrus Nguyen Thai Hoc <hoc081098@gmail.com>
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.26.0
* Stable, null-safe release.
* Add `takeLast` (thanks [@ThomasKliszowski](https://github.com/ThomasKliszowski)).
* Rework for `retry`/`retryWhen`:
* Removed `RetryError`.
* `retry`: emits all errors if retry fails.
* `retryWhen`: emits original error, and error from factory if they are not identical.
* `streamFactory` now accepts non-nullable `StackTrace` argument.
* Update `ValueStream.requireValue` and `ValueStream.requireError`: throws actual error or a `StateError`,
instead of throwing `"Null check operator used on a null value"` error.

## 0.26.0-nullsafety.1
* Breaking change: `ValueStream`
Expand Down

0 comments on commit a82d761

Please sign in to comment.