Skip to content

Commit 5e51939

Browse files
committed
Bumped version to 2.1.0
1 parent 11a77a8 commit 5e51939

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
## 2.1.0
2+
3+
- Improved README explanation about debug mode. Thanks to
4+
@gkuga ([#57](https://github.com/SourceHorizon/logger/pull/57)).
5+
- Added web safe export. Fixes [#58](https://github.com/SourceHorizon/logger/issues/58).
6+
- Added `logger.init` to optionally await any `async` `init()` methods.
7+
Fixes [#61](https://github.com/SourceHorizon/logger/issues/61).
8+
19
## 2.0.2+1
210

3-
* Meta update: Updated repository links to https://github.com/SourceHorizon/logger.
11+
- Meta update: Updated repository links to https://github.com/SourceHorizon/logger.
412

513
## 2.0.2
614

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: logger
22
description: Small, easy to use and extensible logger which prints beautiful logs.
3-
version: 2.0.2+1
3+
version: 2.1.0
44
repository: https://github.com/SourceHorizon/logger
55

66
environment:

0 commit comments

Comments
 (0)