Skip to content

Releases: sitespeedio/log

v2.0.0

16 May 18:53

Choose a tag to compare

Breaking

  • Require Node.js 22 or later #9. Dropped Node 20.

Fixed

  • Log messages containing $1, $&, $$ and similar tokens are now emitted verbatim instead of being mangled as regex backreferences #8.
  • %d placeholder now consistently returns a string.
  • Corrected a "Could create the log message" fallback message that was missing the word "not".
  • Pinned GitHub Action versions to SHAs #7.
  • Refreshed dev tooling (ava, eslint, prettier and plugins) and migrated to native eslint flat config #10.
  • Rewrote the README with install, usage, log levels, configuration and placeholder reference #10.

v1.0.0

16 Oct 18:19

Choose a tag to compare

Breaking

  • Removed color coding #5. Errors will now have default output color instead of red.

Fixed

  • Update dependencies #4.

v0.2.6

28 Jan 21:34

Choose a tag to compare

Fixed

  • 0.2.5 release was broken.

v0.2.5...v0.2.6

v0.2.5

28 Jan 17:07

Choose a tag to compare

Fixed

  • Fix so both .warn and .warning works #3.

v0.2.4...v0.2.5

v0.1.0

07 Jan 04:14

Choose a tag to compare

v0.0.2...v0.1.0