Skip to content

Commit

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

- Enhance `debug` operator: prints current stacktrace, including location, line and member if not provide the identifier (ie. it is `null`).

## 0.0.1-nullsafety.5 - Jan 31, 2021

- Added `ValueStreamController`: like a single-subscription `StreamController` except
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.5
version: 0.0.1-nullsafety.6
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 1475780

Please sign in to comment.