Skip to content

Commit 7cf2832

Browse files
committed
Fixed formatting
1 parent 2ec1283 commit 7cf2832

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,59 +34,73 @@
3434
- Stable nullsafety
3535

3636
## 1.0.0-nullsafety.0
37+
3738
- Convert to nullsafety. Credits to @DevNico
3839

3940
## 0.9.4
41+
4042
- Remove broken platform detection.
4143

4244
## 0.9.3
45+
4346
- Add `MultiOutput`. Credits to @gmpassos.
4447
- Handle browser Dart stacktraces in PrettyPrinter. Credits to @gmpassos.
4548
- Add platform detection. Credits to @gmpassos.
4649
- Catch output exceptions. Credits to @gmpassos.
4750
- Several documentation fixes. Credits to @gmpassos.
4851

4952
## 0.9.2
53+
5054
- Add `PrefixPrinter`. Credits to @tkutcher.
5155
- Add `HybridPrinter`. Credits to @tkutcher.
5256

5357
## 0.9.1
58+
5459
- Fix logging output for Flutter Web. Credits to @nateshmbhat and @Cocotus.
5560

5661
## 0.9.0
62+
5763
- Remove `OutputCallback` and `LogCallback`
5864
- Rename `SimplePrinter`s argument `useColor` to `colors`
5965
- Rename `DebugFilter` to `DevelopmentFilter`
60-
-
66+
6167
## 0.8.3
68+
6269
- Add LogfmtPrinter
6370
- Add colored output to SimplePrinter
6471

6572
## 0.8.2
73+
6674
- Add StreamOutput
6775

6876
## 0.8.1
77+
6978
- Deprecate callbacks
7079

7180
## 0.8.0
81+
7282
- Fix SimplePrinter showTime #12
7383
- Remove buffer field
7484
- Update library structure (thanks @marcgraub!)
7585

7686
## 0.7.0+1
87+
7788
- Added `ProductionFilter`, `FileOutput`, `MemoryOutput`, `SimplePrinter`
7889
- Breaking: Changed `LogFilter`, `LogPrinter` and `LogOutput`
7990

8091
## 0.6.0
92+
8193
- Added option to output timestamp
8294
- Added option to disable color
8395
- Added `LogOutput`
8496
- Behaviour change of `LogPrinter`
8597
- Remove dependency
8698

8799
## 0.5.0
100+
88101
- Added emojis
89102
- `LogFilter` is a class now
90103

91104
## 0.4.0
105+
92106
- First version of the new logger

0 commit comments

Comments
 (0)