Skip to content

Commit abc10a5

Browse files
committed
Release 1.0.4
1 parent 6fd34ac commit abc10a5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

History.md

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

2+
1.0.4 / 2014-07-15
3+
==================
4+
5+
* dist: recompile
6+
* example: remove `console.info()` log usage
7+
* example: add "Content-Type" UTF-8 header to browser example
8+
* browser: place %c marker after the space character
9+
* browser: reset the "content" color via `color: inherit`
10+
* browser: add colors support for Firefox >= v31
11+
* debug: prefer an instance `log()` function over the global one (#119)
12+
* Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
13+
214
1.0.3 / 2014-07-09
315
==================
416

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": "1.0.3",
5+
"version": "1.0.4",
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": "1.0.3",
3+
"version": "1.0.4",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)