Skip to content

v0.3.0

Compare
Choose a tag to compare
@christoph-fricke christoph-fricke released this 08 Jul 21:02

Features

  • Handler can log only for specific levels. (#5)
  • Add custom metadata to a logger with is passed to all handlers (#7)
  • Renamed log level trace to verbose.
    • This change better reflects the purpose of this level.

Internal

  • Changed trigger for publish workflow. It should hopefully work with drafted released now.
  • Pre-commit hook now runs tests for all changed files
  • Changed all .toEqual() test asserts to .toStrictEqual()