Releases: cplieger/slogx
Releases · cplieger/slogx
Release list
v1.5.0
v1.4.0
Added
- Attribute-level assertions and level-scoped counting
- Substring CountLevel and stdlib conformance oracles
v1.3.1
Fixed
- Harden slog capture and level parsing (#47)
v1.3.0
Added
- Capture Logger.With attributes and WithGroup nesting
Fixed
- Panic on invalid Format values instead of silently selecting Text
v1.2.0
Added
- Add ParseFormat and capture.CountExact
v1.1.1
Changed
- Collapse capture.Contains onto Count
v1.1.0
Added
- Add capture subpackage for asserting on slog output in tests