Skip to content

Releases: cplieger/slogx

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:47

Added

  • Add capture.Recorder.Attr for a typed attribute assertion

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:51

Added

  • Attribute-level assertions and level-scoped counting
  • Substring CountLevel and stdlib conformance oracles

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:39
e8f8198

Fixed

  • Harden slog capture and level parsing (#47)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:10

Added

  • Capture Logger.With attributes and WithGroup nesting

Fixed

  • Panic on invalid Format values instead of silently selecting Text

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:20

Added

  • Add ParseFormat and capture.CountExact

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 00:03

Changed

  • Collapse capture.Contains onto Count

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:24

Added

  • Add capture subpackage for asserting on slog output in tests

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:15

Added

  • Standard log/slog setup