v4.0.0-beta.5
Pre-release
Pre-release
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)