winston v3.0.0-rc4 Release Notes

Release Date: 2018-04-06 // about 6 years ago
  • ๐ŸŒฒ IF A TREE FALLS IN THE FORREST DOES IT MAKE A LOG EDITION

    • ๐Ÿ‘ (@indexzero, @dabh) Add support for { silent } option to js require('winston').Logger; require('winston-transport').TransportStream;
    • ๐Ÿ‘ Better browser support
      • [#1145], (@Jasu) Replace isstream with is-stream to make stream detection work in browser.
      • [#1146], (@Jasu) Rename query to different than function name, to support Babel 6.26.
    • ๐Ÿ‘ Better Typescript support in all supporting libraries
    • ๐Ÿ“š Update documentation
      • (@indexzero) Correct link to upgrade guide. Fixes #1255.
      • [#1258], (@morenoh149) Document how to colorize levels. Fixes #1135.
      • [#1246], (@KlemenPlazar) Update colors argument when adding custom colors
      • Update CONTRIBUTING.md
      • [#1239], (@dabh) Add changelog entries for v3.0.0-rc3
      • Add example showing that { level } can be deleted from info objects because Symbol.for('level') is what winston uses internally. Fixes #1184.