Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 liveuser 1
 
2
2.2.0 / 2015-05-09
3
==================
4
 
5
  * package: update "ms" to v0.7.1 (#202, @dougwilson)
6
  * README: add logging to file example (#193, @DanielOchoa)
7
  * README: fixed a typo (#191, @amir-s)
8
  * browser: expose `storage` (#190, @stephenmathieson)
9
  * Makefile: add a `distclean` target (#189, @stephenmathieson)
10
 
11
2.1.3 / 2015-03-13
12
==================
13
 
14
  * Updated stdout/stderr example (#186)
15
  * Updated example/stdout.js to match debug current behaviour
16
  * Renamed example/stderr.js to stdout.js
17
  * Update Readme.md (#184)
18
  * replace high intensity foreground color for bold (#182, #183)
19
 
20
2.1.2 / 2015-03-01
21
==================
22
 
23
  * dist: recompile
24
  * update "ms" to v0.7.0
25
  * package: update "browserify" to v9.0.3
26
  * component: fix "ms.js" repo location
27
  * changed bower package name
28
  * updated documentation about using debug in a browser
29
  * fix: security error on safari (#167, #168, @yields)
30
 
31
2.1.1 / 2014-12-29
32
==================
33
 
34
  * browser: use `typeof` to check for `console` existence
35
  * browser: check for `console.log` truthiness (fix IE 8/9)
36
  * browser: add support for Chrome apps
37
  * Readme: added Windows usage remarks
38
  * Add `bower.json` to properly support bower install
39
 
40
2.1.0 / 2014-10-15
41
==================
42
 
43
  * node: implement `DEBUG_FD` env variable support
44
  * package: update "browserify" to v6.1.0
45
  * package: add "license" field to package.json (#135, @panuhorsmalahti)
46
 
47
2.0.0 / 2014-09-01
48
==================
49
 
50
  * package: update "browserify" to v5.11.0
51
  * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
52
 
53
1.0.4 / 2014-07-15
54
==================
55
 
56
  * dist: recompile
57
  * example: remove `console.info()` log usage
58
  * example: add "Content-Type" UTF-8 header to browser example
59
  * browser: place %c marker after the space character
60
  * browser: reset the "content" color via `color: inherit`
61
  * browser: add colors support for Firefox >= v31
62
  * debug: prefer an instance `log()` function over the global one (#119)
63
  * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
64
 
65
1.0.3 / 2014-07-09
66
==================
67
 
68
  * Add support for multiple wildcards in namespaces (#122, @seegno)
69
  * browser: fix lint
70
 
71
1.0.2 / 2014-06-10
72
==================
73
 
74
  * browser: update color palette (#113, @gscottolson)
75
  * common: make console logging function configurable (#108, @timoxley)
76
  * node: fix %o colors on old node <= 0.8.x
77
  * Makefile: find node path using shell/which (#109, @timoxley)
78
 
79
1.0.1 / 2014-06-06
80
==================
81
 
82
  * browser: use `removeItem()` to clear localStorage
83
  * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
84
  * package: add "contributors" section
85
  * node: fix comment typo
86
  * README: list authors
87
 
88
1.0.0 / 2014-06-04
89
==================
90
 
91
  * make ms diff be global, not be scope
92
  * debug: ignore empty strings in enable()
93
  * node: make DEBUG_COLORS able to disable coloring
94
  * *: export the `colors` array
95
  * npmignore: don't publish the `dist` dir
96
  * Makefile: refactor to use browserify
97
  * package: add "browserify" as a dev dependency
98
  * Readme: add Web Inspector Colors section
99
  * node: reset terminal color for the debug content
100
  * node: map "%o" to `util.inspect()`
101
  * browser: map "%j" to `JSON.stringify()`
102
  * debug: add custom "formatters"
103
  * debug: use "ms" module for humanizing the diff
104
  * Readme: add "bash" syntax highlighting
105
  * browser: add Firebug color support
106
  * browser: add colors for WebKit browsers
107
  * node: apply log to `console`
108
  * rewrite: abstract common logic for Node & browsers
109
  * add .jshintrc file
110
 
111
0.8.1 / 2014-04-14
112
==================
113
 
114
  * package: re-add the "component" section
115
 
116
0.8.0 / 2014-03-30
117
==================
118
 
119
  * add `enable()` method for nodejs. Closes #27
120
  * change from stderr to stdout
121
  * remove unnecessary index.js file
122
 
123
0.7.4 / 2013-11-13
124
==================
125
 
126
  * remove "browserify" key from package.json (fixes something in browserify)
127
 
128
0.7.3 / 2013-10-30
129
==================
130
 
131
  * fix: catch localStorage security error when cookies are blocked (Chrome)
132
  * add debug(err) support. Closes #46
133
  * add .browser prop to package.json. Closes #42
134
 
135
0.7.2 / 2013-02-06
136
==================
137
 
138
  * fix package.json
139
  * fix: Mobile Safari (private mode) is broken with debug
140
  * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript
141
 
142
0.7.1 / 2013-02-05
143
==================
144
 
145
  * add repository URL to package.json
146
  * add DEBUG_COLORED to force colored output
147
  * add browserify support
148
  * fix component. Closes #24
149
 
150
0.7.0 / 2012-05-04
151
==================
152
 
153
  * Added .component to package.json
154
  * Added debug.component.js build
155
 
156
0.6.0 / 2012-03-16
157
==================
158
 
159
  * Added support for "-" prefix in DEBUG [Vinay Pulim]
160
  * Added `.enabled` flag to the node version [TooTallNate]
161
 
162
0.5.0 / 2012-02-02
163
==================
164
 
165
  * Added: humanize diffs. Closes #8
166
  * Added `debug.disable()` to the CS variant
167
  * Removed padding. Closes #10
168
  * Fixed: persist client-side variant again. Closes #9
169
 
170
0.4.0 / 2012-02-01
171
==================
172
 
173
  * Added browser variant support for older browsers [TooTallNate]
174
  * Added `debug.enable('project:*')` to browser variant [TooTallNate]
175
  * Added padding to diff (moved it to the right)
176
 
177
0.3.0 / 2012-01-26
178
==================
179
 
180
  * Added millisecond diff when isatty, otherwise UTC string
181
 
182
0.2.0 / 2012-01-22
183
==================
184
 
185
  * Added wildcard support
186
 
187
0.1.0 / 2011-12-02
188
==================
189
 
190
  * Added: remove colors unless stderr isatty [TooTallNate]
191
 
192
0.0.1 / 2010-01-03
193
==================
194
 
195
  * Initial release