Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 14:46
· 41 commits to master since this release
ab655da

3.0.0 (2022-01-11)

Features

  • Rewrite in typescript, replace colors.js with chalk. (ab655da)

BREAKING CHANGES

  • Colors.js has been replaced with chalk. For the most part
    you shouldn't notice this, unless you're using one of the more exotic colors from
    colors.js like "zebra" or "rainbow".
  • When creating an instance of bunyanDebugStream, instead of
    calling bunyanDebugStream(), you should now call bunyanDebugStream.create().
    Or, if using import, you should now import * as bunyanDebugStream from 'bunyanDebugStream'
    instead of import bunyanDebugStream from 'bunyanDebugStream'.