Skip to content

Releases: go-playground/log

Release 8.1.2

17 Aug 00:21
10609b0
Compare
Choose a tag to compare
v8.1.2

fix errors dep + tests (#54)

Release 8.1.1

16 Aug 19:09
52f7e47
Compare
Choose a tag to compare
v8.1.1

update error dep (#53)

Release 8.1.0

16 Aug 02:46
d3a738a
Compare
Choose a tag to compare
v8.1.0

slog support + Groups (#52)

Release 8.0.2

22 Jun 14:44
d2677a2
Compare
Choose a tag to compare

What was fixed?

Corrected removal of default logger upon registering a custom one.

Release 8.0.1

23 Jun 23:02
f536b51
Compare
Choose a tag to compare
v8.0.1

fix unhashable value during dedupe process (#48)

Release v8.0.0 RC8

08 Jun 00:18
3123086
Compare
Choose a tag to compare
v8.0.0-rc8

fix appending fields in clone() method (#46)

Release 8.0.0

08 Jun 05:47
76f472c
Compare
Choose a tag to compare
v8.0.0

V8.0.0 rc9 (#47)

Release 8.0.0 RC7

03 Jun 05:04
d55926d
Compare
Choose a tag to compare
V8.0.0 rc7 (#45)

- Removed ability to remove individual log levels. Can use AddHandler
  and RemoveHandler to accomplish the same. Will leave it this way
  unless there's a compelling reason to expose this functionality.
- Move std log redirect to top level our of console handler.
- Add error and warning checks for std log output
- fix std log redirect reset

Release 8.0.0 RC6

02 Jun 23:25
77e35e4
Compare
Choose a tag to compare
v8.0.0-rc6

add log level parser helper (#44)

Release 8.0.0 RC5

02 Jun 22:13
e00e993
Compare
Choose a tag to compare
v8.0.0-rc5

rename console logger builder + function (#43)