We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb4bcc commit 0aef6c8Copy full SHA for 0aef6c8
HISTORY.md
@@ -2,6 +2,12 @@ unreleased
2
==========
3
4
* Drop support for Node.js below 0.10
5
+ * deps: [email protected]
6
+ - Add `DEBUG_HIDE_DATE` environment variable
7
+ - Change timer to per-namespace instead of global
8
+ - Change non-TTY date format
9
+ - Remove `DEBUG_FD` environment variable support
10
+ - Support 256 namespace colors
11
12
2.3.10 / 2017-09-27
13
===================
package.json
@@ -9,7 +9,7 @@
"license": "MIT",
"repository": "expressjs/method-override",
"dependencies": {
- "debug": "2.6.9",
+ "debug": "3.1.0",
"methods": "~1.1.2",
14
"parseurl": "~1.3.2",
15
"vary": "~1.1.2"
0 commit comments