This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Releases: LightouchDev/debug-es
Releases · LightouchDev/debug-es
2.0.0
1.2.4
Patch
- Add UMD build, expose to window.DebugES
1.2.3
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
Patch
- Fix: prevent ci remove the files for deploy
1.2.1
Patch
- Fix: forgot to build module before deploy
1.2.0
Minor changes:
- Revert: debug timebase
- Breaking: Re-write into ES module
- Addition: TVMLKit support
- Addition: Tree-shaking compatibility
1.1.0
Minor changes:
- Feature: configurable debug instance timebase
- Update: devDependencies
Patch:
- Fix: new color test condition: unexpected useragent
1.0.0
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