Update debug to the latest version 🚀
Version 3.0.0 of debug just got published.
| Dependency | debug |
|---|---|
| Current Version | 2.6.8 |
| Type | dependency |
The version 3.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of debug. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
3.0.0Major Changes
- Remove
DEBUG_FD: #406 - Make millisecond timer namespace specific and allow 'always enabled' output: #408
- Use
Date#toISOString()instead toDate#toUTCString()when output is not a TTY: #418 enabled()updates existing debug instances: #440
Minor Changes
- Add
destroy()function: #440 - Document
enabledflag: #465 - Support 256 colors: #481
- Update "browserify" to v14.4.0: 826fd94
- Separate Node.js and web browser examples: 87880f6
- Example: use %o formatter: 31f3343
- More readme screenshots replaced: 25eb545
- Add Namespace Colors section to readme: 8b5c438
- Separate the Node and Browser tests in Travis: f178d86
Patches
Credits
Huge thanks to @gtjoseph, @timruffles and @FantasticFiasco for their help!
Commits
The new version differs by 27 commits.
52b894cRelease 3.0.0d2dd80acomponent: update "ms" to v2.0.06752953fix browser test 😵f6f6213removemake coverallsfrom travisf178d86attempt to separate the Node and Browser tests in Travisd73c4aefixmake test402c856fix lint87e7399readme++8b5c438add Namespace Colors section to readme25eb545more readme screenshots replaced31f3343example: use %o formatterdfbac9creadme refactorce1a236Makefile tweaks87880f6separate Node.js and web browser examples25e07c7don't call splice() when indexOf() returns -1
There are 27 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 3.0.1 just got published.
Version 3.1.0 just got published.
Update to this version instead 🚀
Release Notes
3.1.0Minor Changes
- Ignore package-lock.json: e7e568a
- Remove
component.json: 47747f3 - Remove "component" from package.json: bdb7e01
- Add
DEBUG_HIDE_DATEenv var: #486
Patches
- Correct spelling mistake: daf1a7c
- Examples: fix colors printout: 7cd9e53
- Fix browser detection: fdfa0f5
- Remove ReDoS regexp in
%oformatter: #504
Credits
Huge thanks to @amejiarosario and @zhuangya for their help!
Commits
The new version differs by 15 commits.
f073e05Release 3.1.02c0df9brenameDEBUG_HIDE_TTY_DATEtoDEBUG_HIDE_DATEdcb37b2Merge branch '2.x'56a3853AddDEBUG_HIDE_TTY_DATEenv var (#486)13abeaeRelease 2.6.9f53962eremove ReDoS regexp in %o formatter (#504)bdb7e01remove "component" from package.jsonc38a016remove ReDoS regexp in %o formatter (#504)47747f3removecomponent.jsona0601e5fixe7e568aignore package-lock.jsonfdfa0f5Fix browser detection7cd9e53examples: fix colors printout8d76196Merge pull request #496 from EdwardBetts/spellingdaf1a7ccorrect spelling mistake
See the full diff
Version 3.2.0 just got published.
Update to this version instead 🚀
Release Notes
3.2.0A long-awaited release to debug is available now: 3.2.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.
Minor Changes
- bump vulnerable packages: 853853f
- Fix nwjs support (#569): 207a6a2
- add instance extends feature (#524): e43e5fe
- Add TVMLKit support (#579): 02b9ea9
Patches
- move to XO (closes #397): ba8a424
- 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
- add Node.js 10, remove Node.js 4 (#583): 05b0ceb
- 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
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!
Commits
The new version differs by 25 commits.
dec4b153.2.03ca2331clean up builds9f4f8f5remove needless command aliases in makefile623c08eno longer checking for BROWSER=157cde56fix tests62822f1clean up makefile833b6f8fix testsba8a424move to XO (closes #397)2d2509eadd .editorconfig853853fbump vulnerable packages7e1d5d9add yarn-error.log to .gitignoree43e5feadd instance extends feature (#524)207a6a2Fix nwjs support (#569)05b0cebadd Node.js 10, remove Node.js 4 (#583)02b9ea9Add TVMLKit support (#579)
There are 25 commits in total.
See the full diff
Version 3.2.1 just got published.
Update to this version instead 🚀
Release Notes
3.2.1A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.
CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).
Patches
- use babel-ified distributed source for browsers: b3f8f8e
Version 3.2.2 just got published.
Version 3.2.3 just got published.
Version 4.0.0 just got published.
Update to this version instead 🚀
Release Notes
4.0.0A 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.
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!
Version 4.0.1 just got published.
Update to this version instead 🚀
Release Notes
4.0.1This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.
Patches
- The
dependencydebug was updated from2.6.9to4.1.0.
Update to this version instead 🚀
Release Notes for 4.1.0
Minor 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.
- The
dependencydebug was updated from2.6.9to4.1.1.
