Skip to content

Commit 8c9d63d

Browse files
committed
Bumped version to 1.4.0
1 parent 6607533 commit 8c9d63d

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.4.0
2+
3+
- Bumped upper SDK constraint to `<4.0.0`.
4+
- Added `excludePaths` to PrettyPrinter.
5+
Thanks to @Stitch-Taotao ([#13](https://github.com/simc/logger/pull/13)).
6+
- Removed background color for `Level.error` and `Level.wtf` to improve readability.
7+
- Improved PrettyPrinter documentation.
8+
- Corrected README notice about ANSI colors.
9+
110
## 1.3.0
211

312
- Fixed stackTrace count when using `stackTraceBeginIndex`.

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

66
environment:

0 commit comments

Comments
 (0)