Skip to content

Commit 0e58c14

Browse files
committed
Bumped version to 1.2.0
1 parent a276e6f commit 0e58c14

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## 1.2.0
2+
3+
- Added origin LogEvent to OutputEvent. Addresses [#133](https://github.com/simc/logger/pull/133).
4+
- Re-added LogListener and OutputListener (Should restore compatibility with logger_flutter).
5+
- Replaced pedantic with lints.
6+
17
## 1.1.0
8+
29
- Enhance boxing control with PrettyPrinter. Credits to @timmaffett
310
- Add trailing new line to FileOutput. Credits to @narumishi
411
- Add functions as a log message. Credits to @smotastic
512

613
## 1.0.0
14+
715
- Stable nullsafety
816

917
## 1.0.0-nullsafety.0
@@ -22,7 +30,7 @@
2230
## 0.9.2
2331
- Add `PrefixPrinter`. Credits to @tkutcher.
2432
- Add `HybridPrinter`. Credits to @tkutcher.
25-
33+
2634
## 0.9.1
2735
- Fix logging output for Flutter Web. Credits to @nateshmbhat and @Cocotus.
2836

@@ -45,7 +53,7 @@
4553
- Fix SimplePrinter showTime #12
4654
- Remove buffer field
4755
- Update library structure (thanks @marcgraub!)
48-
56+
4957
## 0.7.0+1
5058
- Added `ProductionFilter`, `FileOutput`, `MemoryOutput`, `SimplePrinter`
5159
- Breaking: Changed `LogFilter`, `LogPrinter` and `LogOutput`

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

66
environment:

0 commit comments

Comments
 (0)