Skip to content

Commit

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

- Add `whereNotNull`.
- Update `ignoreElements` and `ignoreErrors`.
- Update `ForwardingSinkMixin`.
- Rename `ListenNullStreamExtension` to `CollectStreamExtension`.
- Update docs.

## 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`).
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.6
version: 0.0.1-nullsafety.7
author: Petrus Nguyen Thai Hoc <[email protected]>
homepage: https://github.com/hoc081098/rxdart_ext.git
repository: https://github.com/hoc081098/rxdart_ext.git
Expand Down

0 comments on commit 6075c48

Please sign in to comment.