Skip to content

Releases: bithavoc/express-winston

v0.2.9

08 Dec 02:07
Compare
Choose a tag to compare
  • Remove unnecessary callback when calling winston.log()
  • Node 0.11 added to travis-ci test matrix.
  • Ability to block specific routes.

v0.2.6

08 May 19:04
Compare
Choose a tag to compare

New option: level: String, // log level to use, the default is "info"
Thanks to @quentinrossetti to this feature.

Version 0.2.5

02 Mar 16:39
Compare
Choose a tag to compare

Fix for "undefined" meta on 0.7 transports

Version 0.2.4

17 Feb 21:06
Compare
Choose a tag to compare

Fixes conflict with global overrides in underscore.

Version 0.2.3 (fixes NPM issue with v0.2.2)

14 Feb 19:54
Compare
Choose a tag to compare

This releases fixes the checksum issue when installing express-winston via NPM.

Lesson of the day? never use npm publish --force on highly used modules, NPM guess nuts.

Version 0.2.2

13 Feb 16:04
Compare
Choose a tag to compare

Added option to exclude meta from log entries