770e4832d92deff8c335f809f313140a1f4baafb
[platform/framework/web/crosswalk-tizen.git] /
1
2 2.1.3 / 2015-03-13
3 ==================
4
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)
10
11 2.1.2 / 2015-03-01
12 ==================
13
14   * dist: recompile
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)
21
22 2.1.1 / 2014-12-29
23 ==================
24
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
30
31 2.1.0 / 2014-10-15
32 ==================
33
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)
37
38 2.0.0 / 2014-09-01
39 ==================
40
41   * package: update "browserify" to v5.11.0
42   * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
43
44 1.0.4 / 2014-07-15
45 ==================
46
47   * dist: recompile
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)
55
56 1.0.3 / 2014-07-09
57 ==================
58
59   * Add support for multiple wildcards in namespaces (#122, @seegno)
60   * browser: fix lint
61
62 1.0.2 / 2014-06-10
63 ==================
64
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)
69
70 1.0.1 / 2014-06-06
71 ==================
72
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
78
79 1.0.0 / 2014-06-04
80 ==================
81
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
100   * add .jshintrc file
101
102 0.8.1 / 2014-04-14
103 ==================
104
105   * package: re-add the "component" section
106
107 0.8.0 / 2014-03-30
108 ==================
109
110   * add `enable()` method for nodejs. Closes #27
111   * change from stderr to stdout
112   * remove unnecessary index.js file
113
114 0.7.4 / 2013-11-13
115 ==================
116
117   * remove "browserify" key from package.json (fixes something in browserify)
118
119 0.7.3 / 2013-10-30
120 ==================
121
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
125
126 0.7.2 / 2013-02-06
127 ==================
128
129   * fix package.json
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
132
133 0.7.1 / 2013-02-05
134 ==================
135
136   * add repository URL to package.json
137   * add DEBUG_COLORED to force colored output
138   * add browserify support
139   * fix component. Closes #24
140
141 0.7.0 / 2012-05-04
142 ==================
143
144   * Added .component to package.json
145   * Added debug.component.js build
146
147 0.6.0 / 2012-03-16
148 ==================
149
150   * Added support for "-" prefix in DEBUG [Vinay Pulim]
151   * Added `.enabled` flag to the node version [TooTallNate]
152
153 0.5.0 / 2012-02-02
154 ==================
155
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
160
161 0.4.0 / 2012-02-01
162 ==================
163
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)
167
168 0.3.0 / 2012-01-26
169 ==================
170
171   * Added millisecond diff when isatty, otherwise UTC string
172
173 0.2.0 / 2012-01-22
174 ==================
175
176   * Added wildcard support
177
178 0.1.0 / 2011-12-02
179 ==================
180
181   * Added: remove colors unless stderr isatty [TooTallNate]
182
183 0.0.1 / 2010-01-03
184 ==================
185
186   * Initial release