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
- Keep the timestamp braces outside of the colors (#10)
0.3.8 - 2024-05-09
- new
timestampFormat
option (#9)
- build issues with node14 (#8)
0.3.7 - 2024-04-25
- add new
printLogLevel
option (#7)
0.3.6 - 2024-04-23
- support using
LogLevelNumeric
fortimeStart
(#6)
0.3.5 - 2024-04-23
- Add
timeStart
function (#5)
0.3.4 - 2024-04-17
- Add support for numeric logLevel (#4)
0.3.3 - 2023-05-17
- fix dependency and audit issues (04af7a0)
- Fix workflow build link (b851603)
- Merge branch 'master' of https://github.com/rokucommunity/logger (cf0ed74)
- Fix build status badge (b1e490b)
0.3.2 - 2023-03-16
- Fix crash when encountering bigint (#3)
0.3.1 - 2023-01-24
- Fix npm audit issues (0583c2b)
0.3.0 2022-04-19
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
- add
Logger.isLogLevelEnabled
method
0.1.2 2022-03-07
- bug where
ConsoleTransport
was adding too many sequential empty spaces
0.1.1 2022-03-04
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
- initial release.
ConsoleTransport
- logs to the javascript consoleFileTransport
- a file loggerQueuedTransport
for logging that happens after a writer is attached.