Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Releases: LightouchDev/debug-es

2.0.0

22 Dec 10:44

Choose a tag to compare

  • add: instance extends feature (from visionmedia/debug/#524)
  • fix: rename umd global name to 'debugES'
  • feat: use console.debug() in browser when available (backport from visionmedia/debug/#600)

1.2.4

05 Oct 08:54

Choose a tag to compare

Patch

  • Add UMD build, expose to window.DebugES

1.2.3

14 Aug 18:43

Choose a tag to compare

Patch

  • Fix: use rollup to distribute module, make es module would work as expected with babel.
  • Fix: init function without namespace would return new instance now.

1.2.2

12 Aug 00:07

Choose a tag to compare

Patch

  • Fix: prevent ci remove the files for deploy

1.2.1

11 Aug 23:40

Choose a tag to compare

Patch

  • Fix: forgot to build module before deploy

1.2.0

11 Aug 21:49

Choose a tag to compare

Minor changes:

  • Revert: debug timebase
  • Breaking: Re-write into ES module
  • Addition: TVMLKit support
  • Addition: Tree-shaking compatibility

1.1.0

19 Jun 20:51

Choose a tag to compare

Minor changes:

  • Feature: configurable debug instance timebase
  • Update: devDependencies

Patch:

  • Fix: new color test condition: unexpected useragent

1.0.0

17 May 14:45

Choose a tag to compare

Major Changes:

  • Breaking: Re-write in ES6

Minor Changes:

  • createDebug.humanize move to env.humanize
  • createDebug.enabled renamed to createDebug.enabler

Patch:

  • Fix JSON.stringify circular issue
  • Edge > 16.16215 support console colors
  • Use userAgent to detect browser