UNPKG

2.6 kBMarkdownView Raw
10.6.0 / 2014-07-11
2==================
3
4 * Deprecate `from` option; use `root` option
5 * Deprecate `send.etag()` -- use `etag` in `options`
6 * Deprecate `send.hidden()` -- use `hidden` in `options`
7 * Deprecate `send.index()` -- use `index` in `options`
8 * Deprecate `send.maxage()` -- use `maxAge` in `options`
9 * Deprecate `send.root()` -- use `root` in `options`
10 * deps: debug@1.0.3
11 - Add support for multiple wildcards in namespaces
12
130.5.0 / 2014-06-28
14==================
15
16 * Accept string for `maxAge` (converted by `ms`)
17 * Add `headers` event
18 * Include link in default redirect response
19 * Use `EventEmitter.listenerCount` to count listeners
20
210.4.3 / 2014-06-11
22==================
23
24 * Do not throw un-catchable error on file open race condition
25 * Use `escape-html` for HTML escaping
26 * deps: debug@1.0.2
27 - fix some debugging output colors on node.js 0.8
28 * deps: finished@1.2.2
29 * deps: fresh@0.2.2
30
310.4.2 / 2014-06-09
32==================
33
34 * fix "event emitter leak" warnings
35 * deps: debug@1.0.1
36 * deps: finished@1.2.1
37
380.4.1 / 2014-06-02
39==================
40
41 * Send `max-age` in `Cache-Control` in correct format
42
430.4.0 / 2014-05-27
44==================
45
46 * Calculate ETag with md5 for reduced collisions
47 * Fix wrong behavior when index file matches directory
48 * Ignore stream errors after request ends
49 - Goodbye `EBADF, read`
50 * Skip directories in index file search
51 * deps: debug@0.8.1
52
530.3.0 / 2014-04-24
54==================
55
56 * Fix sending files with dots without root set
57 * Coerce option types
58 * Accept API options in options object
59 * Set etags to "weak"
60 * Include file path in etag
61 * Make "Can't set headers after they are sent." catchable
62 * Send full entity-body for multi range requests
63 * Default directory access to 403 when index disabled
64 * Support multiple index paths
65 * Support "If-Range" header
66 * Control whether to generate etags
67 * deps: mime@1.2.11
68
690.2.0 / 2014-01-29
70==================
71
72 * update range-parser and fresh
73
740.1.4 / 2013-08-11
75==================
76
77 * update fresh
78
790.1.3 / 2013-07-08
80==================
81
82 * Revert "Fix fd leak"
83
840.1.2 / 2013-07-03
85==================
86
87 * Fix fd leak
88
890.1.0 / 2012-08-25
90==================
91
92 * add options parameter to send() that is passed to fs.createReadStream() [kanongil]
93
940.0.4 / 2012-08-16
95==================
96
97 * allow custom "Accept-Ranges" definition
98
990.0.3 / 2012-07-16
100==================
101
102 * fix normalization of the root directory. Closes #3
103
1040.0.2 / 2012-07-09
105==================
106
107 * add passing of req explicitly for now (YUCK)
108
1090.0.1 / 2010-01-03
110==================
111
112 * Initial release