We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5895595 commit ac5ccaeCopy full SHA for ac5ccae
3 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+2.6.0 / 2016-12-28
3
+==================
4
+
5
+ * Fix: added better null pointer checks for browser useColors (@thebigredgeek)
6
+ * Improvement: removed explicit `window.debug` export (#404, @tootallnate)
7
+ * Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)
8
9
2.5.2 / 2016-12-25
10
==================
11
component.json
@@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
- "version": "2.5.2",
+ "version": "2.6.0",
"keywords": [
"debug",
"log",
package.json
@@ -1,6 +1,6 @@
{
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments