Skip to content

Releases: willybrauner/debug

v3.2.0

31 May 15:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.2.0

v3.0.0

15 Apr 09:40

Choose a tag to compare

What's Changed

  • Create browser and node benchmark
  • Improve elapsed time - elapsed time is by instances now
  • Fix color if ended by a number
  • (BREAKING CHANGE) Remove 'couleur' from exports

Full Changelog: v2.0.0...v3.0.0

v2.0.0

13 Apr 22:06

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

07 Sep 08:50

Choose a tag to compare

#12

  • move to tsup bundler
  • export couleur utils
  • add size-limit
  • bundle with terser

✅ 485 B

v1.1.0

19 Oct 09:20

Choose a tag to compare

Update dependencies and examples #10

  • Use pnpm for workspace examples management
  • Use vite for examples
  • Update examples documentation
  • Improve modules vs common js export (still working in both cases)

v1.0.0

01 Nov 17:03

Choose a tag to compare

Nodejs and javascript debug tool is ready as the first stable version 🎉

Features

  • Export as module for browser (#4)

Minor improvement

  • Update documentation (#8)
  • Remove space between namespace and log string output (#7)