5 * remove ReDoS regexp in %o formatter (#504)
10 * Fix: Check for undefined on browser globals (#462, @marbemac)
15 * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)
16 * Fix: Inline extend function in node implementation (#452, @dougwilson)
17 * Docs: Fix typo (#455, @msasad)
22 * Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek)
23 * Misc: clean up browser reference checks (#447, @thebigredgeek)
24 * Misc: add npm-debug.log to .gitignore (@thebigredgeek)
30 * Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo)
31 * Chore: ignore bower.json in npm installations. (#437, @joaovieira)
32 * Misc: update "ms" to v0.7.3 (@tootallnate)
37 * Fix: Electron reference to `process.env.DEBUG` (#431, @paulcbetts)
38 * Docs: Changelog fix (@thebigredgeek)
43 * Fix: DEBUG_MAX_ARRAY_LENGTH (#420, @slavaGanzin)
44 * Docs: Add backers and sponsors from Open Collective (#422, @piamancini)
45 * Docs: Add Slackin invite badge (@tootallnate)
50 * Fix: Module's `export default` syntax fix for IE8 `Expected identifier` error
51 * Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @pi0)
52 * Fix: IE8 "Expected identifier" error (#414, @vgoma)
53 * Fix: Namespaces would not disable once enabled (#409, @musikov)
58 * Fix: added better null pointer checks for browser useColors (@thebigredgeek)
59 * Improvement: removed explicit `window.debug` export (#404, @tootallnate)
60 * Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)
65 * Fix: reference error on window within webworkers (#393, @KlausTrainer)
66 * Docs: fixed README typo (#391, @lurch)
67 * Docs: added notice about v3 api discussion (@thebigredgeek)
72 * Fix: babel-core compatibility
77 * Fix: wrong reference in bower file (@thebigredgeek)
78 * Fix: webworker compatibility (@thebigredgeek)
79 * Fix: output formatting issue (#388, @kribblo)
80 * Fix: babel-loader compatibility (#383, @escwald)
81 * Misc: removed built asset from repo and publications (@thebigredgeek)
82 * Misc: moved source files to /src (#378, @yamikuronue)
83 * Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue)
84 * Test: coveralls integration (#378, @yamikuronue)
85 * Docs: simplified language in the opening paragraph (#373, @yamikuronue)
90 * Fix: `navigator` undefined in Rhino (#376, @jochenberger)
91 * Fix: custom log function (#379, @hsiliev)
92 * Improvement: bit of cleanup + linting fixes (@thebigredgeek)
93 * Improvement: rm non-maintainted `dist/` dir (#375, @freewil)
94 * Docs: simplified language in the opening paragraph. (#373, @yamikuronue)
99 * Fix: work around debug being loaded in preload scripts for electron (#368, @paulcbetts)
104 * Fix: navigation.userAgent error for react native (#364, @escwald)
109 * Fix: browser colors (#367, @tootallnate)
110 * Misc: travis ci integration (@thebigredgeek)
111 * Misc: added linting and testing boilerplate with sanity check (@thebigredgeek)
116 * Fix: typo that broke the package (#356)
121 * Fix: bower.json references unbuilt src entry point (#342, @justmatt)
122 * Fix: revert "handle regex special characters" (@tootallnate)
123 * Feature: configurable util.inspect()`options for NodeJS (#327, @tootallnate)
124 * Feature: %O`(big O) pretty-prints objects (#322, @tootallnate)
125 * Improvement: allow colors in workers (#335, @botverse)
126 * Improvement: use same color for same namespace. (#338, @lchenay)
131 * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne)
132 * Fix: Returning `localStorage` saved values (#331, Levi Thomason)
133 * Improvement: Don't create an empty object when no `process` (Nathan Rajlich)
138 * Fix: be super-safe in index.js as well (@TooTallNate)
139 * Fix: should check whether process exists (Tom Newby)
144 * Fix: Added electron compatibility (#324, @paulcbetts)
145 * Improvement: Added performance optimizations (@tootallnate)
146 * Readme: Corrected PowerShell environment variable example (#252, @gimre)
147 * Misc: Removed yarn lock file from source control (#321, @fengmk2)
152 * Fix: Consistent placement of ms diff at end of output (#215, @gorangajic)
153 * Fix: Escaping of regex special characters in namespace strings (#250, @zacronos)
154 * Fix: Fixed bug causing crash on react-native (#282, @vkarpov15)
155 * Feature: Enabled ES6+ compatible import via default export (#212 @bucaran)
156 * Feature: Added %O formatter to reflect Chrome's console.log capability (#279, @oncletom)
157 * Package: Update "ms" to 0.7.2 (#315, @DevSide)
158 * Package: removed superfluous version property from bower.json (#207 @kkirsche)
159 * Readme: fix USE_COLORS to DEBUG_COLORS
160 * Readme: Doc fixes for format string sugar (#269, @mlucool)
161 * Readme: Updated docs for DEBUG_FD and DEBUG_COLORS environment variables (#232, @mattlyons0)
162 * Readme: doc fixes for PowerShell (#271 #243, @exoticknight @unreadable)
163 * Readme: better docs for browser support (#224, @matthewmueller)
164 * Tooling: Added yarn integration for development (#317, @thebigredgeek)
165 * Misc: Renamed History.md to CHANGELOG.md (@thebigredgeek)
166 * Misc: Added license file (#226 #274, @CantemoInternal @sdaitzman)
167 * Misc: Updated contributors (@thebigredgeek)
172 * package: update "ms" to v0.7.1 (#202, @dougwilson)
173 * README: add logging to file example (#193, @DanielOchoa)
174 * README: fixed a typo (#191, @amir-s)
175 * browser: expose `storage` (#190, @stephenmathieson)
176 * Makefile: add a `distclean` target (#189, @stephenmathieson)
181 * Updated stdout/stderr example (#186)
182 * Updated example/stdout.js to match debug current behaviour
183 * Renamed example/stderr.js to stdout.js
184 * Update Readme.md (#184)
185 * replace high intensity foreground color for bold (#182, #183)
191 * update "ms" to v0.7.0
192 * package: update "browserify" to v9.0.3
193 * component: fix "ms.js" repo location
194 * changed bower package name
195 * updated documentation about using debug in a browser
196 * fix: security error on safari (#167, #168, @yields)
201 * browser: use `typeof` to check for `console` existence
202 * browser: check for `console.log` truthiness (fix IE 8/9)
203 * browser: add support for Chrome apps
204 * Readme: added Windows usage remarks
205 * Add `bower.json` to properly support bower install
210 * node: implement `DEBUG_FD` env variable support
211 * package: update "browserify" to v6.1.0
212 * package: add "license" field to package.json (#135, @panuhorsmalahti)
217 * package: update "browserify" to v5.11.0
218 * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
224 * example: remove `console.info()` log usage
225 * example: add "Content-Type" UTF-8 header to browser example
226 * browser: place %c marker after the space character
227 * browser: reset the "content" color via `color: inherit`
228 * browser: add colors support for Firefox >= v31
229 * debug: prefer an instance `log()` function over the global one (#119)
230 * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
235 * Add support for multiple wildcards in namespaces (#122, @seegno)
241 * browser: update color palette (#113, @gscottolson)
242 * common: make console logging function configurable (#108, @timoxley)
243 * node: fix %o colors on old node <= 0.8.x
244 * Makefile: find node path using shell/which (#109, @timoxley)
249 * browser: use `removeItem()` to clear localStorage
250 * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
251 * package: add "contributors" section
252 * node: fix comment typo
253 * README: list authors
258 * make ms diff be global, not be scope
259 * debug: ignore empty strings in enable()
260 * node: make DEBUG_COLORS able to disable coloring
261 * *: export the `colors` array
262 * npmignore: don't publish the `dist` dir
263 * Makefile: refactor to use browserify
264 * package: add "browserify" as a dev dependency
265 * Readme: add Web Inspector Colors section
266 * node: reset terminal color for the debug content
267 * node: map "%o" to `util.inspect()`
268 * browser: map "%j" to `JSON.stringify()`
269 * debug: add custom "formatters"
270 * debug: use "ms" module for humanizing the diff
271 * Readme: add "bash" syntax highlighting
272 * browser: add Firebug color support
273 * browser: add colors for WebKit browsers
274 * node: apply log to `console`
275 * rewrite: abstract common logic for Node & browsers
281 * package: re-add the "component" section
286 * add `enable()` method for nodejs. Closes #27
287 * change from stderr to stdout
288 * remove unnecessary index.js file
293 * remove "browserify" key from package.json (fixes something in browserify)
298 * fix: catch localStorage security error when cookies are blocked (Chrome)
299 * add debug(err) support. Closes #46
300 * add .browser prop to package.json. Closes #42
306 * fix: Mobile Safari (private mode) is broken with debug
307 * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript
312 * add repository URL to package.json
313 * add DEBUG_COLORED to force colored output
314 * add browserify support
315 * fix component. Closes #24
320 * Added .component to package.json
321 * Added debug.component.js build
326 * Added support for "-" prefix in DEBUG [Vinay Pulim]
327 * Added `.enabled` flag to the node version [TooTallNate]
332 * Added: humanize diffs. Closes #8
333 * Added `debug.disable()` to the CS variant
334 * Removed padding. Closes #10
335 * Fixed: persist client-side variant again. Closes #9
340 * Added browser variant support for older browsers [TooTallNate]
341 * Added `debug.enable('project:*')` to browser variant [TooTallNate]
342 * Added padding to diff (moved it to the right)
347 * Added millisecond diff when isatty, otherwise UTC string
352 * Added wildcard support
357 * Added: remove colors unless stderr isatty [TooTallNate]