Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

98 lines (55 loc) · 3.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.9 - 2024-05-09

Changed

  • Keep the timestamp braces outside of the colors (#10)

0.3.8 - 2024-05-09

Added

  • new timestampFormat option (#9)

Fixed

  • build issues with node14 (#8)

0.3.7 - 2024-04-25

Added

  • add new printLogLevel option (#7)

0.3.6 - 2024-04-23

Fixed

  • support using LogLevelNumeric for timeStart (#6)

0.3.5 - 2024-04-23

Added

  • Add timeStart function (#5)

0.3.4 - 2024-04-17

Changed

  • Add support for numeric logLevel (#4)

0.3.3 - 2023-05-17

Changed

0.3.2 - 2023-03-16

Changed

  • Fix crash when encountering bigint (#3)

0.3.1 - 2023-01-24

Changed

0.3.0 2022-04-19

Fixed

add enableColor option - for enabling/disabling colors, which can be inherited through the logger chain. (#2) adds consistentLogLevelWidth option - for enforcing that all logLevel printed text are the same width. (#2)

0.2.0 2022-03-07

Fixed

  • add Logger.isLogLevelEnabled method

0.1.2 2022-03-07

Fixed

  • bug where ConsoleTransport was adding too many sequential empty spaces

0.1.1 2022-03-04

Changed

  • ConsoleTransport now passes arguments to the console rather than stringifying the entire object, leading to a better developer experience

0.1.0 2021-12-01

Added

  • initial release.
    • ConsoleTransport - logs to the javascript console
    • FileTransport- a file logger
    • QueuedTransport for logging that happens after a writer is attached.