Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 15, 2020
1 parent e9a0eb0 commit 1a2109f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 22 deletions.
55 changes: 36 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 1.1.4 - Aug 15, 2020

- Updated: methods `add`, `addAll`, `remove`, `delete`, `constructor` allow only **`Sink | StreamSubscription`** type.
- Updated: internal implementation.
- Fixed: default logger logs `error` and `StackTrace` to console, before missing.

## 1.1.3 - Aug 4, 2020

- Updated: `README.md`.

- Breaking change: Change `Logger`'s signature.
The `clear` and `dispose` methods now returns a `Future<bool>` instead of `Future<void>`.

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# disposebag

### Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)
## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)

![Dart CI](https://github.com/hoc081098/disposebag/workflows/Dart%20CI/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/335930f9b71d4564b5523ccc788663f9)](https://app.codacy.com/manual/hoc081098/disposebag?utm_source=github.com&utm_medium=referral&utm_content=hoc081098/disposebag&utm_campaign=Badge_Grade_Dashboard)
[![Pub](https://img.shields.io/pub/v/disposebag)](https://pub.dev/packages/disposebag)
[![codecov](https://codecov.io/gh/hoc081098/disposebag/branch/master/graph/badge.svg)](https://codecov.io/gh/hoc081098/disposebag)
[![Build Status](https://travis-ci.org/hoc081098/disposebag.svg?branch=master)](https://travis-ci.org/hoc081098/disposebag)
[![GitHub](https://img.shields.io/github/license/hoc081098/disposebag?color=4EB1BA)](https://opensource.org/licenses/MIT)
[![Style](https://img.shields.io/badge/style-pedantic-40c4ff.svg)](https://github.com/dart-lang/pedantic)

A package to help disposing Streams and closing Sinks

Expand Down
2 changes: 1 addition & 1 deletion flutter_disposebag/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter_disposebag

### Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)
## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)

[![Pub](https://img.shields.io/pub/v/flutter_disposebag)](https://pub.dev/packages/flutter_disposebag)

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: disposebag
description: A package to help disposing Streams and closing Sinks easily.
version: 1.1.3
version: 1.1.4
homepage: https://github.com/hoc081098/disposebag.git
repository: https://github.com/hoc081098/disposebag.git
issue_tracker: https://github.com/hoc081098/disposebag/issues
Expand Down

0 comments on commit 1a2109f

Please sign in to comment.