Skip to content

Releases: nmccready/debug-fabulous

2.0.0

26 Sep 18:50
Compare
Choose a tag to compare

Major Changes:

  • custom formatter / formatArgs override removed
  • dropped support for Node Versions < 8.X
  • switched to typescript for source code
  • lazy-eval.js renamed to lazyEval.ts (src) / lazyEval.js (artifact)
  • debug@4.X

feature

  • lazy evaluation now supports array return arguments to utilize debugs custom formatters. example: debug(() => ['oh %s', 'hi'])

patch

  • object-assign removed as dependency