File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 2.1.1 / 2014-12-29
3
+ ==================
4
+
5
+ * browser: use ` typeof ` to check for ` console ` existence
6
+ * browser: check for ` console.log ` truthiness (fix IE 8/9)
7
+ * browser: add support for Chrome apps
8
+ * Readme: added Windows usage remarks
9
+ * Add ` bower.json ` to properly support bower install
10
+
2
11
2.1.0 / 2014-10-15
3
12
==================
4
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " visionmedia/debug" ,
3
3
"main" : " dist/debug.js" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.1.1 " ,
5
5
"homepage" : " https://github.com/visionmedia/debug" ,
6
6
"authors" : [
7
7
" TJ Holowaychuk <[email protected] >"
Original file line number Diff line number Diff line change 2
2
"name" : " debug" ,
3
3
"repo" : " visionmedia/debug" ,
4
4
"description" : " small debugging utility" ,
5
- "version" : " 2.1.0 " ,
5
+ "version" : " 2.1.1 " ,
6
6
"keywords" : [
7
7
" debug" ,
8
8
" log" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git://github.com/visionmedia/debug.git"
You can’t perform that action at this time.
0 commit comments