Skip to content

Commit

Permalink
0.27.1 (#593)
Browse files Browse the repository at this point in the history
* changelog and bump version

* CHANGELOG.md
  • Loading branch information
hoc081098 committed May 30, 2021
1 parent fc0b4ab commit b77ce50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 0.27.1

* Bugfix: `ForkJoinStream` throws `Null check operator used on a null value` when using nullable-type.
* Bugfix: `delay` operator
* Pause and resume properly.
* Cancel all timers after it has been cancelled.

## 0.27.0
* **BREAKING: ValueStream**
* Remove `ValueStreamExtensions`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: rxdart
version: 0.27.0
version: 0.27.1
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 b77ce50

Please sign in to comment.