Skip to content

Releases: benbria/bunyan-debug-stream

v2.0.0

15 Aug 15:47
Compare
Choose a tag to compare

2.0.0 (2018-08-15)

chore

  • Drop testing support for node 0.10 and 0.12. (63a8026)

Features

  • Allow passing a function(time, entry) for showDate option. (9141ee9), closes #12

BREAKING CHANGES

  • No longer officially support node 0.10 and 0.12.

v1.1.1

15 Aug 15:16
Compare
Choose a tag to compare

1.1.1 (2018-08-15)

Bug Fixes

  • Correctly print date when it is not a Date. (5dcec31), closes #6

v1.1.0

24 Jul 13:38
Compare
Choose a tag to compare

1.1.0 (2018-07-24)

Features

  • makes metadata printing optional (c9432cc)