Skip to content

Commit d437a0c

Browse files
committed
Bumped version to 1.3.0
1 parent 8e3fbea commit d437a0c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.3.0
2+
3+
- Fixed stackTrace count when using `stackTraceBeginIndex`.
4+
Addresses [#114](https://github.com/simc/logger/issues/114).
5+
- Added proper FileOutput stub. Addresses [#94](https://github.com/simc/logger/issues/94).
6+
- Added `isClosed`. Addresses [#130](https://github.com/simc/logger/issues/130).
7+
- Added `time` to LogEvent.
8+
- Added `error` handling to LogfmtPrinter.
9+
110
## 1.2.2
211

312
- Fixed conditional LogOutput export. Credits to

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: 1.2.2
3+
version: 1.3.0
44
repository: https://github.com/Bungeefan/logger
55

66
environment:

0 commit comments

Comments
 (0)