File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ 2.4.0 / 2016-12-13
3
+ ==================
4
+
5
+ * Fix: bower.json references unbuilt src entry point (#342 , @justmatt )
6
+ * Fix: revert "handle regex special characters" (@tootallnate )
7
+ * Feature: configurable util.inspect()`options for NodeJS (#327 , @tootallnate )
8
+ * Feature: %O`(big O) pretty-prints objects (#322 , @tootallnate )
9
+ * Improvement: allow colors in workers (#335 , @botverse )
10
+ * Improvement: use same color for same namespace. (#338 , @lchenay )
11
+
1
12
2.3.3 / 2016-11-09
2
13
==================
3
14
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.3.3 " ,
5
+ "version" : " 2.4.0 " ,
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.3.3 " ,
3
+ "version" : " 2.4.0 " ,
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