winston v1.0.0 Release Notes

Release Date: 2015-04-07 // about 9 years ago
  • OMG 1.0.0 FINALLY EDITION

    💥 Breaking Changes

    • #587 Do not extend String prototypes as a side effect of using colors. (kenperkins)
    • #581 File transports now emit error on error of the underlying streams after maxRetries attempts. (ambbell).
    • #583, 92729a Use os.EOL for all file writing by default. (Mik13, indexzero)
    • #532 Delete logger instance from Container when close event is emitted. (snater)
    • #380 Rename duration to durationMs, which is now a number a not a string ending in ms. (neoziro)
    • #253 Do not set a default level. When level is falsey on any Transport instance, any Logger instance uses the configured level (instead of the Transport level) (jstamerj).

    Other changes

    • b83de62 Fix rendering of stack traces.
    • c899cc Update documentation (Fixes #549)
    • #551 Filter metadata along with messages
    • #578 Fixes minor issue with maxFiles in File transport (Fixes #556).
    • #560 Added showLevel support to File transport.
    • #558 Added showLevel support to Console transport.