We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0df9b commit f073e05Copy full SHA for f073e05
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+3.1.0 / 2017-09-26
3
+==================
4
+
5
+ * Add `DEBUG_HIDE_DATE` env var (#486)
6
+ * Remove ReDoS regexp in %o formatter (#504)
7
+ * Remove "component" from package.json
8
+ * Remove `component.json`
9
+ * Ignore package-lock.json
10
+ * Examples: fix colors printout
11
+ * Fix: browser detection
12
+ * Fix: spelling mistake (#496, @EdwardBetts)
13
14
3.0.1 / 2017-08-24
15
==================
16
package.json
@@ -1,6 +1,6 @@
{
"name": "debug",
- "version": "3.0.1",
+ "version": "3.1.0",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments