File tree 1 file changed +24
-1
lines changed 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.6.0
2
+ Fixes:
3
+ * end of line cleanup
4
+ * revert the entry concurrency bug fix whic leads to deadlock under some circumstances
5
+ * update dependency on go-windows-terminal-sequences to fix a crash with go 1.14
6
+
7
+ Features:
8
+ * add an option to the ` TextFormatter ` to completely disable fields quoting
9
+
10
+ # 1.5.0
11
+ Code quality:
12
+ * add golangci linter run on travis
13
+
14
+ Fixes:
15
+ * add mutex for hooks concurrent access on ` Entry ` data
16
+ * caller function field for go1.14
17
+ * fix build issue for gopherjs target
18
+
19
+ Feature:
20
+ * add an hooks/writer sub-package whose goal is to split output on different stream depending on the trace level
21
+ * add a ` DisableHTMLEscape ` option in the ` JSONFormatter `
22
+ * add ` ForceQuote ` and ` PadLevelText ` options in the ` TextFormatter `
23
+
1
24
# 1.4.2
2
25
* Fixes build break for plan9, nacl, solaris
3
26
# 1.4.1
4
27
This new release introduces:
5
28
* Enhance TextFormatter to not print caller information when they are empty (#944 )
6
- * Remove dependency on golang.org/x/crypto (#932 , #943 )
29
+ * Remove dependency on golang.org/x/crypto (#932 , #943 )
7
30
8
31
Fixes:
9
32
* Fix Entry.WithContext method to return a copy of the initial entry (#941 )
You can’t perform that action at this time.
0 commit comments