Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

61 lines (32 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.1.1 (2024-10-18)

Docs

  • update supported Node.js version list (08e3a86)

CI

0.1.0 (2024-10-13)

CI

  • stop testing nodejs 21 to test nodejs 22

0.0.4 (2024-04-07)

Features

  • introduce new escapeMutlilineStrings option (18111c0)

0.0.3 (2024-03-20)

0.0.2 (2024-03-20)

Bug Fixes

0.0.1 (2024-03-20)

Bug Fixes

  • remove test logs from tarball (ca53951)

0.0.0 (2024-03-20)

Features

  • add --time-format (ac68eb9)
  • add a binary to run the transport on stdin (95a8f0c)
  • add an option to flatten nested metadata (b24ed08)
  • add optional case conversion (eab9c7c)
  • allow to pass custom levels (d234ab9)
  • create a basic logfmt transport (473ba27)
  • enable custom levels trough the CLI (d4ff92a)
  • support custom date formats (12dca4a)

Bug Fixes

  • add shebang to be able to run the js binary (635c55c)