UNPKG

12.4 kBMarkdownView Raw
1
23.0.0 / 2017-08-08
3==================
4
5 * Breaking: Remove DEBUG_FD (#406)
6 * Breaking: Use `Date#toISOString()` instead to `Date#toUTCString()` when output is not a TTY (#418)
7 * Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#408)
8 * Addition: document `enabled` flag (#465)
9 * Addition: add 256 colors mode (#481)
10 * Addition: `enabled()` updates existing debug instances, add `destroy()` function (#440)
11 * Update: component: update "ms" to v2.0.0
12 * Update: separate the Node and Browser tests in Travis-CI
13 * Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
14 * Update: separate Node.js and web browser examples for organization
15 * Update: update "browserify" to v14.4.0
16 * Fix: fix Readme typo (#473)
17
182.6.8 / 2017-05-18
19==================
20
21 * Fix: Check for undefined on browser globals (#462, @marbemac)
22
232.6.7 / 2017-05-16
24==================
25
26 * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)
27 * Fix: Inline extend function in node implementation (#452, @dougwilson)
28 * Docs: Fix typo (#455, @msasad)
29
302.6.5 / 2017-04-27
31==================
32
33 * Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek)
34 * Misc: clean up browser reference checks (#447, @thebigredgeek)
35 * Misc: add npm-debug.log to .gitignore (@thebigredgeek)
36
37
382.6.4 / 2017-04-20
39==================
40
41 * Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo)
42 * Chore: ignore bower.json in npm installations. (#437, @joaovieira)
43 * Misc: update "ms" to v0.7.3 (@tootallnate)
44
452.6.3 / 2017-03-13
46==================
47
48 * Fix: Electron reference to `process.env.DEBUG` (#431, @paulcbetts)
49 * Docs: Changelog fix (@thebigredgeek)
50
512.6.2 / 2017-03-10
52==================
53
54 * Fix: DEBUG_MAX_ARRAY_LENGTH (#420, @slavaGanzin)
55 * Docs: Add backers and sponsors from Open Collective (#422, @piamancini)
56 * Docs: Add Slackin invite badge (@tootallnate)
57
582.6.1 / 2017-02-10
59==================
60
61 * Fix: Module's `export default` syntax fix for IE8 `Expected identifier` error
62 * Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @pi0)
63 * Fix: IE8 "Expected identifier" error (#414, @vgoma)
64 * Fix: Namespaces would not disable once enabled (#409, @musikov)
65
662.6.0 / 2016-12-28
67==================
68
69 * Fix: added better null pointer checks for browser useColors (@thebigredgeek)
70 * Improvement: removed explicit `window.debug` export (#404, @tootallnate)
71 * Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)
72
732.5.2 / 2016-12-25
74==================
75
76 * Fix: reference error on window within webworkers (#393, @KlausTrainer)
77 * Docs: fixed README typo (#391, @lurch)
78 * Docs: added notice about v3 api discussion (@thebigredgeek)
79
802.5.1 / 2016-12-20
81==================
82
83 * Fix: babel-core compatibility
84
852.5.0 / 2016-12-20
86==================
87
88 * Fix: wrong reference in bower file (@thebigredgeek)
89 * Fix: webworker compatibility (@thebigredgeek)
90 * Fix: output formatting issue (#388, @kribblo)
91 * Fix: babel-loader compatibility (#383, @escwald)
92 * Misc: removed built asset from repo and publications (@thebigredgeek)
93 * Misc: moved source files to /src (#378, @yamikuronue)
94 * Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue)
95 * Test: coveralls integration (#378, @yamikuronue)
96 * Docs: simplified language in the opening paragraph (#373, @yamikuronue)
97
982.4.5 / 2016-12-17
99==================
100
101 * Fix: `navigator` undefined in Rhino (#376, @jochenberger)
102 * Fix: custom log function (#379, @hsiliev)
103 * Improvement: bit of cleanup + linting fixes (@thebigredgeek)
104 * Improvement: rm non-maintainted `dist/` dir (#375, @freewil)
105 * Docs: simplified language in the opening paragraph. (#373, @yamikuronue)
106
1072.4.4 / 2016-12-14
108==================
109
110 * Fix: work around debug being loaded in preload scripts for electron (#368, @paulcbetts)
111
1122.4.3 / 2016-12-14
113==================
114
115 * Fix: navigation.userAgent error for react native (#364, @escwald)
116
1172.4.2 / 2016-12-14
118==================
119
120 * Fix: browser colors (#367, @tootallnate)
121 * Misc: travis ci integration (@thebigredgeek)
122 * Misc: added linting and testing boilerplate with sanity check (@thebigredgeek)
123
1242.4.1 / 2016-12-13
125==================
126
127 * Fix: typo that broke the package (#356)
128
1292.4.0 / 2016-12-13
130==================
131
132 * Fix: bower.json references unbuilt src entry point (#342, @justmatt)
133 * Fix: revert "handle regex special characters" (@tootallnate)
134 * Feature: configurable util.inspect()`options for NodeJS (#327, @tootallnate)
135 * Feature: %O`(big O) pretty-prints objects (#322, @tootallnate)
136 * Improvement: allow colors in workers (#335, @botverse)
137 * Improvement: use same color for same namespace. (#338, @lchenay)
138
1392.3.3 / 2016-11-09
140==================
141
142 * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne)
143 * Fix: Returning `localStorage` saved values (#331, Levi Thomason)
144 * Improvement: Don't create an empty object when no `process` (Nathan Rajlich)
145
1462.3.2 / 2016-11-09
147==================
148
149 * Fix: be super-safe in index.js as well (@TooTallNate)
150 * Fix: should check whether process exists (Tom Newby)
151
1522.3.1 / 2016-11-09
153==================
154
155 * Fix: Added electron compatibility (#324, @paulcbetts)
156 * Improvement: Added performance optimizations (@tootallnate)
157 * Readme: Corrected PowerShell environment variable example (#252, @gimre)
158 * Misc: Removed yarn lock file from source control (#321, @fengmk2)
159
1602.3.0 / 2016-11-07
161==================
162
163 * Fix: Consistent placement of ms diff at end of output (#215, @gorangajic)
164 * Fix: Escaping of regex special characters in namespace strings (#250, @zacronos)
165 * Fix: Fixed bug causing crash on react-native (#282, @vkarpov15)
166 * Feature: Enabled ES6+ compatible import via default export (#212 @bucaran)
167 * Feature: Added %O formatter to reflect Chrome's console.log capability (#279, @oncletom)
168 * Package: Update "ms" to 0.7.2 (#315, @DevSide)
169 * Package: removed superfluous version property from bower.json (#207 @kkirsche)
170 * Readme: fix USE_COLORS to DEBUG_COLORS
171 * Readme: Doc fixes for format string sugar (#269, @mlucool)
172 * Readme: Updated docs for DEBUG_FD and DEBUG_COLORS environment variables (#232, @mattlyons0)
173 * Readme: doc fixes for PowerShell (#271 #243, @exoticknight @unreadable)
174 * Readme: better docs for browser support (#224, @matthewmueller)
175 * Tooling: Added yarn integration for development (#317, @thebigredgeek)
176 * Misc: Renamed History.md to CHANGELOG.md (@thebigredgeek)
177 * Misc: Added license file (#226 #274, @CantemoInternal @sdaitzman)
178 * Misc: Updated contributors (@thebigredgeek)
179
1802.2.0 / 2015-05-09
181==================
182
183 * package: update "ms" to v0.7.1 (#202, @dougwilson)
184 * README: add logging to file example (#193, @DanielOchoa)
185 * README: fixed a typo (#191, @amir-s)
186 * browser: expose `storage` (#190, @stephenmathieson)
187 * Makefile: add a `distclean` target (#189, @stephenmathieson)
188
1892.1.3 / 2015-03-13
190==================
191
192 * Updated stdout/stderr example (#186)
193 * Updated example/stdout.js to match debug current behaviour
194 * Renamed example/stderr.js to stdout.js
195 * Update Readme.md (#184)
196 * replace high intensity foreground color for bold (#182, #183)
197
1982.1.2 / 2015-03-01
199==================
200
201 * dist: recompile
202 * update "ms" to v0.7.0
203 * package: update "browserify" to v9.0.3
204 * component: fix "ms.js" repo location
205 * changed bower package name
206 * updated documentation about using debug in a browser
207 * fix: security error on safari (#167, #168, @yields)
208
2092.1.1 / 2014-12-29
210==================
211
212 * browser: use `typeof` to check for `console` existence
213 * browser: check for `console.log` truthiness (fix IE 8/9)
214 * browser: add support for Chrome apps
215 * Readme: added Windows usage remarks
216 * Add `bower.json` to properly support bower install
217
2182.1.0 / 2014-10-15
219==================
220
221 * node: implement `DEBUG_FD` env variable support
222 * package: update "browserify" to v6.1.0
223 * package: add "license" field to package.json (#135, @panuhorsmalahti)
224
2252.0.0 / 2014-09-01
226==================
227
228 * package: update "browserify" to v5.11.0
229 * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
230
2311.0.4 / 2014-07-15
232==================
233
234 * dist: recompile
235 * example: remove `console.info()` log usage
236 * example: add "Content-Type" UTF-8 header to browser example
237 * browser: place %c marker after the space character
238 * browser: reset the "content" color via `color: inherit`
239 * browser: add colors support for Firefox >= v31
240 * debug: prefer an instance `log()` function over the global one (#119)
241 * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
242
2431.0.3 / 2014-07-09
244==================
245
246 * Add support for multiple wildcards in namespaces (#122, @seegno)
247 * browser: fix lint
248
2491.0.2 / 2014-06-10
250==================
251
252 * browser: update color palette (#113, @gscottolson)
253 * common: make console logging function configurable (#108, @timoxley)
254 * node: fix %o colors on old node <= 0.8.x
255 * Makefile: find node path using shell/which (#109, @timoxley)
256
2571.0.1 / 2014-06-06
258==================
259
260 * browser: use `removeItem()` to clear localStorage
261 * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
262 * package: add "contributors" section
263 * node: fix comment typo
264 * README: list authors
265
2661.0.0 / 2014-06-04
267==================
268
269 * make ms diff be global, not be scope
270 * debug: ignore empty strings in enable()
271 * node: make DEBUG_COLORS able to disable coloring
272 * *: export the `colors` array
273 * npmignore: don't publish the `dist` dir
274 * Makefile: refactor to use browserify
275 * package: add "browserify" as a dev dependency
276 * Readme: add Web Inspector Colors section
277 * node: reset terminal color for the debug content
278 * node: map "%o" to `util.inspect()`
279 * browser: map "%j" to `JSON.stringify()`
280 * debug: add custom "formatters"
281 * debug: use "ms" module for humanizing the diff
282 * Readme: add "bash" syntax highlighting
283 * browser: add Firebug color support
284 * browser: add colors for WebKit browsers
285 * node: apply log to `console`
286 * rewrite: abstract common logic for Node & browsers
287 * add .jshintrc file
288
2890.8.1 / 2014-04-14
290==================
291
292 * package: re-add the "component" section
293
2940.8.0 / 2014-03-30
295==================
296
297 * add `enable()` method for nodejs. Closes #27
298 * change from stderr to stdout
299 * remove unnecessary index.js file
300
3010.7.4 / 2013-11-13
302==================
303
304 * remove "browserify" key from package.json (fixes something in browserify)
305
3060.7.3 / 2013-10-30
307==================
308
309 * fix: catch localStorage security error when cookies are blocked (Chrome)
310 * add debug(err) support. Closes #46
311 * add .browser prop to package.json. Closes #42
312
3130.7.2 / 2013-02-06
314==================
315
316 * fix package.json
317 * fix: Mobile Safari (private mode) is broken with debug
318 * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript
319
3200.7.1 / 2013-02-05
321==================
322
323 * add repository URL to package.json
324 * add DEBUG_COLORED to force colored output
325 * add browserify support
326 * fix component. Closes #24
327
3280.7.0 / 2012-05-04
329==================
330
331 * Added .component to package.json
332 * Added debug.component.js build
333
3340.6.0 / 2012-03-16
335==================
336
337 * Added support for "-" prefix in DEBUG [Vinay Pulim]
338 * Added `.enabled` flag to the node version [TooTallNate]
339
3400.5.0 / 2012-02-02
341==================
342
343 * Added: humanize diffs. Closes #8
344 * Added `debug.disable()` to the CS variant
345 * Removed padding. Closes #10
346 * Fixed: persist client-side variant again. Closes #9
347
3480.4.0 / 2012-02-01
349==================
350
351 * Added browser variant support for older browsers [TooTallNate]
352 * Added `debug.enable('project:*')` to browser variant [TooTallNate]
353 * Added padding to diff (moved it to the right)
354
3550.3.0 / 2012-01-26
356==================
357
358 * Added millisecond diff when isatty, otherwise UTC string
359
3600.2.0 / 2012-01-22
361==================
362
363 * Added wildcard support
364
3650.1.0 / 2011-12-02
366==================
367
368 * Added: remove colors unless stderr isatty [TooTallNate]
369
3700.0.1 / 2010-01-03
371==================
372
373 * Initial release
374
\No newline at end of file