We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607533 commit 8c9d63dCopy full SHA for 8c9d63d
CHANGELOG.md
@@ -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
10
## 1.3.0
11
12
- Fixed stackTrace count when using `stackTraceBeginIndex`.
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 1.3.0
+version: 1.4.0
repository: https://github.com/Bungeefan/logger
environment:
0 commit comments