Release 1.0.4

This commit is contained in:
Nathan Rajlich 2014-07-15 16:16:49 -07:00
parent 6fd34ac517
commit abc10a5912
3 changed files with 14 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "1.0.3",
"version": "1.0.4",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"