Changelog
v3.5.1 / 2022-01-31
This release reverts the changes made in PR #1896 which added stricter typing to the available log levels, and inadvertently broke use of custom levels with TypeScript (Issue #2047). Apologies for that!
Changelog
v3.5.0 / 2022-01-27
This release includes the following, in sequence by first merge in group:
Feature updates:
Patch-level updates:
.rejections
(#1842, #1929, #2021; thanks @vanflux, @svaj, @glensc, & others!)stringify
, e.g. to avoid issues from circular structures, in the http transport
(#2043, thanks @karlwir!)Updates to the repo & project which don’t actually affect the running code:
Thanks also to maintainers @DABH, @fearphage, @Maverick1872, and @wbt for issue/PR shepherding and help across multiple parts of the release! If somebody got missed in the list of thanks, please forgive the accidental oversight and/or feel free to open a PR on this changelog.
Changelog
v3.4.0 / 2022-01-10
Yesterday's release was done with a higher sense of urgency than usual
due to vandalism in the colors
package.
This release:
The biggest change in this release, motivating the feature-level update, is [#2006] Make winston more ESM friendly, thanks to @miguelcobain.
Thanks also to @DABH, @wbt, and @fearphage for contributions and reviews!
Changelog
v3.3.4 / 2022-01-09
Compared to v3.3.3, this version fixes some issues and includes some updates to project infrastructure, such as replacing Travis with Github CI and dependabot configuration. There have also been several relatively minor improvements to documentation, and incorporation of some updated dependencies. Dependency updates include a critical bug fix [#2008] in response to self-vandalism by the author of a dependency.
Changelog
v3.3.3 / 2020-06-23
Changelog
v3.3.2 / 2020-06-22
diagnostics
published to NPM to avoid git dependency.Changelog
v3.3.1 / 2020-06-21
info.message
and meta.message
.Changelog
v3.3.0 / 2020-06-21
child
property on default logger.Changelog
v3.2.1 / 2019-01-29
createLogger
for level convenience methods (e.g. .info()
, .silly()
).
(Fixes [#1577]).