5 * Updated stdout/stderr example (#186)
6 * Updated example/stdout.js to match debug current behaviour
7 * Renamed example/stderr.js to stdout.js
8 * Update Readme.md (#184)
9 * replace high intensity foreground color for bold (#182, #183)
15 * update "ms" to v0.7.0
16 * package: update "browserify" to v9.0.3
17 * component: fix "ms.js" repo location
18 * changed bower package name
19 * updated documentation about using debug in a browser
20 * fix: security error on safari (#167, #168, @yields)
25 * browser: use `typeof` to check for `console` existence
26 * browser: check for `console.log` truthiness (fix IE 8/9)
27 * browser: add support for Chrome apps
28 * Readme: added Windows usage remarks
29 * Add `bower.json` to properly support bower install
34 * node: implement `DEBUG_FD` env variable support
35 * package: update "browserify" to v6.1.0
36 * package: add "license" field to package.json (#135, @panuhorsmalahti)
41 * package: update "browserify" to v5.11.0
42 * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
48 * example: remove `console.info()` log usage
49 * example: add "Content-Type" UTF-8 header to browser example
50 * browser: place %c marker after the space character
51 * browser: reset the "content" color via `color: inherit`
52 * browser: add colors support for Firefox >= v31
53 * debug: prefer an instance `log()` function over the global one (#119)
54 * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
59 * Add support for multiple wildcards in namespaces (#122, @seegno)
65 * browser: update color palette (#113, @gscottolson)
66 * common: make console logging function configurable (#108, @timoxley)
67 * node: fix %o colors on old node <= 0.8.x
68 * Makefile: find node path using shell/which (#109, @timoxley)
73 * browser: use `removeItem()` to clear localStorage
74 * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
75 * package: add "contributors" section
76 * node: fix comment typo
77 * README: list authors
82 * make ms diff be global, not be scope
83 * debug: ignore empty strings in enable()
84 * node: make DEBUG_COLORS able to disable coloring
85 * *: export the `colors` array
86 * npmignore: don't publish the `dist` dir
87 * Makefile: refactor to use browserify
88 * package: add "browserify" as a dev dependency
89 * Readme: add Web Inspector Colors section
90 * node: reset terminal color for the debug content
91 * node: map "%o" to `util.inspect()`
92 * browser: map "%j" to `JSON.stringify()`
93 * debug: add custom "formatters"
94 * debug: use "ms" module for humanizing the diff
95 * Readme: add "bash" syntax highlighting
96 * browser: add Firebug color support
97 * browser: add colors for WebKit browsers
98 * node: apply log to `console`
99 * rewrite: abstract common logic for Node & browsers
105 * package: re-add the "component" section
110 * add `enable()` method for nodejs. Closes #27
111 * change from stderr to stdout
112 * remove unnecessary index.js file
117 * remove "browserify" key from package.json (fixes something in browserify)
122 * fix: catch localStorage security error when cookies are blocked (Chrome)
123 * add debug(err) support. Closes #46
124 * add .browser prop to package.json. Closes #42
130 * fix: Mobile Safari (private mode) is broken with debug
131 * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript
136 * add repository URL to package.json
137 * add DEBUG_COLORED to force colored output
138 * add browserify support
139 * fix component. Closes #24
144 * Added .component to package.json
145 * Added debug.component.js build
150 * Added support for "-" prefix in DEBUG [Vinay Pulim]
151 * Added `.enabled` flag to the node version [TooTallNate]
156 * Added: humanize diffs. Closes #8
157 * Added `debug.disable()` to the CS variant
158 * Removed padding. Closes #10
159 * Fixed: persist client-side variant again. Closes #9
164 * Added browser variant support for older browsers [TooTallNate]
165 * Added `debug.enable('project:*')` to browser variant [TooTallNate]
166 * Added padding to diff (moved it to the right)
171 * Added millisecond diff when isatty, otherwise UTC string
176 * Added wildcard support
181 * Added: remove colors unless stderr isatty [TooTallNate]