Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.46 KB

change_log.md

File metadata and controls

29 lines (23 loc) · 1.46 KB

Changelog

This page describes the relevant changes per version since 2.0.0 release.

  • 2.2.0

    • Adds support for new node channel (logging to files and rollover), please see typescript-logging-node-channel for details.
    • Minor fix to log milliseconds correctly in node
    • Dev dependencies updated (to get rid of vulnerability warnings), these have no influence on the production release and are used during the build only.
  • 2.1.0

    • Add support for LogLevel.Off, this allows logging to be turned off complete. Issue #109. Please be sure to read the migration guide as this change may have an effect.
    • Dev dependencies updated (to get rid of vulnerability warnings), these have no influence on the production release and are used during the build only.
  • 2.0.2

    • Fix issue #102 for both flavors, where LogLevel.Trace was erroneously set to LogLevel.Error (default) when custom config was provided.
    • Dev dependencies were bumped up (to get rid of vulnerability warnings), these have no influence on the production release and are used during the build only.
  • 2.0.1

    • Fix issue #93 for category style (arguments were passed incorrectly to logger)
  • 2.0.0

    • Official release of fully rewritten log library.