Update dependency debug to ^3.0.0
This Merge Request updates dependency debug from ^2.2.0
to ^3.0.0
Release Notes
v3.0.0
==================
- Breaking: Remove DEBUG_FD (#406)
- Breaking: Use
Date#toISOString()
instead toDate#toUTCString()
when output is not a TTY (#418) - Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#408)
- Addition: document
enabled
flag (#465) - Addition: add 256 colors mode (#481)
- Addition:
enabled()
updates existing debug instances, adddestroy()
function (#440) - Update: component: update "ms" to v2.0.0
- Update: separate the Node and Browser tests in Travis-CI
- Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
- Update: separate Node.js and web browser examples for organization
- Update: update "browserify" to v14.4.0
- Fix: fix Readme typo (#473)
v3.0.1
==================
- Fix: Disable colors in Edge and Internet Explorer (#489)
v3.1.0
==================
- Add
DEBUG_HIDE_DATE
env var (#486) - Remove ReDoS regexp in %o formatter (#504)
- Remove "component" from package.json
- Remove
component.json
- Ignore package-lock.json
- Examples: fix colors printout
- Fix: browser detection
- Fix: spelling mistake (#496, @EdwardBetts)
**v3.0.0** Commits
-
a45d4a0
document .enabled flag (#465) -
659ac02
docs(readme): fix typo (#473) -
ff432e7
Remove DEBUG_FD (#406) -
9d7c997
Make millisecond timer namespace specific and allow 'always enabled' output (#408) -
bf88540
`enabled()` updates existing debug instances, add `destroy()` function (#440) -
d5854f4
support 256 colors -
39eb277
Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY -
826fd94
update "browserify" to v14.4.0 -
cefbd07
update `make lint` -
65192b7
use contrast-bounded colors -
5ed41f6
add Web Browser 256 colors -
02eb3c6
fix lint -
25e07c7
don't call splice() when indexOf() returns -1 -
87880f6
separate Node.js and web browser examples -
ce1a236
Makefile tweaks -
dfbac9c
readme refactor -
31f3343
example: use %o formatter -
25eb545
more readme screenshots replaced -
8b5c438
add Namespace Colors section to readme -
87e7399
readme++ -
402c856
fix lint -
d73c4ae
fix `make test` -
f178d86
attempt to separate the Node and Browser tests in Travis -
f6f6213
remove `make coveralls` from travis -
6752953
fix browser test😵 -
d2dd80a
component: update "ms" to v2.0.0 -
52b894c
Release 3.0.0
-
13e1d06
remove v3 discussion note for now -
b3ea123
Disable colors in Edge and Internet Explorer (#489) -
3e1849d
Release 3.0.1
-
56a3853
Add `DEBUG_HIDE_TTY_DATE` env var (#486) -
dcb37b2
Merge branch '2.x' -
2c0df9b
rename `DEBUG_HIDE_TTY_DATE` to `DEBUG_HIDE_DATE` -
f073e05
Release 3.1.0
This MR has been generated by Renovate Bot.