Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.1
->^3.0.0
Release Notes
winstonjs/winston
v3.8.2
Compare Source
Patch-level changes
.js
to main entry point in package.json in https://github.com/winstonjs/winston/pull/2177; thanks to new contributor @rumanbslDependency updates by @dependabot + CI autotesting
v3.8.1
Compare Source
Patch-level changes
Dependency updates by @dependabot + CI autotesting
v3.8.0
Compare Source
Added functionality
Dependency updates by @dependabot + CI autotesting
Updates facilitating repo maintenance & enhancing documentation
Thanks especially to new contributors @zizifn, @arpad1337, @domiins, & @jeanpierrecarvalho!
v3.7.2
Compare Source
This change reverts what should have been the feature-level update in 3.7.0 due to issue #2103 showing this to be breaking, unintentionally.
v3.7.1
Compare Source
This change includes some minor updates to package-lock.json resolving npm audit failures: one in ansi-regex and another in minimist.
v3.6.0
Compare Source
process.nextTick
before clearing pending callbacks (thanks @smashah!)logform
2.4.0, which includes changes such as new options forJsonOptions
and some typo fixes regarding levelsv3.5.1
Compare Source
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!
v3.5.0
Compare Source
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.
v3.4.0
Compare Source
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!
v3.3.4
Compare Source
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.
v3.3.3
Compare Source
v3.3.2
Compare Source
diagnostics
published to NPM to avoid git dependency.v3.3.1
Compare Source
info.message
andmeta.message
.v3.3.0
Compare Source
occurs.
child
property on default logger.[#1651], [#1652], [#1677], [#1683], [#1684], [#1700], [#1697], [#1650],
[#1705], [#1723], [#1737], [#1733], [#1743], [#1750], [#1754], [#1780],
[#1778] README, Transports.md, other docs changes.
v3.2.1
Compare Source
UNBOUND PROTOTYPE AD INFINITUM EDITION
createLogger
for level convenience methods (e.g..info()
,.silly()
).(Fixes [#1577]).
methods are invoked with no arguments (Fixed [#1501]).
v3.2.0
Compare Source
SORRY IT TOO SO LONG EDITION
New Features!
new Error(string)
throughout the pipeline(s). (Fixes [#1338], [#1486]).
Bug Fixes
warn
events up to logger inaddition to
error
s.readable-stream
using CRA.3.0.0
)exitOnError
.for FileTransport.
New
splat
behaviorinterpolation in
winston
andlogform
.SPLAT
to formats (Fixes [#1485]).Previously
splat
would have added ameta
property for any additionalinfo[SPLAT]
beyond the expected number of tokens.As of
[email protected]
,format.splat
assumes additional splat paramters(aka "metas") are objects and merges enumerable properties into the
info
.e.g. BE ADVISED previous "metas" that were not objects will very likely
lead to odd behavior. e.g.
v3.1.0
Compare Source
RELEASES ON A PLANE EDITION
consoleWarnLevels
property to console transport options forconsole.warn
browser support.tailing: true
(Fixes [#1450], [#1194]).isLevelEnabled(string)
&isXXXEnabled()
toLogger
class.package-lock.json
.colors@^1.3.2
(Fixes [#1439]).logform@^1.9.1
.diagnostics@^1.1.1
.@types/node@^10.9.3
.assume@^2.1.0
.hock@^1.3.3
.mocha@^5.2.0
.nyc@^13.0.1
.split2@​^3.0.0
.v3.0.1
Compare Source
v3.0.0
Compare Source
GET IN THE CHOPPA EDITION
_final
from Node.js streams. (Related to winston-transport#24, Fixes [#1250]).format.transform
with try / catch (Fixes [#1261]).colorize
to address concerns in [#1095].
docs/transports.md
.package-lock.json
.logform@^1.9.0
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.