Skip to content

Commit 8e5a6b3

Browse files
author
Andrew E. Rhyne
committed
2.3.0
1 parent d887d93 commit 8e5a6b3

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
2.3.0 / 2016-11-07
3+
==================
4+
5+
* Fix: Consistent placement of ms diff at end of output (#215, @gorangajic)
6+
* Fix: Escaping of regex special characters in namespace strings (#250, @zacronos)
7+
* Fix: Fixed bug causing crash on react-native (#282, @vkarpov15)
8+
* Feature: Enabled ES6+ compatible import via default export (#212 @bucaran)
9+
* Feature: Added %O formatter to reflect Chrome's console.log capability (#279, @oncletom)
10+
* Package: Update "ms" to 0.7.2 (#315, @DevSide)
11+
* Package: removed superfluous version property from bower.json (#207 @kkirsche)
12+
* Readme: fix USE_COLORS to DEBUG_COLORS
13+
* Readme: Doc fixes for format string sugar (#269, @mlucool)
14+
* Readme: Updated docs for DEBUG_FD and DEBUG_COLORS environment variables (#232, @mattlyons0)
15+
* Readme: doc fixes for PowerShell (#271 #243, @exoticknight @unreadable)
16+
* Readme: better docs for browser support (#224, @matthewmueller)
17+
* Tooling: Added yarn integration for development (#317, @thebigredgeek)
18+
* Misc: Renamed History.md to CHANGELOG.md (@thebigredgeek)
19+
* Misc: Added license file (#226 #274, @CantemoInternal @sdaitzman)
20+
* Misc: Updated contributors (@thebigredgeek)
21+
222
2.2.0 / 2015-05-09
323
==================
424

bower.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"main": "dist/debug.js",
44
"homepage": "https://github.com/visionmedia/debug",
55
"authors": [
6-
"TJ Holowaychuk <[email protected]>"
6+
"TJ Holowaychuk <[email protected]>",
7+
"Nathan Rajlich <[email protected]> (http://n8.io)",
8+
"Andrew Rhyne <[email protected]>"
79
],
810
"description": "visionmedia-debug",
911
"moduleType": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)