All Versions
14
Latest Version
Avg Release Cycle
145 days
Latest Release
1038 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.3.1
November 19, 2020 -
v4.3.0 Changes
September 22, 2020๐ Minor release
- ๐ Deprecated
debugInstance.destroy()
. Future major versions will not have this method; please remove it from your codebases as it currently does nothing. - ๐ Fixed quoted percent sign
- ๐ Fixed memory leak within debug instances that are created dynamically
- ๐ Deprecated
-
v4.2.0
May 19, 2020 -
v4.1.0 Changes
October 08, 2018Minor Changes
- migrate Makefile to npm scripts (4236585)
- feat: Return namespaces string when invoking disable() (7ef8b41)
Massive thank you to @mblarsen and @outsideris for knocking out two long-awaited changes.
-
v4.0.1 Changes
September 12, 2018 -
v4.0.0 Changes
September 11, 2018A long-awaited release to
debug
is available now:4.0.0
.โ Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.
๐ This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.
Major Changes
Minor Changes
- โฌ๏ธ bump vulnerable packages: 853853f
- ๐ Fix nwjs support (#569): 207a6a2
- โ add instance extends feature (#524): e43e5fe
- โ Add TVMLKit support (#579): 02b9ea9
Patches
- ๐ clean up builds: 3ca2331
- โ remove needless command aliases in makefile: 9f4f8f5
- ๐ป no longer checking for BROWSER=1: 623c08e
- ๐ fix tests: 57cde56
- clean up makefile: 62822f1
- ๐ fix tests: 833b6f8
- โ add .editorconfig: 2d2509e
- โ add yarn-error.log to .gitignore: 7e1d5d9
- ๐ Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a
- โฌ๏ธ Drop usage of
chrome.storage
(or make the storage backend pluggable): 71d2aa7 - ๐ฆ Detect 'process' package: 225c66f
- โก๏ธ Update ms to 2.1.1 (#539): 22f9932
- โก๏ธ Update .npmignore (#527): a5ca7a2
- ๐ fix colors with
supports-color@5
: 285dfe1 - Document
enable()
(#517): ab5083f - ๐จ refactor to make the common code be a setup function (#507): 7116906
- Simplify and improve: da51af8
- ๐ป use babel-ified distributed source for browsers: b3f8f8e
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!
-
v3.2.7
November 19, 2020 -
v3.2.6 Changes
October 10, 2018 -
v3.2.5 Changes
September 12, 2018