mirror of
https://github.com/debug-js/debug.git
synced 2026-01-25 16:42:28 +00:00
Release 2.1.1
This commit is contained in:
parent
df3e0eabdb
commit
24cc5c04fc
@ -1,4 +1,13 @@
|
||||
|
||||
2.1.1 / 2014-12-29
|
||||
==================
|
||||
|
||||
* browser: use `typeof` to check for `console` existence
|
||||
* browser: check for `console.log` truthiness (fix IE 8/9)
|
||||
* browser: add support for Chrome apps
|
||||
* Readme: added Windows usage remarks
|
||||
* Add `bower.json` to properly support bower install
|
||||
|
||||
2.1.0 / 2014-10-15
|
||||
==================
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "visionmedia/debug",
|
||||
"main": "dist/debug.js",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.1",
|
||||
"homepage": "https://github.com/visionmedia/debug",
|
||||
"authors": [
|
||||
"TJ Holowaychuk <tj@vision-media.ca>"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "debug",
|
||||
"repo": "visionmedia/debug",
|
||||
"description": "small debugging utility",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"keywords": [
|
||||
"debug",
|
||||
"log",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "debug",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/debug.git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user