Skip to content

Commit

Permalink
0.0.1-nullsafety.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jan 31, 2021
1 parent a90621d commit 3dff866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.1-nullsafety.5 - Jan 31, 2021

- Added `ValueStreamController`: like a single-subscription `StreamController` except
the stream of this controller is a single-subscription `NotReplayValueStream`.
- Added `toNotReplayValueStream` extension: converts a `Stream` to a single-subscription `NotReplayValueStream`.

## 0.0.1-nullsafety.4 - Jan 23, 2021

- Now, return type of `collect` is `StreamSubscription<T>`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rxdart_ext
description: Some extension methods and classes built on top of RxDart - RxDart extension.
version: 0.0.1-nullsafety.4
version: 0.0.1-nullsafety.5
author: Petrus Nguyễn Thái Học <[email protected]>
homepage: https://github.com/hoc081098/rxdart_ext.git
repository: https://github.com/hoc081098/rxdart_ext.git
Expand Down

0 comments on commit 3dff866

Please sign in to comment.