Skip to content

v0.3.1

Compare
Choose a tag to compare
@christoph-fricke christoph-fricke released this 21 Jul 09:47

Fixes

  • Logger passed different record objects to each handler. The handlers now receive the same record object.
    • This wasn't a really big deal but in theory it means that the timestamp would be slightly different for each handler. It is definitely better to have a record, stored at different locations, use the same timestamp.

Internal

  • Upgraded dev-dependencies. This also solved any npm audit warnings.