File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## 2.0.2+1
2
10
3
- * Meta update: Updated repository links to https://github.com/SourceHorizon/logger .
11
+ - Meta update: Updated repository links to https://github.com/SourceHorizon/logger .
4
12
5
13
## 2.0.2
6
14
Original file line number Diff line number Diff line change 1
1
name : logger
2
2
description : Small, easy to use and extensible logger which prints beautiful logs.
3
- version : 2.0.2+1
3
+ version : 2.1.0
4
4
repository : https://github.com/SourceHorizon/logger
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments