Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / send / History.md
1 0.11.1 / 2015-01-20
2 ===================
3
4   * Fix `root` path disclosure
5
6 0.11.0 / 2015-01-05
7 ===================
8
9   * deps: debug@~2.1.1
10   * deps: etag@~1.5.1
11     - deps: crc@3.2.1
12   * deps: ms@0.7.0
13     - Add `milliseconds`
14     - Add `msecs`
15     - Add `secs`
16     - Add `mins`
17     - Add `hrs`
18     - Add `yrs`
19   * deps: on-finished@~2.2.0
20
21 0.10.1 / 2014-10-22
22 ===================
23
24   * deps: on-finished@~2.1.1
25     - Fix handling of pipelined requests
26
27 0.10.0 / 2014-10-15
28 ===================
29
30   * deps: debug@~2.1.0
31     - Implement `DEBUG_FD` env variable support
32   * deps: depd@~1.0.0
33   * deps: etag@~1.5.0
34     - Improve string performance
35     - Slightly improve speed for weak ETags over 1KB
36
37 0.9.3 / 2014-09-24
38 ==================
39
40   * deps: etag@~1.4.0
41     - Support "fake" stats objects
42
43 0.9.2 / 2014-09-15
44 ==================
45
46   * deps: depd@0.4.5
47   * deps: etag@~1.3.1
48   * deps: range-parser@~1.0.2
49
50 0.9.1 / 2014-09-07
51 ==================
52
53   * deps: fresh@0.2.4
54
55 0.9.0 / 2014-09-07
56 ==================
57
58   * Add `lastModified` option
59   * Use `etag` to generate `ETag` header
60   * deps: debug@~2.0.0
61
62 0.8.5 / 2014-09-04
63 ==================
64
65   * Fix malicious path detection for empty string path
66
67 0.8.4 / 2014-09-04
68 ==================
69
70   * Fix a path traversal issue when using `root`
71
72 0.8.3 / 2014-08-16
73 ==================
74
75   * deps: destroy@1.0.3
76     - renamed from dethroy
77   * deps: on-finished@2.1.0
78
79 0.8.2 / 2014-08-14
80 ==================
81
82   * Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
83   * deps: dethroy@1.0.2
84
85 0.8.1 / 2014-08-05
86 ==================
87
88   * Fix `extensions` behavior when file already has extension
89
90 0.8.0 / 2014-08-05
91 ==================
92
93   * Add `extensions` option
94
95 0.7.4 / 2014-08-04
96 ==================
97
98   * Fix serving index files without root dir
99
100 0.7.3 / 2014-07-29
101 ==================
102
103   * Fix incorrect 403 on Windows and Node.js 0.11
104
105 0.7.2 / 2014-07-27
106 ==================
107
108   * deps: depd@0.4.4
109     - Work-around v8 generating empty stack traces
110
111 0.7.1 / 2014-07-26
112 ==================
113
114  * deps: depd@0.4.3
115    - Fix exception when global `Error.stackTraceLimit` is too low
116
117 0.7.0 / 2014-07-20
118 ==================
119
120  * Deprecate `hidden` option; use `dotfiles` option
121  * Add `dotfiles` option
122  * deps: debug@1.0.4
123  * deps: depd@0.4.2
124    - Add `TRACE_DEPRECATION` environment variable
125    - Remove non-standard grey color from color output
126    - Support `--no-deprecation` argument
127    - Support `--trace-deprecation` argument
128
129 0.6.0 / 2014-07-11
130 ==================
131
132  * Deprecate `from` option; use `root` option
133  * Deprecate `send.etag()` -- use `etag` in `options`
134  * Deprecate `send.hidden()` -- use `hidden` in `options`
135  * Deprecate `send.index()` -- use `index` in `options`
136  * Deprecate `send.maxage()` -- use `maxAge` in `options`
137  * Deprecate `send.root()` -- use `root` in `options`
138  * Cap `maxAge` value to 1 year
139  * deps: debug@1.0.3
140    - Add support for multiple wildcards in namespaces
141
142 0.5.0 / 2014-06-28
143 ==================
144
145  * Accept string for `maxAge` (converted by `ms`)
146  * Add `headers` event
147  * Include link in default redirect response
148  * Use `EventEmitter.listenerCount` to count listeners
149
150 0.4.3 / 2014-06-11
151 ==================
152
153  * Do not throw un-catchable error on file open race condition
154  * Use `escape-html` for HTML escaping
155  * deps: debug@1.0.2
156    - fix some debugging output colors on node.js 0.8
157  * deps: finished@1.2.2
158  * deps: fresh@0.2.2
159
160 0.4.2 / 2014-06-09
161 ==================
162
163  * fix "event emitter leak" warnings
164  * deps: debug@1.0.1
165  * deps: finished@1.2.1
166
167 0.4.1 / 2014-06-02
168 ==================
169
170  * Send `max-age` in `Cache-Control` in correct format
171
172 0.4.0 / 2014-05-27
173 ==================
174
175  * Calculate ETag with md5 for reduced collisions
176  * Fix wrong behavior when index file matches directory
177  * Ignore stream errors after request ends
178    - Goodbye `EBADF, read`
179  * Skip directories in index file search
180  * deps: debug@0.8.1
181
182 0.3.0 / 2014-04-24
183 ==================
184
185  * Fix sending files with dots without root set
186  * Coerce option types
187  * Accept API options in options object
188  * Set etags to "weak"
189  * Include file path in etag
190  * Make "Can't set headers after they are sent." catchable
191  * Send full entity-body for multi range requests
192  * Default directory access to 403 when index disabled
193  * Support multiple index paths
194  * Support "If-Range" header
195  * Control whether to generate etags
196  * deps: mime@1.2.11
197
198 0.2.0 / 2014-01-29
199 ==================
200
201  * update range-parser and fresh
202
203 0.1.4 / 2013-08-11 
204 ==================
205
206  * update fresh
207
208 0.1.3 / 2013-07-08 
209 ==================
210
211  * Revert "Fix fd leak"
212
213 0.1.2 / 2013-07-03 
214 ==================
215
216  * Fix fd leak
217
218 0.1.0 / 2012-08-25 
219 ==================
220
221   * add options parameter to send() that is passed to fs.createReadStream() [kanongil]
222
223 0.0.4 / 2012-08-16 
224 ==================
225
226   * allow custom "Accept-Ranges" definition
227
228 0.0.3 / 2012-07-16 
229 ==================
230
231   * fix normalization of the root directory. Closes #3
232
233 0.0.2 / 2012-07-09 
234 ==================
235
236   * add passing of req explicitly for now (YUCK)
237
238 0.0.1 / 2010-01-03
239 ==================
240
241   * Initial release