Skip to content

Releases: LMaxence/hellog

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:59

3.6.0 (2026-06-27)

Features

  • child loggers, structured meta, Error serialization, timers, TTY-aware color (b529c95)

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:50

3.5.0 (2026-06-25)

Bug Fixes

  • ci: remove explicit pnpm version, let action-setup read from packageManager (42ba746)
  • ci: remove registry-url from setup-node to unblock OIDC npm auth (191fcf2)
  • ci: remove registry-url to allow @semantic-release/npm OIDC path (cb2b218)
  • ci: restore registry-url and use pnpm exec for semantic-release (b85a24f)
  • ci: switch to GITHUB_TOKEN and npm trusted publishing (c648aae)
  • ci: upgrade to semantic-release@25 with @semantic-release/npm@13 for OIDC support (f839676)

Features

  • migrate toolchain to Node 26, pnpm, TypeScript 7, and OXC (b694335)

v3.4.1

Choose a tag to compare

@LMaxence LMaxence released this 09 Jan 08:51

3.4.1 (2025-01-09)

Bug Fixes

  • expose success method in hellog object (c1c77b2)

v3.4.0

Choose a tag to compare

@LMaxence LMaxence released this 09 Jan 08:49

3.4.0 (2025-01-09)

Features

  • add support for success level and add log proxy method for info level (1636122)

v3.3.0

Choose a tag to compare

@LMaxence LMaxence released this 09 Jan 08:36

3.3.0 (2025-01-09)

Features

  • add support for dynamic meta keys in hellog (7fa2739)

v3.2.0

Choose a tag to compare

@LMaxence LMaxence released this 09 Jan 08:12

3.2.0 (2025-01-09)

Features

  • add support for custom keys in default logfmt plugin (ac01271)

v3.1.0

Choose a tag to compare

@LMaxence LMaxence released this 21 Dec 14:59

3.1.0 (2024-12-21)

Bug Fixes

  • add prettier ignore to ignore changelog (54e1145)

Features

  • add method and docstrings to hellog class (609bb1b)

v3.0.0

Choose a tag to compare

@LMaxence LMaxence released this 21 Dec 13:33

3.0.0 (2024-12-21)

Bug Fixes

Features

  • add semantic release (55c13f5)
  • rewrite library for v3 and bump dependencies (926ff07)

BREAKING CHANGES

  • This commit introduces breaking changes for all existing APIs of Hellog as it is a rewrite of the library