UNPKG

4.13 kBMarkdownView Raw
12.5.0 / 2018-03-29
2==================
3
4 * Ignore requests without `url` property
5 * deps: ms@2.1.1
6 - Add `week`
7 - Add `w`
8
92.4.5 / 2017-09-26
10==================
11
12 * deps: etag@~1.8.1
13 - perf: replace regular expression with substring
14 * deps: fresh@0.5.2
15 - Fix regression matching multiple ETags in `If-None-Match`
16 - perf: improve `If-None-Match` token parsing
17
182.4.4 / 2017-09-11
19==================
20
21 * deps: fresh@0.5.1
22 - Fix handling of modified headers with invalid dates
23 - perf: improve ETag match loop
24 * deps: parseurl@~1.3.2
25 - perf: reduce overhead for full URLs
26 - perf: unroll the "fast-path" `RegExp`
27 * deps: safe-buffer@5.1.1
28
292.4.3 / 2017-05-16
30==================
31
32 * Use `safe-buffer` for improved Buffer API
33 * deps: ms@2.0.0
34
352.4.2 / 2017-03-24
36==================
37
38 * deps: ms@1.0.0
39
402.4.1 / 2017-02-27
41==================
42
43 * Remove usage of `res._headers` private field
44 * deps: fresh@0.5.0
45 - Fix incorrect result when `If-None-Match` has both `*` and ETags
46 - Fix weak `ETag` matching to match spec
47 - perf: skip checking modified time if ETag check failed
48 - perf: skip parsing `If-None-Match` when no `ETag` header
49 - perf: use `Date.parse` instead of `new Date`
50
512.4.0 / 2017-02-19
52==================
53
54 * deps: etag@~1.8.0
55 - Use SHA1 instead of MD5 for ETag hashing
56 - Works with FIPS 140-2 OpenSSL configuration
57 * deps: fresh@0.4.0
58 - Fix false detection of `no-cache` request directive
59 - perf: enable strict mode
60 - perf: hoist regular expressions
61 - perf: remove duplicate conditional
62 - perf: remove unnecessary boolean coercions
63 * perf: simplify initial argument checking
64
652.3.2 / 2016-11-16
66==================
67
68 * deps: ms@0.7.2
69
702.3.1 / 2016-01-23
71==================
72
73 * deps: parseurl@~1.3.1
74 - perf: enable strict mode
75
762.3.0 / 2015-06-13
77==================
78
79 * Send non-chunked response for `OPTIONS`
80 * deps: etag@~1.7.0
81 - Always include entity length in ETags for hash length extensions
82 - Generate non-Stats ETags using MD5 only (no longer CRC32)
83 - Remove base64 padding in ETags to shorten
84 * deps: fresh@0.3.0
85 - Add weak `ETag` matching support
86 * perf: enable strict mode
87 * perf: remove argument reassignment
88 * perf: remove bitwise operations
89
902.2.1 / 2015-05-14
91==================
92
93 * deps: etag@~1.6.0
94 - Improve support for JXcore
95 - Support "fake" stats objects in environments without `fs`
96 * deps: ms@0.7.1
97 - Prevent extraordinarily long inputs
98
992.2.0 / 2014-12-18
100==================
101
102 * Support query string in the URL
103 * deps: etag@~1.5.1
104 - deps: crc@3.2.1
105 * deps: ms@0.7.0
106 - Add `milliseconds`
107 - Add `msecs`
108 - Add `secs`
109 - Add `mins`
110 - Add `hrs`
111 - Add `yrs`
112
1132.1.7 / 2014-11-19
114==================
115
116 * Avoid errors from enumerables on `Object.prototype`
117
1182.1.6 / 2014-10-16
119==================
120
121 * deps: etag@~1.5.0
122
1232.1.5 / 2014-09-24
124==================
125
126 * deps: etag@~1.4.0
127
1282.1.4 / 2014-09-15
129==================
130
131 * Fix content headers being sent in 304 response
132 * deps: etag@~1.3.1
133 - Improve ETag generation speed
134
1352.1.3 / 2014-09-07
136==================
137
138 * deps: fresh@0.2.4
139
1402.1.2 / 2014-09-05
141==================
142
143 * deps: etag@~1.3.0
144 - Improve ETag generation speed
145
1462.1.1 / 2014-08-25
147==================
148
149 * Fix `ms` to be listed as a dependency
150
1512.1.0 / 2014-08-24
152==================
153
154 * Accept string for `maxAge` (converted by `ms`)
155 * Use `etag` to generate `ETag` header
156
1572.0.1 / 2014-06-05
158==================
159
160 * Reduce byte size of `ETag` header
161
1622.0.0 / 2014-05-02
163==================
164
165 * `path` argument is required; there is no default icon.
166 * Accept `Buffer` of icon as first argument.
167 * Non-GET and HEAD requests are denied.
168 * Send valid max-age value
169 * Support conditional requests
170 * Support max-age=0
171 * Support OPTIONS method
172 * Throw if `path` argument is directory.
173
1741.0.2 / 2014-03-16
175==================
176
177 * Fixed content of default icon.
178
1791.0.1 / 2014-03-11
180==================
181
182 * Fixed path to default icon.
183
1841.0.0 / 2014-02-15
185==================
186
187 * Initial release