All Versions
49
Latest Version
Avg Release Cycle
74 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v1.1.0 Changes
October 09, 2015GREETINGS FROM CARTAGENA EDITION
Notable Changes
- #721 Fixed octal literal to work with node 4 strict mode (
wesleyeff
) - #630 Add stderrLevels option to Console Transport and update docs (
paulhroth
) - #626 Add the logger (this) in the fourth argument in the rewriters and filters functions (
christophehurpeau
) - #623 Fix Console Transport's align option tests (
paulhroth
,kikobeats
) - #692 Adding winston-aws-cloudwatch to transport docs (
timdp
)
- #721 Fixed octal literal to work with node 4 strict mode (
-
v1.0.2 Changes
September 25, 2015LET'S TALK ON GITTER EDITION
Notable Changes
- de80160 Add Gitter badge (
The Gitter Badger
) - 44564de [fix] Correct listeners in
logException
. Fixes #218 #213 #327. (indexzero
) - 45b1eeb [fix] Get
tailFile
function working on latest/all node versions (Christopher Jeffrey
) - c6d45f9 Fixed event subscription on close (
Roman Stetsyshin
)
Other changes
- TravisCI updates & best practices 87b97cc 91a5bc4, cf24e6a (
indexzero
) - d5397e7 Bump async version (
Roderick Hsiao
) - Documentation updates & fixes 86d7527, 38254c1, 04e2928, 61c8a89, c42a783, 0688a22, eabc113 c9506b7, 17534d2, b575e7b (
Stefan Thies
,charukiewicz
,unLucio
,Adam Cohen
,Denis Gorbachev
,Frederik Ring
,Luigi Pinca
,jeffreypriebe
) - Documentation refactor & cleanup a19607e, d1932b4, 7a13132 (
indexzero
)
- de80160 Add Gitter badge (
-
v1.0.1 Changes
June 26, 2015๐ YAY DOCS EDITION
-
v1.0.0 Changes
April 07, 2015OMG 1.0.0 FINALLY EDITION
๐ฅ Breaking Changes
- #587 Do not extend
String
prototypes as a side effect of usingcolors
. (kenperkins
) - #581 File transports now emit
error
on error of the underlying streams aftermaxRetries
attempts. (ambbell
). - #583, 92729a Use
os.EOL
for all file writing by default. (Mik13
,indexzero
) - #532 Delete logger instance from
Container
whenclose
event is emitted. (snater
) - #380 Rename
duration
todurationMs
, which is now a number a not a string ending inms
. (neoziro
) - #253 Do not set a default level. When
level
is falsey on anyTransport
instance, anyLogger
instance uses the configured level (instead of the Transport level) (jstamerj
).
Other changes
- #587 Do not extend
-
v0.9.0 Changes
February 03, 2015- #496 Updated default option handling for CLI (
oojacoboo
). - f37634b [dist] Only support
node >= 0.8.0
. (indexzero
) - 91a1e90, 50163a0 Fix #84 Enable a better unhandled exception experience (
samz
) - 8b5fbcd #448 Added tailable option to file transport which rolls files backwards instead of creating incrementing appends. Implements #268 (
neouser99
) - a34f7d2 Custom log formatter functionality were added. (
Melnyk Andii
) - 4c08191 Added showLevel flag to common.js, file*, memory and console transports. (
Tony Germaneri
) - 64ed8e0 Adding custom pretty print function test. (
Alberto Pose
) - 3872dfb Adding prettyPrint parameter as function example. (
Alberto Pose
) - 2b96eee implemented filters #526 (
Chris Oloff
) - 72273b1 Added the options to colorize only the level, only the message or all. Default behavior is kept. Using true will only colorize the level and false will not colorize anything. (
Michiel De Mey
) - 178e8a6 Prevent message from meta input being overwritten (
Leonard Martin
) - 270be86 [api] Allow for transports to be removed by their string name [test fix] Add test coverage for multiple transports of the same type added in #187. [doc] Document using multiple transports of the same type (
indexzero
) - 0a848fa Add depth options for meta pretty print (
Loรฏc Mahieu
) - 106b670 Allow debug messages to be sent to stdout (
John Frizelle
) - ad2d5e1 [fix] Handle Error instances in a sane way since their properties are non-enumerable by default. Fixes #280. (
indexzero
) - 5109dd0 [fix] Have a default
until
before a defaultfrom
. Fixes #478. (indexzero
) - d761960 Fix logging regular expression objects (
Chasen Le Hara
) - 2632eb8 Add option for EOL chars on FileTransport (
Josรฉ F. Romaniello
) - bdecce7 Remove duplicate logstash option (
Josรฉ F. Romaniello
) - 7a01f9a Update declaration block according to project's style guide (
Ricardo Torres
) - ae27a19 Fixes #306: Can't set customlevels to my loggers (RangeError: Maximum call stack size exceeded) (
Alberto Pose
) - 1ba4f51 [fix] Call
res.resume()
in HttpTransport to get around known issues in streams2. (indexzero
) - 39e0258 Updated default option handling for CLI (
Jacob Thomason
) - 8252801 Added logstash support to console transport (
Ramon Snir
) - 18aa301 Module isStream should be isstream (
Michael Neil
) - 2f5f296 options.prettyPrint can now be a function (
Matt Zukowski
) - a87a876 Adding rotationFormat prop to file.js (
orcaman
) - ff187f4 Allow custom exception level (
jupiter
)
- #496 Updated default option handling for CLI (
-
v0.8.3 Changes
November 04, 2014 -
v0.8.2 Changes
November 04, 2014- Full fix for #296 with proper streams2 detection with
isstream
for file transport (jcrugzz
) - Add isstream module (
jcrugzz
) - Partially fix #296 with streams2 detection for file transport (
indexzero
) - โ
add stress test for issue #288 (
indexzero
) - โ
lessen timeouts to check test sanity (
indexzero
) - ๐ update winston-graylog2 documentation (
unlucio
) - โ
fix test formatting (
indexzero
) - fix so options are not redefined (
indexzero
) - fix self/this issue that broke
http
transport (indexzero
)
- Full fix for #296 with proper streams2 detection with
-
v0.8.1 Changes
October 06, 2014- Add label option for DailyRotateFile transport (
francoisTemasys
) - ๐ฒ fix Logger#transports length check upon Logger#log (
adriano-di-giovanni
,indexzero
) - err can be a string. (
gdw2
,indexzero
) - Added color for pre-defined cli set. (
danilo1105
,indexzero
) - โ
Fix dates on transport test (
revington
) - Included the label from options to the output in JSON mode. (
arxony
) - ๐ Allow using logstash option with the File transport (
gmajoulet
) - ๐ Be more defensive when working with
query
methods from Transports. Fixes #356. (indexzero) - Catch exceptions for file transport unlinkSync (
calvinfo
) - Adding the 'addRewriter' to winston (
machadogj
) - ๐ Updates to transport documentation (
pose
) - ๐ฒ fix typo in "Extending another object with Logging" section.
- โก๏ธ Updated README.md - Replaced properties with those listed in winston-mongodb module
- Add label option for DailyRotateFile transport (
-
v0.8.0 Changes
September 15, 2014- Fixes for HTTP Transport
- Removing jsonquest and request dependencies.
- Configuration is now shalow cloned.
- Added logstash support
- Fix for "flush" event should always fire after "flush" call bug
- Added tests for file: open and stress.
- Test fixes
- Fix ")" on string interpolation
ย 0.6.2 / 2012-07-08
- Added prettyPrint option for console logging
- Multi-line values for conditional returns are not allowed
- Added acceptance of
stringify
option - Fixed padding for log levels