Skip to content

Commit 52b894c

Browse files
committed
Release 3.0.0
1 parent d2dd80a commit 52b894c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
3.0.0 / 2017-08-08
3+
==================
4+
5+
* Breaking: Remove DEBUG_FD (#406)
6+
* Breaking: Use `Date#toISOString()` instead to `Date#toUTCString()` when output is not a TTY (#418)
7+
* Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#408)
8+
* Addition: document `enabled` flag (#465)
9+
* Addition: add 256 colors mode (#481)
10+
* Addition: `enabled()` updates existing debug instances, add `destroy()` function (#440)
11+
* Update: component: update "ms" to v2.0.0
12+
* Update: separate the Node and Browser tests in Travis-CI
13+
* Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
14+
* Update: separate Node.js and web browser examples for organization
15+
* Update: update "browserify" to v14.4.0
16+
* Fix: fix Readme typo (#473)
17+
218
2.6.8 / 2017-05-18
319
==================
420

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "2.6.8",
5+
"version": "3.0.0",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.6.8",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)