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 02ea20c commit cc884b6Copy full SHA for cc884b6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.9.3
2
+- Add `MultiOutput`. Credits to @gmpassos.
3
+- Handle browser Dart stacktraces in PrettyPrinter. Credits to @gmpassos.
4
+- Add platform detection. Credits to @gmpassos.
5
+- Catch output exceptions. Credits to @gmpassos.
6
+- Several documentation fixes. Credits to @gmpassos.
7
+
8
## 0.9.2
9
- Add `PrefixPrinter`. Credits to @tkutcher.
10
- Add `HybridPrinter`. Credits to @tkutcher.
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 0.9.2
+version: 0.9.3
homepage: https://github.com/leisim/logger
environment:
0 commit comments