Changelog
v2.0.0 / 2015-10-29
Most important
winston.transports.DailyRotateFile
into a separate module: require('winston-daily-rotate-file');
npm
and cli
configs to conform to RFC524. Fixes #424 #406 #290filter
function to be consistent with rewriter
and log functions:function filter (level, msg, meta, inst) {
// Filter logic goes here...
}
Other breaking changes
winston.transports.Webhook
. Use winston.transports.Http
instead.Logger.prototype.addRewriter
and Logger.prototype.addFilter
since they just push to an Array of functions. Use logger.filters.push
or logger.rewriters.push
explicitly instead.handleExceptions
option to new winston.Logger
. Instead just pass in the exceptionHandlers
option itself.Logger.prototype.extend
functionalityLogger.prototype.configure
which now contains all logic previously in the winston.Logger
constructor function. (indexzero
)coreybutler
)eol
option to the Console
transport. (aquavitae
)lib/transports.js
for better static analysis. (indexzero
)Changelog
v1.1.0 / 2015-10-09
wesleyeff
)paulhroth
)christophehurpeau
)paulhroth
, kikobeats
)timdp
)Changelog
v1.0.2 2015-09-25
The Gitter Badger
)logException
. Fixes #218 #213 #327. (indexzero
)tailFile
function working on latest/all node versions (Christopher Jeffrey
)Roman Stetsyshin
)indexzero
)Roderick Hsiao
)Stefan Thies
, charukiewicz
, unLucio
, Adam Cohen
, Denis Gorbachev
, Frederik Ring
, Luigi Pinca
, jeffreypriebe
)indexzero
)Changelog
v0.9.0 / 2015-02-03
oojacoboo
).
node >= 0.8.0
. (indexzero
)samz
)neouser99
)Melnyk Andii
)Tony Germaneri
)Alberto Pose
)Alberto Pose
)Chris Oloff
)Michiel De Mey
)Leonard Martin
)indexzero
)Loïc Mahieu
)John Frizelle
)indexzero
)until
before a default from
. Fixes #478. (indexzero
)Chasen Le Hara
)José F. Romaniello
)José F. Romaniello
)Ricardo Torres
)Alberto Pose
)res.resume()
in HttpTransport to get around known issues in streams2. (indexzero
)Jacob Thomason
)Ramon Snir
)Michael Neil
)Matt Zukowski
)orcaman
)jupiter
)