Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Wedvich Wedvich released this 26 Sep 20:32
· 17 commits to dev since this release

Time for another small release.

  • Enricher functions now receive a copy of the event properties as an argument, enabling conditional masking of sensitive information (thanks @lyallaward)
  • Verbose and Debug levels now work for ConsoleSink in Node.js (fixes #47, thanks @charandas)
  • BatchedSink has been implemented to add batching capabilities for existing or new sinks (#34)
  • Replaced Mocha+Istanbul with Jest for running unit tests and generating coverage reports