File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 34
34
- Stable nullsafety
35
35
36
36
## 1.0.0-nullsafety.0
37
+
37
38
- Convert to nullsafety. Credits to @DevNico
38
39
39
40
## 0.9.4
41
+
40
42
- Remove broken platform detection.
41
43
42
44
## 0.9.3
45
+
43
46
- Add ` MultiOutput ` . Credits to @gmpassos .
44
47
- Handle browser Dart stacktraces in PrettyPrinter. Credits to @gmpassos .
45
48
- Add platform detection. Credits to @gmpassos .
46
49
- Catch output exceptions. Credits to @gmpassos .
47
50
- Several documentation fixes. Credits to @gmpassos .
48
51
49
52
## 0.9.2
53
+
50
54
- Add ` PrefixPrinter ` . Credits to @tkutcher .
51
55
- Add ` HybridPrinter ` . Credits to @tkutcher .
52
56
53
57
## 0.9.1
58
+
54
59
- Fix logging output for Flutter Web. Credits to @nateshmbhat and @Cocotus .
55
60
56
61
## 0.9.0
62
+
57
63
- Remove ` OutputCallback ` and ` LogCallback `
58
64
- Rename ` SimplePrinter ` s argument ` useColor ` to ` colors `
59
65
- Rename ` DebugFilter ` to ` DevelopmentFilter `
60
- -
66
+
61
67
## 0.8.3
68
+
62
69
- Add LogfmtPrinter
63
70
- Add colored output to SimplePrinter
64
71
65
72
## 0.8.2
73
+
66
74
- Add StreamOutput
67
75
68
76
## 0.8.1
77
+
69
78
- Deprecate callbacks
70
79
71
80
## 0.8.0
81
+
72
82
- Fix SimplePrinter showTime #12
73
83
- Remove buffer field
74
84
- Update library structure (thanks @marcgraub !)
75
85
76
86
## 0.7.0+1
87
+
77
88
- Added ` ProductionFilter ` , ` FileOutput ` , ` MemoryOutput ` , ` SimplePrinter `
78
89
- Breaking: Changed ` LogFilter ` , ` LogPrinter ` and ` LogOutput `
79
90
80
91
## 0.6.0
92
+
81
93
- Added option to output timestamp
82
94
- Added option to disable color
83
95
- Added ` LogOutput `
84
96
- Behaviour change of ` LogPrinter `
85
97
- Remove dependency
86
98
87
99
## 0.5.0
100
+
88
101
- Added emojis
89
102
- ` LogFilter ` is a class now
90
103
91
104
## 0.4.0
105
+
92
106
- First version of the new logger
You can’t perform that action at this time.
0 commit comments