-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
248 additions
and
92 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
## 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>`. | ||
|
||
## 1.1.2 - Apr 11, 2020 | ||
|
||
- Add `disposedBy` extension method for `StreamSubscription` | ||
- Add `disposedBy` extension method for `Sink` | ||
- Add `disposedBy` extension method for `StreamSubscription` | ||
- Add `disposedBy` extension method for `Sink` | ||
|
||
## 1.1.1+1 - Jan 26, 2020 | ||
|
||
- Update `logger` | ||
- Update `logger` | ||
|
||
## 1.1.1 - Jan 22, 2020 | ||
|
||
- Fix `collection` version | ||
- Fix `collection` version | ||
|
||
## 1.1.0 - Jan 22, 2020 | ||
|
||
- Add `logger` that logs disposed resources | ||
- Minors update | ||
- Upgrade min sdk to `2.6.0` | ||
- Add `logger` that logs disposed resources | ||
- Minors update | ||
- Upgrade min sdk to `2.6.0` | ||
|
||
## 1.0.0+1 - Nov 9, 2019 | ||
|
||
- Minors update | ||
- Minors update | ||
|
||
## 1.0.0 - Aug 14, 2019 | ||
|
||
- Minors update | ||
- Add tests | ||
- Minors update | ||
- Add tests | ||
|
||
## 0.0.9 | ||
|
||
- Initial version, created by Stagehand | ||
- Initial version, created by Stagehand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.