Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / send / HISTORY.md
1 0.13.2 / 2016-03-05
2 ===================
3
4   * Fix invalid `Content-Type` header when `send.mime.default_type` unset
5
6 0.13.1 / 2016-01-16
7 ===================
8
9   * deps: depd@~1.1.0
10     - Support web browser loading
11     - perf: enable strict mode
12   * deps: destroy@~1.0.4
13     - perf: enable strict mode
14   * deps: escape-html@~1.0.3
15     - perf: enable strict mode
16     - perf: optimize string replacement
17     - perf: use faster string coercion
18   * deps: range-parser@~1.0.3
19     - perf: enable strict mode
20
21 0.13.0 / 2015-06-16
22 ===================
23
24   * Allow Node.js HTTP server to set `Date` response header
25   * Fix incorrectly removing `Content-Location` on 304 response
26   * Improve the default redirect response headers
27   * Send appropriate headers on default error response
28   * Use `http-errors` for standard emitted errors
29   * Use `statuses` instead of `http` module for status messages
30   * deps: escape-html@1.0.2
31   * deps: etag@~1.7.0
32     - Improve stat performance by removing hashing
33   * deps: fresh@0.3.0
34     - Add weak `ETag` matching support
35   * deps: on-finished@~2.3.0
36     - Add defined behavior for HTTP `CONNECT` requests
37     - Add defined behavior for HTTP `Upgrade` requests
38     - deps: ee-first@1.1.1
39   * perf: enable strict mode
40   * perf: remove unnecessary array allocations
41
42 0.12.3 / 2015-05-13
43 ===================
44
45   * deps: debug@~2.2.0
46     - deps: ms@0.7.1
47   * deps: depd@~1.0.1
48   * deps: etag@~1.6.0
49    - Improve support for JXcore
50    - Support "fake" stats objects in environments without `fs`
51   * deps: ms@0.7.1
52     - Prevent extraordinarily long inputs
53   * deps: on-finished@~2.2.1
54
55 0.12.2 / 2015-03-13
56 ===================
57
58   * Throw errors early for invalid `extensions` or `index` options
59   * deps: debug@~2.1.3
60     - Fix high intensity foreground color for bold
61     - deps: ms@0.7.0
62
63 0.12.1 / 2015-02-17
64 ===================
65
66   * Fix regression sending zero-length files
67
68 0.12.0 / 2015-02-16
69 ===================
70
71   * Always read the stat size from the file
72   * Fix mutating passed-in `options`
73   * deps: mime@1.3.4
74
75 0.11.1 / 2015-01-20
76 ===================
77
78   * Fix `root` path disclosure
79
80 0.11.0 / 2015-01-05
81 ===================
82
83   * deps: debug@~2.1.1
84   * deps: etag@~1.5.1
85     - deps: crc@3.2.1
86   * deps: ms@0.7.0
87     - Add `milliseconds`
88     - Add `msecs`
89     - Add `secs`
90     - Add `mins`
91     - Add `hrs`
92     - Add `yrs`
93   * deps: on-finished@~2.2.0
94
95 0.10.1 / 2014-10-22
96 ===================
97
98   * deps: on-finished@~2.1.1
99     - Fix handling of pipelined requests
100
101 0.10.0 / 2014-10-15
102 ===================
103
104   * deps: debug@~2.1.0
105     - Implement `DEBUG_FD` env variable support
106   * deps: depd@~1.0.0
107   * deps: etag@~1.5.0
108     - Improve string performance
109     - Slightly improve speed for weak ETags over 1KB
110
111 0.9.3 / 2014-09-24
112 ==================
113
114   * deps: etag@~1.4.0
115     - Support "fake" stats objects
116
117 0.9.2 / 2014-09-15
118 ==================
119
120   * deps: depd@0.4.5
121   * deps: etag@~1.3.1
122   * deps: range-parser@~1.0.2
123
124 0.9.1 / 2014-09-07
125 ==================
126
127   * deps: fresh@0.2.4
128
129 0.9.0 / 2014-09-07
130 ==================
131
132   * Add `lastModified` option
133   * Use `etag` to generate `ETag` header
134   * deps: debug@~2.0.0
135
136 0.8.5 / 2014-09-04
137 ==================
138
139   * Fix malicious path detection for empty string path
140
141 0.8.4 / 2014-09-04
142 ==================
143
144   * Fix a path traversal issue when using `root`
145
146 0.8.3 / 2014-08-16
147 ==================
148
149   * deps: destroy@1.0.3
150     - renamed from dethroy
151   * deps: on-finished@2.1.0
152
153 0.8.2 / 2014-08-14
154 ==================
155
156   * Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
157   * deps: dethroy@1.0.2
158
159 0.8.1 / 2014-08-05
160 ==================
161
162   * Fix `extensions` behavior when file already has extension
163
164 0.8.0 / 2014-08-05
165 ==================
166
167   * Add `extensions` option
168
169 0.7.4 / 2014-08-04
170 ==================
171
172   * Fix serving index files without root dir
173
174 0.7.3 / 2014-07-29
175 ==================
176
177   * Fix incorrect 403 on Windows and Node.js 0.11
178
179 0.7.2 / 2014-07-27
180 ==================
181
182   * deps: depd@0.4.4
183     - Work-around v8 generating empty stack traces
184
185 0.7.1 / 2014-07-26
186 ==================
187
188  * deps: depd@0.4.3
189    - Fix exception when global `Error.stackTraceLimit` is too low
190
191 0.7.0 / 2014-07-20
192 ==================
193
194  * Deprecate `hidden` option; use `dotfiles` option
195  * Add `dotfiles` option
196  * deps: debug@1.0.4
197  * deps: depd@0.4.2
198    - Add `TRACE_DEPRECATION` environment variable
199    - Remove non-standard grey color from color output
200    - Support `--no-deprecation` argument
201    - Support `--trace-deprecation` argument
202
203 0.6.0 / 2014-07-11
204 ==================
205
206  * Deprecate `from` option; use `root` option
207  * Deprecate `send.etag()` -- use `etag` in `options`
208  * Deprecate `send.hidden()` -- use `hidden` in `options`
209  * Deprecate `send.index()` -- use `index` in `options`
210  * Deprecate `send.maxage()` -- use `maxAge` in `options`
211  * Deprecate `send.root()` -- use `root` in `options`
212  * Cap `maxAge` value to 1 year
213  * deps: debug@1.0.3
214    - Add support for multiple wildcards in namespaces
215
216 0.5.0 / 2014-06-28
217 ==================
218
219  * Accept string for `maxAge` (converted by `ms`)
220  * Add `headers` event
221  * Include link in default redirect response
222  * Use `EventEmitter.listenerCount` to count listeners
223
224 0.4.3 / 2014-06-11
225 ==================
226
227  * Do not throw un-catchable error on file open race condition
228  * Use `escape-html` for HTML escaping
229  * deps: debug@1.0.2
230    - fix some debugging output colors on node.js 0.8
231  * deps: finished@1.2.2
232  * deps: fresh@0.2.2
233
234 0.4.2 / 2014-06-09
235 ==================
236
237  * fix "event emitter leak" warnings
238  * deps: debug@1.0.1
239  * deps: finished@1.2.1
240
241 0.4.1 / 2014-06-02
242 ==================
243
244  * Send `max-age` in `Cache-Control` in correct format
245
246 0.4.0 / 2014-05-27
247 ==================
248
249  * Calculate ETag with md5 for reduced collisions
250  * Fix wrong behavior when index file matches directory
251  * Ignore stream errors after request ends
252    - Goodbye `EBADF, read`
253  * Skip directories in index file search
254  * deps: debug@0.8.1
255
256 0.3.0 / 2014-04-24
257 ==================
258
259  * Fix sending files with dots without root set
260  * Coerce option types
261  * Accept API options in options object
262  * Set etags to "weak"
263  * Include file path in etag
264  * Make "Can't set headers after they are sent." catchable
265  * Send full entity-body for multi range requests
266  * Default directory access to 403 when index disabled
267  * Support multiple index paths
268  * Support "If-Range" header
269  * Control whether to generate etags
270  * deps: mime@1.2.11
271
272 0.2.0 / 2014-01-29
273 ==================
274
275  * update range-parser and fresh
276
277 0.1.4 / 2013-08-11 
278 ==================
279
280  * update fresh
281
282 0.1.3 / 2013-07-08 
283 ==================
284
285  * Revert "Fix fd leak"
286
287 0.1.2 / 2013-07-03 
288 ==================
289
290  * Fix fd leak
291
292 0.1.0 / 2012-08-25 
293 ==================
294
295   * add options parameter to send() that is passed to fs.createReadStream() [kanongil]
296
297 0.0.4 / 2012-08-16 
298 ==================
299
300   * allow custom "Accept-Ranges" definition
301
302 0.0.3 / 2012-07-16 
303 ==================
304
305   * fix normalization of the root directory. Closes #3
306
307 0.0.2 / 2012-07-09 
308 ==================
309
310   * add passing of req explicitly for now (YUCK)
311
312 0.0.1 / 2010-01-03
313 ==================
314
315   * Initial release