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

Choose a tag to compare

@miaulightouch miaulightouch released this 22 Dec 10:44
  • 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

Choose a tag to compare

@miaulightouch miaulightouch released this 05 Oct 08:54

Patch

  • Add UMD build, expose to window.DebugES

1.2.3

Choose a tag to compare

@miaulightouch miaulightouch released this 14 Aug 18:43

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

Choose a tag to compare

@miaulightouch miaulightouch released this 12 Aug 00:07

Patch

  • Fix: prevent ci remove the files for deploy

1.2.1

Choose a tag to compare

@miaulightouch miaulightouch released this 11 Aug 23:40

Patch

  • Fix: forgot to build module before deploy

1.2.0

Choose a tag to compare

@miaulightouch miaulightouch released this 11 Aug 21:49

Minor changes:

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

1.1.0

Choose a tag to compare

@miaulightouch miaulightouch released this 19 Jun 20:51

Minor changes:

  • Feature: configurable debug instance timebase
  • Update: devDependencies

Patch:

  • Fix: new color test condition: unexpected useragent

1.0.0

Choose a tag to compare

@miaulightouch miaulightouch released this 17 May 14:45

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