Skip to content

Releases: abhinav/silog-go

v0.3.0

08 Mar 00:46
9e0e0dc

Choose a tag to compare

v0.3.0 - 2026-03-07

This release brings support for Lip Gloss v2 (charm.land/lipgloss/v2).
v1-compatible APIs have been removed and only v2 APIs are available.

To migrate, drop the arguments to PlainStyle and DefaultStyle functions.

Changed

  • PlainStyle no longer accepts a renderer argument.
  • DefaultStyle no longer accepts a renderer argument.

v0.2.0

04 Nov 22:05
e892e37

Choose a tag to compare

v0.2.0 - 2025-11-04

Changed

  • Handler: Rename SetPrefix method to WithPrefix.

Fixed

  • WithLevelOffset: Fix incorrect label used when ReplaceAttr option was not used.

v0.1.0

15 Jun 19:02
21889a9

Choose a tag to compare

v0.1.0 - 2025-06-15

Initial release.