Skip to content

v4.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 03:35

4.0.0-beta.5 (2021-12-10)

Bug Fixes

  • add generic support to LogMessage class for specifying the message type (6e6775a)
  • add generic to LogObject type to specify type of Message (cd1c746)
  • explicitly set type to string[] for compiled tags returned from LogMessage (fd873e3)
  • remove generic from Message type (cc10311)
  • remove toJSON() method from LogMessage since it's been moved to a formatter (36fbdaa)
  • rename the log method to _log (7317bf5)
  • still generate the log message just don't log it when verbosity is set (6e13564)
  • ts generics and typings on shortcut methods (7e48904)

Features

  • add log shortcut method as an alias for info to match the console pattern (a3c1f16)
  • separate built-in formatters into separate files (f8ecac7)