Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.91 KB

2.1.1

  • Fix bodyBlacklist not working when requestWhitelist contains body (#128, @jacobcabantomski-ct)

2.1.0

  • Add dynamic metadata support (#124, @jpdelima)
  • Add support for colorize-ing status code, no expressFormat required (#121)

2.0.0

Breaking changes

  • Make winston a peer dependency. npm install --save winston if you haven't already.
  • expressFormat has no color by default. Add colorize: true to express-winston options to enable the previous colorized output. (#86)
  • Drop support for inherited properties on the object provided to the baseMeta option. This is unlikely to actually break anyone's real-world setup.

1.4.2

  • Upgrade winston to 1.1 (#114)

1.4.1

  • Don't throw exception on invalid JSON in response body (#112)

1.4.0

  • Allow custom log level for error logger (#111)

1.3.1

  • underscore -> lodash (#88)

1.3.0

  • Allow custom status levels (#102)
  • Add per-instance equivalents of all global white/blacklists (#105)
  • Allow user to override module-level whitelists and functions without having to worry about using the right object reference (#92)

1.2.0

  • Add baseMeta and metaField options (#91)
  • Document requestFilter and responseFilter options
  • Drop support for node 0.6 and 0.8