examples: use updated res.download in example
[express.git] / History.md
blob9b4bf4bce55b64fa5cc786fe5a7f0a349f0d8daf
1 unreleased
2 ==========
4   * Add "root" option to `res.download`
5   * Allow `options` without `filename` in `res.download`
6   * Deprecate string and non-integer arguments to `res.status`
7   * Ignore `Object.prototype` values in settings through `app.set`/`app.get`
8   * Support proper 205 responses using `res.send`
9   * deps: finalhandler@1.2.0
10     - Remove set content headers that break response
11     - deps: on-finished@2.4.1
12     - deps: statuses@2.0.1
13   * deps: send@0.18.0
14     - Fix emitted 416 error missing headers property
15     - Limit the headers removed for 304 response
16     - deps: depd@2.0.0
17     - deps: destroy@1.2.0
18     - deps: http-errors@2.0.0
19     - deps: on-finished@2.4.1
20     - deps: statuses@2.0.1
21   * deps: serve-static@1.15.0
22     - deps: send@0.18.0
24 4.17.3 / 2022-02-16
25 ===================
27   * deps: accepts@~1.3.8
28     - deps: mime-types@~2.1.34
29     - deps: negotiator@0.6.3
30   * deps: body-parser@1.19.2
31     - deps: bytes@3.1.2
32     - deps: qs@6.9.7
33     - deps: raw-body@2.4.3
34   * deps: cookie@0.4.2
35   * deps: qs@6.9.7
36     * Fix handling of `__proto__` keys
37   * pref: remove unnecessary regexp for trust proxy
39 4.17.2 / 2021-12-16
40 ===================
42   * Fix handling of `undefined` in `res.jsonp`
43   * Fix handling of `undefined` when `"json escape"` is enabled
44   * Fix incorrect middleware execution with unanchored `RegExp`s
45   * Fix `res.jsonp(obj, status)` deprecation message
46   * Fix typo in `res.is` JSDoc
47   * deps: body-parser@1.19.1
48     - deps: bytes@3.1.1
49     - deps: http-errors@1.8.1
50     - deps: qs@6.9.6
51     - deps: raw-body@2.4.2
52     - deps: safe-buffer@5.2.1
53     - deps: type-is@~1.6.18
54   * deps: content-disposition@0.5.4
55     - deps: safe-buffer@5.2.1
56   * deps: cookie@0.4.1
57     - Fix `maxAge` option to reject invalid values
58   * deps: proxy-addr@~2.0.7
59     - Use `req.socket` over deprecated `req.connection`
60     - deps: forwarded@0.2.0
61     - deps: ipaddr.js@1.9.1
62   * deps: qs@6.9.6
63   * deps: safe-buffer@5.2.1
64   * deps: send@0.17.2
65     - deps: http-errors@1.8.1
66     - deps: ms@2.1.3
67     - pref: ignore empty http tokens
68   * deps: serve-static@1.14.2
69     - deps: send@0.17.2
70   * deps: setprototypeof@1.2.0
72 4.17.1 / 2019-05-25
73 ===================
75   * Revert "Improve error message for `null`/`undefined` to `res.status`"
77 4.17.0 / 2019-05-16
78 ===================
80   * Add `express.raw` to parse bodies into `Buffer`
81   * Add `express.text` to parse bodies into string
82   * Improve error message for non-strings to `res.sendFile`
83   * Improve error message for `null`/`undefined` to `res.status`
84   * Support multiple hosts in `X-Forwarded-Host`
85   * deps: accepts@~1.3.7
86   * deps: body-parser@1.19.0
87     - Add encoding MIK
88     - Add petabyte (`pb`) support
89     - Fix parsing array brackets after index
90     - deps: bytes@3.1.0
91     - deps: http-errors@1.7.2
92     - deps: iconv-lite@0.4.24
93     - deps: qs@6.7.0
94     - deps: raw-body@2.4.0
95     - deps: type-is@~1.6.17
96   * deps: content-disposition@0.5.3
97   * deps: cookie@0.4.0
98     - Add `SameSite=None` support
99   * deps: finalhandler@~1.1.2
100     - Set stricter `Content-Security-Policy` header
101     - deps: parseurl@~1.3.3
102     - deps: statuses@~1.5.0
103   * deps: parseurl@~1.3.3
104   * deps: proxy-addr@~2.0.5
105     - deps: ipaddr.js@1.9.0
106   * deps: qs@6.7.0
107     - Fix parsing array brackets after index
108   * deps: range-parser@~1.2.1
109   * deps: send@0.17.1
110     - Set stricter CSP header in redirect & error responses
111     - deps: http-errors@~1.7.2
112     - deps: mime@1.6.0
113     - deps: ms@2.1.1
114     - deps: range-parser@~1.2.1
115     - deps: statuses@~1.5.0
116     - perf: remove redundant `path.normalize` call
117   * deps: serve-static@1.14.1
118     - Set stricter CSP header in redirect response
119     - deps: parseurl@~1.3.3
120     - deps: send@0.17.1
121   * deps: setprototypeof@1.1.1
122   * deps: statuses@~1.5.0
123     - Add `103 Early Hints`
124   * deps: type-is@~1.6.18
125     - deps: mime-types@~2.1.24
126     - perf: prevent internal `throw` on invalid type
128 4.16.4 / 2018-10-10
129 ===================
131   * Fix issue where `"Request aborted"` may be logged in `res.sendfile`
132   * Fix JSDoc for `Router` constructor
133   * deps: body-parser@1.18.3
134     - Fix deprecation warnings on Node.js 10+
135     - Fix stack trace for strict json parse error
136     - deps: depd@~1.1.2
137     - deps: http-errors@~1.6.3
138     - deps: iconv-lite@0.4.23
139     - deps: qs@6.5.2
140     - deps: raw-body@2.3.3
141     - deps: type-is@~1.6.16
142   * deps: proxy-addr@~2.0.4
143     - deps: ipaddr.js@1.8.0
144   * deps: qs@6.5.2
145   * deps: safe-buffer@5.1.2
147 4.16.3 / 2018-03-12
148 ===================
150   * deps: accepts@~1.3.5
151     - deps: mime-types@~2.1.18
152   * deps: depd@~1.1.2
153     - perf: remove argument reassignment
154   * deps: encodeurl@~1.0.2
155     - Fix encoding `%` as last character
156   * deps: finalhandler@1.1.1
157     - Fix 404 output for bad / missing pathnames
158     - deps: encodeurl@~1.0.2
159     - deps: statuses@~1.4.0
160   * deps: proxy-addr@~2.0.3
161     - deps: ipaddr.js@1.6.0
162   * deps: send@0.16.2
163     - Fix incorrect end tag in default error & redirects
164     - deps: depd@~1.1.2
165     - deps: encodeurl@~1.0.2
166     - deps: statuses@~1.4.0
167   * deps: serve-static@1.13.2
168     - Fix incorrect end tag in redirects
169     - deps: encodeurl@~1.0.2
170     - deps: send@0.16.2
171   * deps: statuses@~1.4.0
172   * deps: type-is@~1.6.16
173     - deps: mime-types@~2.1.18
175 4.16.2 / 2017-10-09
176 ===================
178   * Fix `TypeError` in `res.send` when given `Buffer` and `ETag` header set
179   * perf: skip parsing of entire `X-Forwarded-Proto` header
181 4.16.1 / 2017-09-29
182 ===================
184   * deps: send@0.16.1
185   * deps: serve-static@1.13.1
186     - Fix regression when `root` is incorrectly set to a file
187     - deps: send@0.16.1
189 4.16.0 / 2017-09-28
190 ===================
192   * Add `"json escape"` setting for `res.json` and `res.jsonp`
193   * Add `express.json` and `express.urlencoded` to parse bodies
194   * Add `options` argument to `res.download`
195   * Improve error message when autoloading invalid view engine
196   * Improve error messages when non-function provided as middleware
197   * Skip `Buffer` encoding when not generating ETag for small response
198   * Use `safe-buffer` for improved Buffer API
199   * deps: accepts@~1.3.4
200     - deps: mime-types@~2.1.16
201   * deps: content-type@~1.0.4
202     - perf: remove argument reassignment
203     - perf: skip parameter parsing when no parameters
204   * deps: etag@~1.8.1
205     - perf: replace regular expression with substring
206   * deps: finalhandler@1.1.0
207     - Use `res.headersSent` when available
208   * deps: parseurl@~1.3.2
209     - perf: reduce overhead for full URLs
210     - perf: unroll the "fast-path" `RegExp`
211   * deps: proxy-addr@~2.0.2
212     - Fix trimming leading / trailing OWS in `X-Forwarded-For`
213     - deps: forwarded@~0.1.2
214     - deps: ipaddr.js@1.5.2
215     - perf: reduce overhead when no `X-Forwarded-For` header
216   * deps: qs@6.5.1
217     - Fix parsing & compacting very deep objects
218   * deps: send@0.16.0
219     - Add 70 new types for file extensions
220     - Add `immutable` option
221     - Fix missing `</html>` in default error & redirects
222     - Set charset as "UTF-8" for .js and .json
223     - Use instance methods on steam to check for listeners
224     - deps: mime@1.4.1
225     - perf: improve path validation speed
226   * deps: serve-static@1.13.0
227     - Add 70 new types for file extensions
228     - Add `immutable` option
229     - Set charset as "UTF-8" for .js and .json
230     - deps: send@0.16.0
231   * deps: setprototypeof@1.1.0
232   * deps: utils-merge@1.0.1
233   * deps: vary@~1.1.2
234     - perf: improve header token parsing speed
235   * perf: re-use options object when generating ETags
236   * perf: remove dead `.charset` set in `res.jsonp`
238 4.15.5 / 2017-09-24
239 ===================
241   * deps: debug@2.6.9
242   * deps: finalhandler@~1.0.6
243     - deps: debug@2.6.9
244     - deps: parseurl@~1.3.2
245   * deps: fresh@0.5.2
246     - Fix handling of modified headers with invalid dates
247     - perf: improve ETag match loop
248     - perf: improve `If-None-Match` token parsing
249   * deps: send@0.15.6
250     - Fix handling of modified headers with invalid dates
251     - deps: debug@2.6.9
252     - deps: etag@~1.8.1
253     - deps: fresh@0.5.2
254     - perf: improve `If-Match` token parsing
255   * deps: serve-static@1.12.6
256     - deps: parseurl@~1.3.2
257     - deps: send@0.15.6
258     - perf: improve slash collapsing
260 4.15.4 / 2017-08-06
261 ===================
263   * deps: debug@2.6.8
264   * deps: depd@~1.1.1
265     - Remove unnecessary `Buffer` loading
266   * deps: finalhandler@~1.0.4
267     - deps: debug@2.6.8
268   * deps: proxy-addr@~1.1.5
269     - Fix array argument being altered
270     - deps: ipaddr.js@1.4.0
271   * deps: qs@6.5.0
272   * deps: send@0.15.4
273     - deps: debug@2.6.8
274     - deps: depd@~1.1.1
275     - deps: http-errors@~1.6.2
276   * deps: serve-static@1.12.4
277     - deps: send@0.15.4
279 4.15.3 / 2017-05-16
280 ===================
282   * Fix error when `res.set` cannot add charset to `Content-Type`
283   * deps: debug@2.6.7
284     - Fix `DEBUG_MAX_ARRAY_LENGTH`
285     - deps: ms@2.0.0
286   * deps: finalhandler@~1.0.3
287     - Fix missing `</html>` in HTML document
288     - deps: debug@2.6.7
289   * deps: proxy-addr@~1.1.4
290     - deps: ipaddr.js@1.3.0
291   * deps: send@0.15.3
292     - deps: debug@2.6.7
293     - deps: ms@2.0.0
294   * deps: serve-static@1.12.3
295     - deps: send@0.15.3
296   * deps: type-is@~1.6.15
297     - deps: mime-types@~2.1.15
298   * deps: vary@~1.1.1
299     - perf: hoist regular expression
301 4.15.2 / 2017-03-06
302 ===================
304   * deps: qs@6.4.0
305     - Fix regression parsing keys starting with `[`
307 4.15.1 / 2017-03-05
308 ===================
310   * deps: send@0.15.1
311     - Fix issue when `Date.parse` does not return `NaN` on invalid date
312     - Fix strict violation in broken environments
313   * deps: serve-static@1.12.1
314     - Fix issue when `Date.parse` does not return `NaN` on invalid date
315     - deps: send@0.15.1
317 4.15.0 / 2017-03-01
318 ===================
320   * Add debug message when loading view engine
321   * Add `next("router")` to exit from router
322   * Fix case where `router.use` skipped requests routes did not
323   * Remove usage of `res._headers` private field
324     - Improves compatibility with Node.js 8 nightly
325   * Skip routing when `req.url` is not set
326   * Use `%o` in path debug to tell types apart
327   * Use `Object.create` to setup request & response prototypes
328   * Use `setprototypeof` module to replace `__proto__` setting
329   * Use `statuses` instead of `http` module for status messages
330   * deps: debug@2.6.1
331     - Allow colors in workers
332     - Deprecated `DEBUG_FD` environment variable set to `3` or higher
333     - Fix error when running under React Native
334     - Use same color for same namespace
335     - deps: ms@0.7.2
336   * deps: etag@~1.8.0
337     - Use SHA1 instead of MD5 for ETag hashing
338     - Works with FIPS 140-2 OpenSSL configuration
339   * deps: finalhandler@~1.0.0
340     - Fix exception when `err` cannot be converted to a string
341     - Fully URL-encode the pathname in the 404
342     - Only include the pathname in the 404 message
343     - Send complete HTML document
344     - Set `Content-Security-Policy: default-src 'self'` header
345     - deps: debug@2.6.1
346   * deps: fresh@0.5.0
347     - Fix false detection of `no-cache` request directive
348     - Fix incorrect result when `If-None-Match` has both `*` and ETags
349     - Fix weak `ETag` matching to match spec
350     - perf: delay reading header values until needed
351     - perf: enable strict mode
352     - perf: hoist regular expressions
353     - perf: remove duplicate conditional
354     - perf: remove unnecessary boolean coercions
355     - perf: skip checking modified time if ETag check failed
356     - perf: skip parsing `If-None-Match` when no `ETag` header
357     - perf: use `Date.parse` instead of `new Date`
358   * deps: qs@6.3.1
359     - Fix array parsing from skipping empty values
360     - Fix compacting nested arrays
361   * deps: send@0.15.0
362     - Fix false detection of `no-cache` request directive
363     - Fix incorrect result when `If-None-Match` has both `*` and ETags
364     - Fix weak `ETag` matching to match spec
365     - Remove usage of `res._headers` private field
366     - Support `If-Match` and `If-Unmodified-Since` headers
367     - Use `res.getHeaderNames()` when available
368     - Use `res.headersSent` when available
369     - deps: debug@2.6.1
370     - deps: etag@~1.8.0
371     - deps: fresh@0.5.0
372     - deps: http-errors@~1.6.1
373   * deps: serve-static@1.12.0
374     - Fix false detection of `no-cache` request directive
375     - Fix incorrect result when `If-None-Match` has both `*` and ETags
376     - Fix weak `ETag` matching to match spec
377     - Remove usage of `res._headers` private field
378     - Send complete HTML document in redirect response
379     - Set default CSP header in redirect response
380     - Support `If-Match` and `If-Unmodified-Since` headers
381     - Use `res.getHeaderNames()` when available
382     - Use `res.headersSent` when available
383     - deps: send@0.15.0
384   * perf: add fast match path for `*` route
385   * perf: improve `req.ips` performance
387 4.14.1 / 2017-01-28
388 ===================
390   * deps: content-disposition@0.5.2
391   * deps: finalhandler@0.5.1
392     - Fix exception when `err.headers` is not an object
393     - deps: statuses@~1.3.1
394     - perf: hoist regular expressions
395     - perf: remove duplicate validation path
396   * deps: proxy-addr@~1.1.3
397     - deps: ipaddr.js@1.2.0
398   * deps: send@0.14.2
399     - deps: http-errors@~1.5.1
400     - deps: ms@0.7.2
401     - deps: statuses@~1.3.1
402   * deps: serve-static@~1.11.2
403     - deps: send@0.14.2
404   * deps: type-is@~1.6.14
405     - deps: mime-types@~2.1.13
407 4.14.0 / 2016-06-16
408 ===================
410   * Add `acceptRanges` option to `res.sendFile`/`res.sendfile`
411   * Add `cacheControl` option to `res.sendFile`/`res.sendfile`
412   * Add `options` argument to `req.range`
413     - Includes the `combine` option
414   * Encode URL in `res.location`/`res.redirect` if not already encoded
415   * Fix some redirect handling in `res.sendFile`/`res.sendfile`
416   * Fix Windows absolute path check using forward slashes
417   * Improve error with invalid arguments to `req.get()`
418   * Improve performance for `res.json`/`res.jsonp` in most cases
419   * Improve `Range` header handling in `res.sendFile`/`res.sendfile`
420   * deps: accepts@~1.3.3
421     - Fix including type extensions in parameters in `Accept` parsing
422     - Fix parsing `Accept` parameters with quoted equals
423     - Fix parsing `Accept` parameters with quoted semicolons
424     - Many performance improvements
425     - deps: mime-types@~2.1.11
426     - deps: negotiator@0.6.1
427   * deps: content-type@~1.0.2
428     - perf: enable strict mode
429   * deps: cookie@0.3.1
430     - Add `sameSite` option
431     - Fix cookie `Max-Age` to never be a floating point number
432     - Improve error message when `encode` is not a function
433     - Improve error message when `expires` is not a `Date`
434     - Throw better error for invalid argument to parse
435     - Throw on invalid values provided to `serialize`
436     - perf: enable strict mode
437     - perf: hoist regular expression
438     - perf: use for loop in parse
439     - perf: use string concatenation for serialization
440   * deps: finalhandler@0.5.0
441     - Change invalid or non-numeric status code to 500
442     - Overwrite status message to match set status code
443     - Prefer `err.statusCode` if `err.status` is invalid
444     - Set response headers from `err.headers` object
445     - Use `statuses` instead of `http` module for status messages
446   * deps: proxy-addr@~1.1.2
447     - Fix accepting various invalid netmasks
448     - Fix IPv6-mapped IPv4 validation edge cases
449     - IPv4 netmasks must be contiguous
450     - IPv6 addresses cannot be used as a netmask
451     - deps: ipaddr.js@1.1.1
452   * deps: qs@6.2.0
453     - Add `decoder` option in `parse` function
454   * deps: range-parser@~1.2.0
455     - Add `combine` option to combine overlapping ranges
456     - Fix incorrectly returning -1 when there is at least one valid range
457     - perf: remove internal function
458   * deps: send@0.14.1
459     - Add `acceptRanges` option
460     - Add `cacheControl` option
461     - Attempt to combine multiple ranges into single range
462     - Correctly inherit from `Stream` class
463     - Fix `Content-Range` header in 416 responses when using `start`/`end` options
464     - Fix `Content-Range` header missing from default 416 responses
465     - Fix redirect error when `path` contains raw non-URL characters
466     - Fix redirect when `path` starts with multiple forward slashes
467     - Ignore non-byte `Range` headers
468     - deps: http-errors@~1.5.0
469     - deps: range-parser@~1.2.0
470     - deps: statuses@~1.3.0
471     - perf: remove argument reassignment
472   * deps: serve-static@~1.11.1
473     - Add `acceptRanges` option
474     - Add `cacheControl` option
475     - Attempt to combine multiple ranges into single range
476     - Fix redirect error when `req.url` contains raw non-URL characters
477     - Ignore non-byte `Range` headers
478     - Use status code 301 for redirects
479     - deps: send@0.14.1
480   * deps: type-is@~1.6.13
481     - Fix type error when given invalid type to match against
482     - deps: mime-types@~2.1.11
483   * deps: vary@~1.1.0
484     - Only accept valid field names in the `field` argument
485   * perf: use strict equality when possible
487 4.13.4 / 2016-01-21
488 ===================
490   * deps: content-disposition@0.5.1
491     - perf: enable strict mode
492   * deps: cookie@0.1.5
493     - Throw on invalid values provided to `serialize`
494   * deps: depd@~1.1.0
495     - Support web browser loading
496     - perf: enable strict mode
497   * deps: escape-html@~1.0.3
498     - perf: enable strict mode
499     - perf: optimize string replacement
500     - perf: use faster string coercion
501   * deps: finalhandler@0.4.1
502     - deps: escape-html@~1.0.3
503   * deps: merge-descriptors@1.0.1
504     - perf: enable strict mode
505   * deps: methods@~1.1.2
506     - perf: enable strict mode
507   * deps: parseurl@~1.3.1
508     - perf: enable strict mode
509   * deps: proxy-addr@~1.0.10
510     - deps: ipaddr.js@1.0.5
511     - perf: enable strict mode
512   * deps: range-parser@~1.0.3
513     - perf: enable strict mode
514   * deps: send@0.13.1
515     - deps: depd@~1.1.0
516     - deps: destroy@~1.0.4
517     - deps: escape-html@~1.0.3
518     - deps: range-parser@~1.0.3
519   * deps: serve-static@~1.10.2
520     - deps: escape-html@~1.0.3
521     - deps: parseurl@~1.3.0
522     - deps: send@0.13.1
524 4.13.3 / 2015-08-02
525 ===================
527   * Fix infinite loop condition using `mergeParams: true`
528   * Fix inner numeric indices incorrectly altering parent `req.params`
530 4.13.2 / 2015-07-31
531 ===================
533   * deps: accepts@~1.2.12
534     - deps: mime-types@~2.1.4
535   * deps: array-flatten@1.1.1
536     - perf: enable strict mode
537   * deps: path-to-regexp@0.1.7
538     - Fix regression with escaped round brackets and matching groups
539   * deps: type-is@~1.6.6
540     - deps: mime-types@~2.1.4
542 4.13.1 / 2015-07-05
543 ===================
545   * deps: accepts@~1.2.10
546     - deps: mime-types@~2.1.2
547   * deps: qs@4.0.0
548     - Fix dropping parameters like `hasOwnProperty`
549     - Fix various parsing edge cases
550   * deps: type-is@~1.6.4
551     - deps: mime-types@~2.1.2
552     - perf: enable strict mode
553     - perf: remove argument reassignment
555 4.13.0 / 2015-06-20
556 ===================
558   * Add settings to debug output
559   * Fix `res.format` error when only `default` provided
560   * Fix issue where `next('route')` in `app.param` would incorrectly skip values
561   * Fix hiding platform issues with `decodeURIComponent`
562     - Only `URIError`s are a 400
563   * Fix using `*` before params in routes
564   * Fix using capture groups before params in routes
565   * Simplify `res.cookie` to call `res.append`
566   * Use `array-flatten` module for flattening arrays
567   * deps: accepts@~1.2.9
568     - deps: mime-types@~2.1.1
569     - perf: avoid argument reassignment & argument slice
570     - perf: avoid negotiator recursive construction
571     - perf: enable strict mode
572     - perf: remove unnecessary bitwise operator
573   * deps: cookie@0.1.3
574     - perf: deduce the scope of try-catch deopt
575     - perf: remove argument reassignments
576   * deps: escape-html@1.0.2
577   * deps: etag@~1.7.0
578     - Always include entity length in ETags for hash length extensions
579     - Generate non-Stats ETags using MD5 only (no longer CRC32)
580     - Improve stat performance by removing hashing
581     - Improve support for JXcore
582     - Remove base64 padding in ETags to shorten
583     - Support "fake" stats objects in environments without fs
584     - Use MD5 instead of MD4 in weak ETags over 1KB
585   * deps: finalhandler@0.4.0
586     - Fix a false-positive when unpiping in Node.js 0.8
587     - Support `statusCode` property on `Error` objects
588     - Use `unpipe` module for unpiping requests
589     - deps: escape-html@1.0.2
590     - deps: on-finished@~2.3.0
591     - perf: enable strict mode
592     - perf: remove argument reassignment
593   * deps: fresh@0.3.0
594     - Add weak `ETag` matching support
595   * deps: on-finished@~2.3.0
596     - Add defined behavior for HTTP `CONNECT` requests
597     - Add defined behavior for HTTP `Upgrade` requests
598     - deps: ee-first@1.1.1
599   * deps: path-to-regexp@0.1.6
600   * deps: send@0.13.0
601     - Allow Node.js HTTP server to set `Date` response header
602     - Fix incorrectly removing `Content-Location` on 304 response
603     - Improve the default redirect response headers
604     - Send appropriate headers on default error response
605     - Use `http-errors` for standard emitted errors
606     - Use `statuses` instead of `http` module for status messages
607     - deps: escape-html@1.0.2
608     - deps: etag@~1.7.0
609     - deps: fresh@0.3.0
610     - deps: on-finished@~2.3.0
611     - perf: enable strict mode
612     - perf: remove unnecessary array allocations
613   * deps: serve-static@~1.10.0
614     - Add `fallthrough` option
615     - Fix reading options from options prototype
616     - Improve the default redirect response headers
617     - Malformed URLs now `next()` instead of 400
618     - deps: escape-html@1.0.2
619     - deps: send@0.13.0
620     - perf: enable strict mode
621     - perf: remove argument reassignment
622   * deps: type-is@~1.6.3
623     - deps: mime-types@~2.1.1
624     - perf: reduce try block size
625     - perf: remove bitwise operations
626   * perf: enable strict mode
627   * perf: isolate `app.render` try block
628   * perf: remove argument reassignments in application
629   * perf: remove argument reassignments in request prototype
630   * perf: remove argument reassignments in response prototype
631   * perf: remove argument reassignments in routing
632   * perf: remove argument reassignments in `View`
633   * perf: skip attempting to decode zero length string
634   * perf: use saved reference to `http.STATUS_CODES`
636 4.12.4 / 2015-05-17
637 ===================
639   * deps: accepts@~1.2.7
640     - deps: mime-types@~2.0.11
641     - deps: negotiator@0.5.3
642   * deps: debug@~2.2.0
643     - deps: ms@0.7.1
644   * deps: depd@~1.0.1
645   * deps: etag@~1.6.0
646     - Improve support for JXcore
647     - Support "fake" stats objects in environments without `fs`
648   * deps: finalhandler@0.3.6
649     - deps: debug@~2.2.0
650     - deps: on-finished@~2.2.1
651   * deps: on-finished@~2.2.1
652     - Fix `isFinished(req)` when data buffered
653   * deps: proxy-addr@~1.0.8
654     - deps: ipaddr.js@1.0.1
655   * deps: qs@2.4.2
656    - Fix allowing parameters like `constructor`
657   * deps: send@0.12.3
658     - deps: debug@~2.2.0
659     - deps: depd@~1.0.1
660     - deps: etag@~1.6.0
661     - deps: ms@0.7.1
662     - deps: on-finished@~2.2.1
663   * deps: serve-static@~1.9.3
664     - deps: send@0.12.3
665   * deps: type-is@~1.6.2
666     - deps: mime-types@~2.0.11
668 4.12.3 / 2015-03-17
669 ===================
671   * deps: accepts@~1.2.5
672     - deps: mime-types@~2.0.10
673   * deps: debug@~2.1.3
674     - Fix high intensity foreground color for bold
675     - deps: ms@0.7.0
676   * deps: finalhandler@0.3.4
677     - deps: debug@~2.1.3
678   * deps: proxy-addr@~1.0.7
679     - deps: ipaddr.js@0.1.9
680   * deps: qs@2.4.1
681     - Fix error when parameter `hasOwnProperty` is present
682   * deps: send@0.12.2
683     - Throw errors early for invalid `extensions` or `index` options
684     - deps: debug@~2.1.3
685   * deps: serve-static@~1.9.2
686     - deps: send@0.12.2
687   * deps: type-is@~1.6.1
688     - deps: mime-types@~2.0.10
690 4.12.2 / 2015-03-02
691 ===================
693   * Fix regression where `"Request aborted"` is logged using `res.sendFile`
695 4.12.1 / 2015-03-01
696 ===================
698   * Fix constructing application with non-configurable prototype properties
699   * Fix `ECONNRESET` errors from `res.sendFile` usage
700   * Fix `req.host` when using "trust proxy" hops count
701   * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
702   * Fix wrong `code` on aborted connections from `res.sendFile`
703   * deps: merge-descriptors@1.0.0
705 4.12.0 / 2015-02-23
706 ===================
708   * Fix `"trust proxy"` setting to inherit when app is mounted
709   * Generate `ETag`s for all request responses
710     - No longer restricted to only responses for `GET` and `HEAD` requests
711   * Use `content-type` to parse `Content-Type` headers
712   * deps: accepts@~1.2.4
713     - Fix preference sorting to be stable for long acceptable lists
714     - deps: mime-types@~2.0.9
715     - deps: negotiator@0.5.1
716   * deps: cookie-signature@1.0.6
717   * deps: send@0.12.1
718     - Always read the stat size from the file
719     - Fix mutating passed-in `options`
720     - deps: mime@1.3.4
721   * deps: serve-static@~1.9.1
722     - deps: send@0.12.1
723   * deps: type-is@~1.6.0
724     - fix argument reassignment
725     - fix false-positives in `hasBody` `Transfer-Encoding` check
726     - support wildcard for both type and subtype (`*/*`)
727     - deps: mime-types@~2.0.9
729 4.11.2 / 2015-02-01
730 ===================
732   * Fix `res.redirect` double-calling `res.end` for `HEAD` requests
733   * deps: accepts@~1.2.3
734     - deps: mime-types@~2.0.8
735   * deps: proxy-addr@~1.0.6
736     - deps: ipaddr.js@0.1.8
737   * deps: type-is@~1.5.6
738     - deps: mime-types@~2.0.8
740 4.11.1 / 2015-01-20
741 ===================
743   * deps: send@0.11.1
744     - Fix root path disclosure
745   * deps: serve-static@~1.8.1
746     - Fix redirect loop in Node.js 0.11.14
747     - Fix root path disclosure
748     - deps: send@0.11.1
750 4.11.0 / 2015-01-13
751 ===================
753   * Add `res.append(field, val)` to append headers
754   * Deprecate leading `:` in `name` for `app.param(name, fn)`
755   * Deprecate `req.param()` -- use `req.params`, `req.body`, or `req.query` instead
756   * Deprecate `app.param(fn)`
757   * Fix `OPTIONS` responses to include the `HEAD` method properly
758   * Fix `res.sendFile` not always detecting aborted connection
759   * Match routes iteratively to prevent stack overflows
760   * deps: accepts@~1.2.2
761     - deps: mime-types@~2.0.7
762     - deps: negotiator@0.5.0
763   * deps: send@0.11.0
764     - deps: debug@~2.1.1
765     - deps: etag@~1.5.1
766     - deps: ms@0.7.0
767     - deps: on-finished@~2.2.0
768   * deps: serve-static@~1.8.0
769     - deps: send@0.11.0
771 4.10.8 / 2015-01-13
772 ===================
774   * Fix crash from error within `OPTIONS` response handler
775   * deps: proxy-addr@~1.0.5
776     - deps: ipaddr.js@0.1.6
778 4.10.7 / 2015-01-04
779 ===================
781   * Fix `Allow` header for `OPTIONS` to not contain duplicate methods
782   * Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304
783   * deps: debug@~2.1.1
784   * deps: finalhandler@0.3.3
785     - deps: debug@~2.1.1
786     - deps: on-finished@~2.2.0
787   * deps: methods@~1.1.1
788   * deps: on-finished@~2.2.0
789   * deps: serve-static@~1.7.2
790     - Fix potential open redirect when mounted at root
791   * deps: type-is@~1.5.5
792     - deps: mime-types@~2.0.7
794 4.10.6 / 2014-12-12
795 ===================
797   * Fix exception in `req.fresh`/`req.stale` without response headers
799 4.10.5 / 2014-12-10
800 ===================
802   * Fix `res.send` double-calling `res.end` for `HEAD` requests
803   * deps: accepts@~1.1.4
804     - deps: mime-types@~2.0.4
805   * deps: type-is@~1.5.4
806     - deps: mime-types@~2.0.4
808 4.10.4 / 2014-11-24
809 ===================
811   * Fix `res.sendfile` logging standard write errors
813 4.10.3 / 2014-11-23
814 ===================
816   * Fix `res.sendFile` logging standard write errors
817   * deps: etag@~1.5.1
818   * deps: proxy-addr@~1.0.4
819     - deps: ipaddr.js@0.1.5
820   * deps: qs@2.3.3
821     - Fix `arrayLimit` behavior
823 4.10.2 / 2014-11-09
824 ===================
826   * Correctly invoke async router callback asynchronously
827   * deps: accepts@~1.1.3
828     - deps: mime-types@~2.0.3
829   * deps: type-is@~1.5.3
830     - deps: mime-types@~2.0.3
832 4.10.1 / 2014-10-28
833 ===================
835   * Fix handling of URLs containing `://` in the path
836   * deps: qs@2.3.2
837     - Fix parsing of mixed objects and values
839 4.10.0 / 2014-10-23
840 ===================
842   * Add support for `app.set('views', array)`
843     - Views are looked up in sequence in array of directories
844   * Fix `res.send(status)` to mention `res.sendStatus(status)`
845   * Fix handling of invalid empty URLs
846   * Use `content-disposition` module for `res.attachment`/`res.download`
847     - Sends standards-compliant `Content-Disposition` header
848     - Full Unicode support
849   * Use `path.resolve` in view lookup
850   * deps: debug@~2.1.0
851     - Implement `DEBUG_FD` env variable support
852   * deps: depd@~1.0.0
853   * deps: etag@~1.5.0
854     - Improve string performance
855     - Slightly improve speed for weak ETags over 1KB
856   * deps: finalhandler@0.3.2
857     - Terminate in progress response only on error
858     - Use `on-finished` to determine request status
859     - deps: debug@~2.1.0
860     - deps: on-finished@~2.1.1
861   * deps: on-finished@~2.1.1
862     - Fix handling of pipelined requests
863   * deps: qs@2.3.0
864     - Fix parsing of mixed implicit and explicit arrays
865   * deps: send@0.10.1
866     - deps: debug@~2.1.0
867     - deps: depd@~1.0.0
868     - deps: etag@~1.5.0
869     - deps: on-finished@~2.1.1
870   * deps: serve-static@~1.7.1
871     - deps: send@0.10.1
873 4.9.8 / 2014-10-17
874 ==================
876   * Fix `res.redirect` body when redirect status specified
877   * deps: accepts@~1.1.2
878     - Fix error when media type has invalid parameter
879     - deps: negotiator@0.4.9
881 4.9.7 / 2014-10-10
882 ==================
884   * Fix using same param name in array of paths
886 4.9.6 / 2014-10-08
887 ==================
889   * deps: accepts@~1.1.1
890     - deps: mime-types@~2.0.2
891     - deps: negotiator@0.4.8
892   * deps: serve-static@~1.6.4
893     - Fix redirect loop when index file serving disabled
894   * deps: type-is@~1.5.2
895     - deps: mime-types@~2.0.2
897 4.9.5 / 2014-09-24
898 ==================
900   * deps: etag@~1.4.0
901   * deps: proxy-addr@~1.0.3
902     - Use `forwarded` npm module
903   * deps: send@0.9.3
904     - deps: etag@~1.4.0
905   * deps: serve-static@~1.6.3
906     - deps: send@0.9.3
908 4.9.4 / 2014-09-19
909 ==================
911   * deps: qs@2.2.4
912     - Fix issue with object keys starting with numbers truncated
914 4.9.3 / 2014-09-18
915 ==================
917   * deps: proxy-addr@~1.0.2
918     - Fix a global leak when multiple subnets are trusted
919     - deps: ipaddr.js@0.1.3
921 4.9.2 / 2014-09-17
922 ==================
924   * Fix regression for empty string `path` in `app.use`
925   * Fix `router.use` to accept array of middleware without path
926   * Improve error message for bad `app.use` arguments
928 4.9.1 / 2014-09-16
929 ==================
931   * Fix `app.use` to accept array of middleware without path
932   * deps: depd@0.4.5
933   * deps: etag@~1.3.1
934   * deps: send@0.9.2
935     - deps: depd@0.4.5
936     - deps: etag@~1.3.1
937     - deps: range-parser@~1.0.2
938   * deps: serve-static@~1.6.2
939     - deps: send@0.9.2
941 4.9.0 / 2014-09-08
942 ==================
944   * Add `res.sendStatus`
945   * Invoke callback for sendfile when client aborts
946     - Applies to `res.sendFile`, `res.sendfile`, and `res.download`
947     - `err` will be populated with request aborted error
948   * Support IP address host in `req.subdomains`
949   * Use `etag` to generate `ETag` headers
950   * deps: accepts@~1.1.0
951     - update `mime-types`
952   * deps: cookie-signature@1.0.5
953   * deps: debug@~2.0.0
954   * deps: finalhandler@0.2.0
955     - Set `X-Content-Type-Options: nosniff` header
956     - deps: debug@~2.0.0
957   * deps: fresh@0.2.4
958   * deps: media-typer@0.3.0
959     - Throw error when parameter format invalid on parse
960   * deps: qs@2.2.3
961     - Fix issue where first empty value in array is discarded
962   * deps: range-parser@~1.0.2
963   * deps: send@0.9.1
964     - Add `lastModified` option
965     - Use `etag` to generate `ETag` header
966     - deps: debug@~2.0.0
967     - deps: fresh@0.2.4
968   * deps: serve-static@~1.6.1
969     - Add `lastModified` option
970     - deps: send@0.9.1
971   * deps: type-is@~1.5.1
972     - fix `hasbody` to be true for `content-length: 0`
973     - deps: media-typer@0.3.0
974     - deps: mime-types@~2.0.1
975   * deps: vary@~1.0.0
976     - Accept valid `Vary` header string as `field`
978 4.8.8 / 2014-09-04
979 ==================
981   * deps: send@0.8.5
982     - Fix a path traversal issue when using `root`
983     - Fix malicious path detection for empty string path
984   * deps: serve-static@~1.5.4
985     - deps: send@0.8.5
987 4.8.7 / 2014-08-29
988 ==================
990   * deps: qs@2.2.2
991     - Remove unnecessary cloning
993 4.8.6 / 2014-08-27
994 ==================
996   * deps: qs@2.2.0
997     - Array parsing fix
998     - Performance improvements
1000 4.8.5 / 2014-08-18
1001 ==================
1003   * deps: send@0.8.3
1004     - deps: destroy@1.0.3
1005     - deps: on-finished@2.1.0
1006   * deps: serve-static@~1.5.3
1007     - deps: send@0.8.3
1009 4.8.4 / 2014-08-14
1010 ==================
1012   * deps: qs@1.2.2
1013   * deps: send@0.8.2
1014     - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1015   * deps: serve-static@~1.5.2
1016     - deps: send@0.8.2
1018 4.8.3 / 2014-08-10
1019 ==================
1021   * deps: parseurl@~1.3.0
1022   * deps: qs@1.2.1
1023   * deps: serve-static@~1.5.1
1024     - Fix parsing of weird `req.originalUrl` values
1025     - deps: parseurl@~1.3.0
1026     - deps: utils-merge@1.0.0
1028 4.8.2 / 2014-08-07
1029 ==================
1031   * deps: qs@1.2.0
1032     - Fix parsing array of objects
1034 4.8.1 / 2014-08-06
1035 ==================
1037   * fix incorrect deprecation warnings on `res.download`
1038   * deps: qs@1.1.0
1039     - Accept urlencoded square brackets
1040     - Accept empty values in implicit array notation
1042 4.8.0 / 2014-08-05
1043 ==================
1045   * add `res.sendFile`
1046     - accepts a file system path instead of a URL
1047     - requires an absolute path or `root` option specified
1048   * deprecate `res.sendfile` -- use `res.sendFile` instead
1049   * support mounted app as any argument to `app.use()`
1050   * deps: qs@1.0.2
1051     - Complete rewrite
1052     - Limits array length to 20
1053     - Limits object depth to 5
1054     - Limits parameters to 1,000
1055   * deps: send@0.8.1
1056     - Add `extensions` option
1057   * deps: serve-static@~1.5.0
1058     - Add `extensions` option
1059     - deps: send@0.8.1
1061 4.7.4 / 2014-08-04
1062 ==================
1064   * fix `res.sendfile` regression for serving directory index files
1065   * deps: send@0.7.4
1066     - Fix incorrect 403 on Windows and Node.js 0.11
1067     - Fix serving index files without root dir
1068   * deps: serve-static@~1.4.4
1069     - deps: send@0.7.4
1071 4.7.3 / 2014-08-04
1072 ==================
1074   * deps: send@0.7.3
1075     - Fix incorrect 403 on Windows and Node.js 0.11
1076   * deps: serve-static@~1.4.3
1077     - Fix incorrect 403 on Windows and Node.js 0.11
1078     - deps: send@0.7.3
1080 4.7.2 / 2014-07-27
1081 ==================
1083   * deps: depd@0.4.4
1084     - Work-around v8 generating empty stack traces
1085   * deps: send@0.7.2
1086     - deps: depd@0.4.4
1087   * deps: serve-static@~1.4.2
1089 4.7.1 / 2014-07-26
1090 ==================
1092   * deps: depd@0.4.3
1093     - Fix exception when global `Error.stackTraceLimit` is too low
1094   * deps: send@0.7.1
1095     - deps: depd@0.4.3
1096   * deps: serve-static@~1.4.1
1098 4.7.0 / 2014-07-25
1099 ==================
1101   * fix `req.protocol` for proxy-direct connections
1102   * configurable query parser with `app.set('query parser', parser)`
1103     - `app.set('query parser', 'extended')` parse with "qs" module
1104     - `app.set('query parser', 'simple')` parse with "querystring" core module
1105     - `app.set('query parser', false)` disable query string parsing
1106     - `app.set('query parser', true)` enable simple parsing
1107   * deprecate `res.json(status, obj)` -- use `res.status(status).json(obj)` instead
1108   * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead
1109   * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead
1110   * deps: debug@1.0.4
1111   * deps: depd@0.4.2
1112     - Add `TRACE_DEPRECATION` environment variable
1113     - Remove non-standard grey color from color output
1114     - Support `--no-deprecation` argument
1115     - Support `--trace-deprecation` argument
1116   * deps: finalhandler@0.1.0
1117     - Respond after request fully read
1118     - deps: debug@1.0.4
1119   * deps: parseurl@~1.2.0
1120     - Cache URLs based on original value
1121     - Remove no-longer-needed URL mis-parse work-around
1122     - Simplify the "fast-path" `RegExp`
1123   * deps: send@0.7.0
1124     - Add `dotfiles` option
1125     - Cap `maxAge` value to 1 year
1126     - deps: debug@1.0.4
1127     - deps: depd@0.4.2
1128   * deps: serve-static@~1.4.0
1129     - deps: parseurl@~1.2.0
1130     - deps: send@0.7.0
1131   * perf: prevent multiple `Buffer` creation in `res.send`
1133 4.6.1 / 2014-07-12
1134 ==================
1136   * fix `subapp.mountpath` regression for `app.use(subapp)`
1138 4.6.0 / 2014-07-11
1139 ==================
1141   * accept multiple callbacks to `app.use()`
1142   * add explicit "Rosetta Flash JSONP abuse" protection
1143     - previous versions are not vulnerable; this is just explicit protection
1144   * catch errors in multiple `req.param(name, fn)` handlers
1145   * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1146   * fix `res.send(status, num)` to send `num` as json (not error)
1147   * remove unnecessary escaping when `res.jsonp` returns JSON response
1148   * support non-string `path` in `app.use(path, fn)`
1149     - supports array of paths
1150     - supports `RegExp`
1151   * router: fix optimization on router exit
1152   * router: refactor location of `try` blocks
1153   * router: speed up standard `app.use(fn)`
1154   * deps: debug@1.0.3
1155     - Add support for multiple wildcards in namespaces
1156   * deps: finalhandler@0.0.3
1157     - deps: debug@1.0.3
1158   * deps: methods@1.1.0
1159     - add `CONNECT`
1160   * deps: parseurl@~1.1.3
1161     - faster parsing of href-only URLs
1162   * deps: path-to-regexp@0.1.3
1163   * deps: send@0.6.0
1164     - deps: debug@1.0.3
1165   * deps: serve-static@~1.3.2
1166     - deps: parseurl@~1.1.3
1167     - deps: send@0.6.0
1168   * perf: fix arguments reassign deopt in some `res` methods
1170 4.5.1 / 2014-07-06
1171 ==================
1173  * fix routing regression when altering `req.method`
1175 4.5.0 / 2014-07-04
1176 ==================
1178  * add deprecation message to non-plural `req.accepts*`
1179  * add deprecation message to `res.send(body, status)`
1180  * add deprecation message to `res.vary()`
1181  * add `headers` option to `res.sendfile`
1182    - use to set headers on successful file transfer
1183  * add `mergeParams` option to `Router`
1184    - merges `req.params` from parent routes
1185  * add `req.hostname` -- correct name for what `req.host` returns
1186  * deprecate things with `depd` module
1187  * deprecate `req.host` -- use `req.hostname` instead
1188  * fix behavior when handling request without routes
1189  * fix handling when `route.all` is only route
1190  * invoke `router.param()` only when route matches
1191  * restore `req.params` after invoking router
1192  * use `finalhandler` for final response handling
1193  * use `media-typer` to alter content-type charset
1194  * deps: accepts@~1.0.7
1195  * deps: send@0.5.0
1196    - Accept string for `maxage` (converted by `ms`)
1197    - Include link in default redirect response
1198  * deps: serve-static@~1.3.0
1199    - Accept string for `maxAge` (converted by `ms`)
1200    - Add `setHeaders` option
1201    - Include HTML link in redirect response
1202    - deps: send@0.5.0
1203  * deps: type-is@~1.3.2
1205 4.4.5 / 2014-06-26
1206 ==================
1208  * deps: cookie-signature@1.0.4
1209    - fix for timing attacks
1211 4.4.4 / 2014-06-20
1212 ==================
1214  * fix `res.attachment` Unicode filenames in Safari
1215  * fix "trim prefix" debug message in `express:router`
1216  * deps: accepts@~1.0.5
1217  * deps: buffer-crc32@0.2.3
1219 4.4.3 / 2014-06-11
1220 ==================
1222  * fix persistence of modified `req.params[name]` from `app.param()`
1223  * deps: accepts@1.0.3
1224    - deps: negotiator@0.4.6
1225  * deps: debug@1.0.2
1226  * deps: send@0.4.3
1227    - Do not throw uncatchable error on file open race condition
1228    - Use `escape-html` for HTML escaping
1229    - deps: debug@1.0.2
1230    - deps: finished@1.2.2
1231    - deps: fresh@0.2.2
1232  * deps: serve-static@1.2.3
1233    - Do not throw uncatchable error on file open race condition
1234    - deps: send@0.4.3
1236 4.4.2 / 2014-06-09
1237 ==================
1239  * fix catching errors from top-level handlers
1240  * use `vary` module for `res.vary`
1241  * deps: debug@1.0.1
1242  * deps: proxy-addr@1.0.1
1243  * deps: send@0.4.2
1244    - fix "event emitter leak" warnings
1245    - deps: debug@1.0.1
1246    - deps: finished@1.2.1
1247  * deps: serve-static@1.2.2
1248    - fix "event emitter leak" warnings
1249    - deps: send@0.4.2
1250  * deps: type-is@1.2.1
1252 4.4.1 / 2014-06-02
1253 ==================
1255  * deps: methods@1.0.1
1256  * deps: send@0.4.1
1257    - Send `max-age` in `Cache-Control` in correct format
1258  * deps: serve-static@1.2.1
1259    - use `escape-html` for escaping
1260    - deps: send@0.4.1
1262 4.4.0 / 2014-05-30
1263 ==================
1265  * custom etag control with `app.set('etag', val)`
1266    - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
1267    - `app.set('etag', 'weak')` weak tag
1268    - `app.set('etag', 'strong')` strong etag
1269    - `app.set('etag', false)` turn off
1270    - `app.set('etag', true)` standard etag
1271  * mark `res.send` ETag as weak and reduce collisions
1272  * update accepts to 1.0.2
1273    - Fix interpretation when header not in request
1274  * update send to 0.4.0
1275    - Calculate ETag with md5 for reduced collisions
1276    - Ignore stream errors after request ends
1277    - deps: debug@0.8.1
1278  * update serve-static to 1.2.0
1279    - Calculate ETag with md5 for reduced collisions
1280    - Ignore stream errors after request ends
1281    - deps: send@0.4.0
1283 4.3.2 / 2014-05-28
1284 ==================
1286  * fix handling of errors from `router.param()` callbacks
1288 4.3.1 / 2014-05-23
1289 ==================
1291  * revert "fix behavior of multiple `app.VERB` for the same path"
1292    - this caused a regression in the order of route execution
1294 4.3.0 / 2014-05-21
1295 ==================
1297  * add `req.baseUrl` to access the path stripped from `req.url` in routes
1298  * fix behavior of multiple `app.VERB` for the same path
1299  * fix issue routing requests among sub routers
1300  * invoke `router.param()` only when necessary instead of every match
1301  * proper proxy trust with `app.set('trust proxy', trust)`
1302    - `app.set('trust proxy', 1)` trust first hop
1303    - `app.set('trust proxy', 'loopback')` trust loopback addresses
1304    - `app.set('trust proxy', '10.0.0.1')` trust single IP
1305    - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1306    - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1307    - `app.set('trust proxy', false)` turn off
1308    - `app.set('trust proxy', true)` trust everything
1309  * set proper `charset` in `Content-Type` for `res.send`
1310  * update type-is to 1.2.0
1311    - support suffix matching
1313 4.2.0 / 2014-05-11
1314 ==================
1316  * deprecate `app.del()` -- use `app.delete()` instead
1317  * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1318    - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1319  * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1320    - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1321  * fix `req.next` when inside router instance
1322  * include `ETag` header in `HEAD` requests
1323  * keep previous `Content-Type` for `res.jsonp`
1324  * support PURGE method
1325    - add `app.purge`
1326    - add `router.purge`
1327    - include PURGE in `app.all`
1328  * update debug to 0.8.0
1329    - add `enable()` method
1330    - change from stderr to stdout
1331  * update methods to 1.0.0
1332    - add PURGE
1334 4.1.2 / 2014-05-08
1335 ==================
1337  * fix `req.host` for IPv6 literals
1338  * fix `res.jsonp` error if callback param is object
1340 4.1.1 / 2014-04-27
1341 ==================
1343  * fix package.json to reflect supported node version
1345 4.1.0 / 2014-04-24
1346 ==================
1348  * pass options from `res.sendfile` to `send`
1349  * preserve casing of headers in `res.header` and `res.set`
1350  * support unicode file names in `res.attachment` and `res.download`
1351  * update accepts to 1.0.1
1352    - deps: negotiator@0.4.0
1353  * update cookie to 0.1.2
1354    - Fix for maxAge == 0
1355    - made compat with expires field
1356  * update send to 0.3.0
1357    - Accept API options in options object
1358    - Coerce option types
1359    - Control whether to generate etags
1360    - Default directory access to 403 when index disabled
1361    - Fix sending files with dots without root set
1362    - Include file path in etag
1363    - Make "Can't set headers after they are sent." catchable
1364    - Send full entity-body for multi range requests
1365    - Set etags to "weak"
1366    - Support "If-Range" header
1367    - Support multiple index paths
1368    - deps: mime@1.2.11
1369  * update serve-static to 1.1.0
1370    - Accept options directly to `send` module
1371    - Resolve relative paths at middleware setup
1372    - Use parseurl to parse the URL from request
1373    - deps: send@0.3.0
1374  * update type-is to 1.1.0
1375    - add non-array values support
1376    - add `multipart` as a shorthand
1378 4.0.0 / 2014-04-09
1379 ==================
1381  * remove:
1382    - node 0.8 support
1383    - connect and connect's patches except for charset handling
1384    - express(1) - moved to [express-generator](https://github.com/expressjs/generator)
1385    - `express.createServer()` - it has been deprecated for a long time. Use `express()`
1386    - `app.configure` - use logic in your own app code
1387    - `app.router` - is removed
1388    - `req.auth` - use `basic-auth` instead
1389    - `req.accepted*` - use `req.accepts*()` instead
1390    - `res.location` - relative URL resolution is removed
1391    - `res.charset` - include the charset in the content type when using `res.set()`
1392    - all bundled middleware except `static`
1393  * change:
1394    - `app.route` -> `app.mountpath` when mounting an express app in another express app
1395    - `json spaces` no longer enabled by default in development
1396    - `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
1397    - `req.params` is now an object instead of an array
1398    - `res.locals` is no longer a function. It is a plain js object. Treat it as such.
1399    - `res.headerSent` -> `res.headersSent` to match node.js ServerResponse object
1400  * refactor:
1401    - `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
1402    - `req.is` with [type-is](https://github.com/expressjs/type-is)
1403    - [path-to-regexp](https://github.com/component/path-to-regexp)
1404  * add:
1405    - `app.router()` - returns the app Router instance
1406    - `app.route()` - Proxy to the app's `Router#route()` method to create a new route
1407    - Router & Route - public API
1409 3.21.2 / 2015-07-31
1410 ===================
1412   * deps: connect@2.30.2
1413     - deps: body-parser@~1.13.3
1414     - deps: compression@~1.5.2
1415     - deps: errorhandler@~1.4.2
1416     - deps: method-override@~2.3.5
1417     - deps: serve-index@~1.7.2
1418     - deps: type-is@~1.6.6
1419     - deps: vhost@~3.0.1
1420   * deps: vary@~1.0.1
1421     - Fix setting empty header from empty `field`
1422     - perf: enable strict mode
1423     - perf: remove argument reassignments
1425 3.21.1 / 2015-07-05
1426 ===================
1428   * deps: basic-auth@~1.0.3
1429   * deps: connect@2.30.1
1430     - deps: body-parser@~1.13.2
1431     - deps: compression@~1.5.1
1432     - deps: errorhandler@~1.4.1
1433     - deps: morgan@~1.6.1
1434     - deps: pause@0.1.0
1435     - deps: qs@4.0.0
1436     - deps: serve-index@~1.7.1
1437     - deps: type-is@~1.6.4
1439 3.21.0 / 2015-06-18
1440 ===================
1442   * deps: basic-auth@1.0.2
1443     - perf: enable strict mode
1444     - perf: hoist regular expression
1445     - perf: parse with regular expressions
1446     - perf: remove argument reassignment
1447   * deps: connect@2.30.0
1448     - deps: body-parser@~1.13.1
1449     - deps: bytes@2.1.0
1450     - deps: compression@~1.5.0
1451     - deps: cookie@0.1.3
1452     - deps: cookie-parser@~1.3.5
1453     - deps: csurf@~1.8.3
1454     - deps: errorhandler@~1.4.0
1455     - deps: express-session@~1.11.3
1456     - deps: finalhandler@0.4.0
1457     - deps: fresh@0.3.0
1458     - deps: morgan@~1.6.0
1459     - deps: serve-favicon@~2.3.0
1460     - deps: serve-index@~1.7.0
1461     - deps: serve-static@~1.10.0
1462     - deps: type-is@~1.6.3
1463   * deps: cookie@0.1.3
1464     - perf: deduce the scope of try-catch deopt
1465     - perf: remove argument reassignments
1466   * deps: escape-html@1.0.2
1467   * deps: etag@~1.7.0
1468     - Always include entity length in ETags for hash length extensions
1469     - Generate non-Stats ETags using MD5 only (no longer CRC32)
1470     - Improve stat performance by removing hashing
1471     - Improve support for JXcore
1472     - Remove base64 padding in ETags to shorten
1473     - Support "fake" stats objects in environments without fs
1474     - Use MD5 instead of MD4 in weak ETags over 1KB
1475   * deps: fresh@0.3.0
1476     - Add weak `ETag` matching support
1477   * deps: mkdirp@0.5.1
1478     - Work in global strict mode
1479   * deps: send@0.13.0
1480     - Allow Node.js HTTP server to set `Date` response header
1481     - Fix incorrectly removing `Content-Location` on 304 response
1482     - Improve the default redirect response headers
1483     - Send appropriate headers on default error response
1484     - Use `http-errors` for standard emitted errors
1485     - Use `statuses` instead of `http` module for status messages
1486     - deps: escape-html@1.0.2
1487     - deps: etag@~1.7.0
1488     - deps: fresh@0.3.0
1489     - deps: on-finished@~2.3.0
1490     - perf: enable strict mode
1491     - perf: remove unnecessary array allocations
1493 3.20.3 / 2015-05-17
1494 ===================
1496   * deps: connect@2.29.2
1497     - deps: body-parser@~1.12.4
1498     - deps: compression@~1.4.4
1499     - deps: connect-timeout@~1.6.2
1500     - deps: debug@~2.2.0
1501     - deps: depd@~1.0.1
1502     - deps: errorhandler@~1.3.6
1503     - deps: finalhandler@0.3.6
1504     - deps: method-override@~2.3.3
1505     - deps: morgan@~1.5.3
1506     - deps: qs@2.4.2
1507     - deps: response-time@~2.3.1
1508     - deps: serve-favicon@~2.2.1
1509     - deps: serve-index@~1.6.4
1510     - deps: serve-static@~1.9.3
1511     - deps: type-is@~1.6.2
1512   * deps: debug@~2.2.0
1513     - deps: ms@0.7.1
1514   * deps: depd@~1.0.1
1515   * deps: proxy-addr@~1.0.8
1516     - deps: ipaddr.js@1.0.1
1517   * deps: send@0.12.3
1518     - deps: debug@~2.2.0
1519     - deps: depd@~1.0.1
1520     - deps: etag@~1.6.0
1521     - deps: ms@0.7.1
1522     - deps: on-finished@~2.2.1
1524 3.20.2 / 2015-03-16
1525 ===================
1527   * deps: connect@2.29.1
1528     - deps: body-parser@~1.12.2
1529     - deps: compression@~1.4.3
1530     - deps: connect-timeout@~1.6.1
1531     - deps: debug@~2.1.3
1532     - deps: errorhandler@~1.3.5
1533     - deps: express-session@~1.10.4
1534     - deps: finalhandler@0.3.4
1535     - deps: method-override@~2.3.2
1536     - deps: morgan@~1.5.2
1537     - deps: qs@2.4.1
1538     - deps: serve-index@~1.6.3
1539     - deps: serve-static@~1.9.2
1540     - deps: type-is@~1.6.1
1541   * deps: debug@~2.1.3
1542     - Fix high intensity foreground color for bold
1543     - deps: ms@0.7.0
1544   * deps: merge-descriptors@1.0.0
1545   * deps: proxy-addr@~1.0.7
1546     - deps: ipaddr.js@0.1.9
1547   * deps: send@0.12.2
1548     - Throw errors early for invalid `extensions` or `index` options
1549     - deps: debug@~2.1.3
1551 3.20.1 / 2015-02-28
1552 ===================
1554   * Fix `req.host` when using "trust proxy" hops count
1555   * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
1557 3.20.0 / 2015-02-18
1558 ===================
1560   * Fix `"trust proxy"` setting to inherit when app is mounted
1561   * Generate `ETag`s for all request responses
1562     - No longer restricted to only responses for `GET` and `HEAD` requests
1563   * Use `content-type` to parse `Content-Type` headers
1564   * deps: connect@2.29.0
1565     - Use `content-type` to parse `Content-Type` headers
1566     - deps: body-parser@~1.12.0
1567     - deps: compression@~1.4.1
1568     - deps: connect-timeout@~1.6.0
1569     - deps: cookie-parser@~1.3.4
1570     - deps: cookie-signature@1.0.6
1571     - deps: csurf@~1.7.0
1572     - deps: errorhandler@~1.3.4
1573     - deps: express-session@~1.10.3
1574     - deps: http-errors@~1.3.1
1575     - deps: response-time@~2.3.0
1576     - deps: serve-index@~1.6.2
1577     - deps: serve-static@~1.9.1
1578     - deps: type-is@~1.6.0
1579   * deps: cookie-signature@1.0.6
1580   * deps: send@0.12.1
1581     - Always read the stat size from the file
1582     - Fix mutating passed-in `options`
1583     - deps: mime@1.3.4
1585 3.19.2 / 2015-02-01
1586 ===================
1588   * deps: connect@2.28.3
1589     - deps: compression@~1.3.1
1590     - deps: csurf@~1.6.6
1591     - deps: errorhandler@~1.3.3
1592     - deps: express-session@~1.10.2
1593     - deps: serve-index@~1.6.1
1594     - deps: type-is@~1.5.6
1595   * deps: proxy-addr@~1.0.6
1596     - deps: ipaddr.js@0.1.8
1598 3.19.1 / 2015-01-20
1599 ===================
1601   * deps: connect@2.28.2
1602     - deps: body-parser@~1.10.2
1603     - deps: serve-static@~1.8.1
1604   * deps: send@0.11.1
1605     - Fix root path disclosure
1607 3.19.0 / 2015-01-09
1608 ===================
1610   * Fix `OPTIONS` responses to include the `HEAD` method property
1611   * Use `readline` for prompt in `express(1)`
1612   * deps: commander@2.6.0
1613   * deps: connect@2.28.1
1614     - deps: body-parser@~1.10.1
1615     - deps: compression@~1.3.0
1616     - deps: connect-timeout@~1.5.0
1617     - deps: csurf@~1.6.4
1618     - deps: debug@~2.1.1
1619     - deps: errorhandler@~1.3.2
1620     - deps: express-session@~1.10.1
1621     - deps: finalhandler@0.3.3
1622     - deps: method-override@~2.3.1
1623     - deps: morgan@~1.5.1
1624     - deps: serve-favicon@~2.2.0
1625     - deps: serve-index@~1.6.0
1626     - deps: serve-static@~1.8.0
1627     - deps: type-is@~1.5.5
1628   * deps: debug@~2.1.1
1629   * deps: methods@~1.1.1
1630   * deps: proxy-addr@~1.0.5
1631     - deps: ipaddr.js@0.1.6
1632   * deps: send@0.11.0
1633     - deps: debug@~2.1.1
1634     - deps: etag@~1.5.1
1635     - deps: ms@0.7.0
1636     - deps: on-finished@~2.2.0
1638 3.18.6 / 2014-12-12
1639 ===================
1641   * Fix exception in `req.fresh`/`req.stale` without response headers
1643 3.18.5 / 2014-12-11
1644 ===================
1646   * deps: connect@2.27.6
1647     - deps: compression@~1.2.2
1648     - deps: express-session@~1.9.3
1649     - deps: http-errors@~1.2.8
1650     - deps: serve-index@~1.5.3
1651     - deps: type-is@~1.5.4
1653 3.18.4 / 2014-11-23
1654 ===================
1656   * deps: connect@2.27.4
1657     - deps: body-parser@~1.9.3
1658     - deps: compression@~1.2.1
1659     - deps: errorhandler@~1.2.3
1660     - deps: express-session@~1.9.2
1661     - deps: qs@2.3.3
1662     - deps: serve-favicon@~2.1.7
1663     - deps: serve-static@~1.5.1
1664     - deps: type-is@~1.5.3
1665   * deps: etag@~1.5.1
1666   * deps: proxy-addr@~1.0.4
1667     - deps: ipaddr.js@0.1.5
1669 3.18.3 / 2014-11-09
1670 ===================
1672   * deps: connect@2.27.3
1673     - Correctly invoke async callback asynchronously
1674     - deps: csurf@~1.6.3
1676 3.18.2 / 2014-10-28
1677 ===================
1679   * deps: connect@2.27.2
1680     - Fix handling of URLs containing `://` in the path
1681     - deps: body-parser@~1.9.2
1682     - deps: qs@2.3.2
1684 3.18.1 / 2014-10-22
1685 ===================
1687   * Fix internal `utils.merge` deprecation warnings
1688   * deps: connect@2.27.1
1689     - deps: body-parser@~1.9.1
1690     - deps: express-session@~1.9.1
1691     - deps: finalhandler@0.3.2
1692     - deps: morgan@~1.4.1
1693     - deps: qs@2.3.0
1694     - deps: serve-static@~1.7.1
1695   * deps: send@0.10.1
1696     - deps: on-finished@~2.1.1
1698 3.18.0 / 2014-10-17
1699 ===================
1701   * Use `content-disposition` module for `res.attachment`/`res.download`
1702     - Sends standards-compliant `Content-Disposition` header
1703     - Full Unicode support
1704   * Use `etag` module to generate `ETag` headers
1705   * deps: connect@2.27.0
1706     - Use `http-errors` module for creating errors
1707     - Use `utils-merge` module for merging objects
1708     - deps: body-parser@~1.9.0
1709     - deps: compression@~1.2.0
1710     - deps: connect-timeout@~1.4.0
1711     - deps: debug@~2.1.0
1712     - deps: depd@~1.0.0
1713     - deps: express-session@~1.9.0
1714     - deps: finalhandler@0.3.1
1715     - deps: method-override@~2.3.0
1716     - deps: morgan@~1.4.0
1717     - deps: response-time@~2.2.0
1718     - deps: serve-favicon@~2.1.6
1719     - deps: serve-index@~1.5.0
1720     - deps: serve-static@~1.7.0
1721   * deps: debug@~2.1.0
1722     - Implement `DEBUG_FD` env variable support
1723   * deps: depd@~1.0.0
1724   * deps: send@0.10.0
1725     - deps: debug@~2.1.0
1726     - deps: depd@~1.0.0
1727     - deps: etag@~1.5.0
1729 3.17.8 / 2014-10-15
1730 ===================
1732   * deps: connect@2.26.6
1733     - deps: compression@~1.1.2
1734     - deps: csurf@~1.6.2
1735     - deps: errorhandler@~1.2.2
1737 3.17.7 / 2014-10-08
1738 ===================
1740   * deps: connect@2.26.5
1741     - Fix accepting non-object arguments to `logger`
1742     - deps: serve-static@~1.6.4
1744 3.17.6 / 2014-10-02
1745 ===================
1747   * deps: connect@2.26.4
1748     - deps: morgan@~1.3.2
1749     - deps: type-is@~1.5.2
1751 3.17.5 / 2014-09-24
1752 ===================
1754   * deps: connect@2.26.3
1755     - deps: body-parser@~1.8.4
1756     - deps: serve-favicon@~2.1.5
1757     - deps: serve-static@~1.6.3
1758   * deps: proxy-addr@~1.0.3
1759     - Use `forwarded` npm module
1760   * deps: send@0.9.3
1761     - deps: etag@~1.4.0
1763 3.17.4 / 2014-09-19
1764 ===================
1766   * deps: connect@2.26.2
1767     - deps: body-parser@~1.8.3
1768     - deps: qs@2.2.4
1770 3.17.3 / 2014-09-18
1771 ===================
1773   * deps: proxy-addr@~1.0.2
1774     - Fix a global leak when multiple subnets are trusted
1775     - deps: ipaddr.js@0.1.3
1777 3.17.2 / 2014-09-15
1778 ===================
1780   * Use `crc` instead of `buffer-crc32` for speed
1781   * deps: connect@2.26.1
1782     - deps: body-parser@~1.8.2
1783     - deps: depd@0.4.5
1784     - deps: express-session@~1.8.2
1785     - deps: morgan@~1.3.1
1786     - deps: serve-favicon@~2.1.3
1787     - deps: serve-static@~1.6.2
1788   * deps: depd@0.4.5
1789   * deps: send@0.9.2
1790     - deps: depd@0.4.5
1791     - deps: etag@~1.3.1
1792     - deps: range-parser@~1.0.2
1794 3.17.1 / 2014-09-08
1795 ===================
1797   * Fix error in `req.subdomains` on empty host
1799 3.17.0 / 2014-09-08
1800 ===================
1802   * Support `X-Forwarded-Host` in `req.subdomains`
1803   * Support IP address host in `req.subdomains`
1804   * deps: connect@2.26.0
1805     - deps: body-parser@~1.8.1
1806     - deps: compression@~1.1.0
1807     - deps: connect-timeout@~1.3.0
1808     - deps: cookie-parser@~1.3.3
1809     - deps: cookie-signature@1.0.5
1810     - deps: csurf@~1.6.1
1811     - deps: debug@~2.0.0
1812     - deps: errorhandler@~1.2.0
1813     - deps: express-session@~1.8.1
1814     - deps: finalhandler@0.2.0
1815     - deps: fresh@0.2.4
1816     - deps: media-typer@0.3.0
1817     - deps: method-override@~2.2.0
1818     - deps: morgan@~1.3.0
1819     - deps: qs@2.2.3
1820     - deps: serve-favicon@~2.1.3
1821     - deps: serve-index@~1.2.1
1822     - deps: serve-static@~1.6.1
1823     - deps: type-is@~1.5.1
1824     - deps: vhost@~3.0.0
1825   * deps: cookie-signature@1.0.5
1826   * deps: debug@~2.0.0
1827   * deps: fresh@0.2.4
1828   * deps: media-typer@0.3.0
1829     - Throw error when parameter format invalid on parse
1830   * deps: range-parser@~1.0.2
1831   * deps: send@0.9.1
1832     - Add `lastModified` option
1833     - Use `etag` to generate `ETag` header
1834     - deps: debug@~2.0.0
1835     - deps: fresh@0.2.4
1836   * deps: vary@~1.0.0
1837     - Accept valid `Vary` header string as `field`
1839 3.16.10 / 2014-09-04
1840 ====================
1842   * deps: connect@2.25.10
1843     - deps: serve-static@~1.5.4
1844   * deps: send@0.8.5
1845     - Fix a path traversal issue when using `root`
1846     - Fix malicious path detection for empty string path
1848 3.16.9 / 2014-08-29
1849 ===================
1851   * deps: connect@2.25.9
1852     - deps: body-parser@~1.6.7
1853     - deps: qs@2.2.2
1855 3.16.8 / 2014-08-27
1856 ===================
1858   * deps: connect@2.25.8
1859     - deps: body-parser@~1.6.6
1860     - deps: csurf@~1.4.1
1861     - deps: qs@2.2.0
1863 3.16.7 / 2014-08-18
1864 ===================
1866   * deps: connect@2.25.7
1867     - deps: body-parser@~1.6.5
1868     - deps: express-session@~1.7.6
1869     - deps: morgan@~1.2.3
1870     - deps: serve-static@~1.5.3
1871   * deps: send@0.8.3
1872     - deps: destroy@1.0.3
1873     - deps: on-finished@2.1.0
1875 3.16.6 / 2014-08-14
1876 ===================
1878   * deps: connect@2.25.6
1879     - deps: body-parser@~1.6.4
1880     - deps: qs@1.2.2
1881     - deps: serve-static@~1.5.2
1882   * deps: send@0.8.2
1883     - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1885 3.16.5 / 2014-08-11
1886 ===================
1888   * deps: connect@2.25.5
1889     - Fix backwards compatibility in `logger`
1891 3.16.4 / 2014-08-10
1892 ===================
1894   * Fix original URL parsing in `res.location`
1895   * deps: connect@2.25.4
1896     - Fix `query` middleware breaking with argument
1897     - deps: body-parser@~1.6.3
1898     - deps: compression@~1.0.11
1899     - deps: connect-timeout@~1.2.2
1900     - deps: express-session@~1.7.5
1901     - deps: method-override@~2.1.3
1902     - deps: on-headers@~1.0.0
1903     - deps: parseurl@~1.3.0
1904     - deps: qs@1.2.1
1905     - deps: response-time@~2.0.1
1906     - deps: serve-index@~1.1.6
1907     - deps: serve-static@~1.5.1
1908   * deps: parseurl@~1.3.0
1910 3.16.3 / 2014-08-07
1911 ===================
1913   * deps: connect@2.25.3
1914     - deps: multiparty@3.3.2
1916 3.16.2 / 2014-08-07
1917 ===================
1919   * deps: connect@2.25.2
1920     - deps: body-parser@~1.6.2
1921     - deps: qs@1.2.0
1923 3.16.1 / 2014-08-06
1924 ===================
1926   * deps: connect@2.25.1
1927     - deps: body-parser@~1.6.1
1928     - deps: qs@1.1.0
1930 3.16.0 / 2014-08-05
1931 ===================
1933   * deps: connect@2.25.0
1934     - deps: body-parser@~1.6.0
1935     - deps: compression@~1.0.10
1936     - deps: csurf@~1.4.0
1937     - deps: express-session@~1.7.4
1938     - deps: qs@1.0.2
1939     - deps: serve-static@~1.5.0
1940   * deps: send@0.8.1
1941     - Add `extensions` option
1943 3.15.3 / 2014-08-04
1944 ===================
1946   * fix `res.sendfile` regression for serving directory index files
1947   * deps: connect@2.24.3
1948     - deps: serve-index@~1.1.5
1949     - deps: serve-static@~1.4.4
1950   * deps: send@0.7.4
1951     - Fix incorrect 403 on Windows and Node.js 0.11
1952     - Fix serving index files without root dir
1954 3.15.2 / 2014-07-27
1955 ===================
1957   * deps: connect@2.24.2
1958     - deps: body-parser@~1.5.2
1959     - deps: depd@0.4.4
1960     - deps: express-session@~1.7.2
1961     - deps: morgan@~1.2.2
1962     - deps: serve-static@~1.4.2
1963   * deps: depd@0.4.4
1964     - Work-around v8 generating empty stack traces
1965   * deps: send@0.7.2
1966     - deps: depd@0.4.4
1968 3.15.1 / 2014-07-26
1969 ===================
1971   * deps: connect@2.24.1
1972     - deps: body-parser@~1.5.1
1973     - deps: depd@0.4.3
1974     - deps: express-session@~1.7.1
1975     - deps: morgan@~1.2.1
1976     - deps: serve-index@~1.1.4
1977     - deps: serve-static@~1.4.1
1978   * deps: depd@0.4.3
1979     - Fix exception when global `Error.stackTraceLimit` is too low
1980   * deps: send@0.7.1
1981     - deps: depd@0.4.3
1983 3.15.0 / 2014-07-22
1984 ===================
1986   * Fix `req.protocol` for proxy-direct connections
1987   * Pass options from `res.sendfile` to `send`
1988   * deps: connect@2.24.0
1989     - deps: body-parser@~1.5.0
1990     - deps: compression@~1.0.9
1991     - deps: connect-timeout@~1.2.1
1992     - deps: debug@1.0.4
1993     - deps: depd@0.4.2
1994     - deps: express-session@~1.7.0
1995     - deps: finalhandler@0.1.0
1996     - deps: method-override@~2.1.2
1997     - deps: morgan@~1.2.0
1998     - deps: multiparty@3.3.1
1999     - deps: parseurl@~1.2.0
2000     - deps: serve-static@~1.4.0
2001   * deps: debug@1.0.4
2002   * deps: depd@0.4.2
2003     - Add `TRACE_DEPRECATION` environment variable
2004     - Remove non-standard grey color from color output
2005     - Support `--no-deprecation` argument
2006     - Support `--trace-deprecation` argument
2007   * deps: parseurl@~1.2.0
2008     - Cache URLs based on original value
2009     - Remove no-longer-needed URL mis-parse work-around
2010     - Simplify the "fast-path" `RegExp`
2011   * deps: send@0.7.0
2012     - Add `dotfiles` option
2013     - Cap `maxAge` value to 1 year
2014     - deps: debug@1.0.4
2015     - deps: depd@0.4.2
2017 3.14.0 / 2014-07-11
2018 ===================
2020  * add explicit "Rosetta Flash JSONP abuse" protection
2021    - previous versions are not vulnerable; this is just explicit protection
2022  * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
2023  * fix `res.send(status, num)` to send `num` as json (not error)
2024  * remove unnecessary escaping when `res.jsonp` returns JSON response
2025  * deps: basic-auth@1.0.0
2026    - support empty password
2027    - support empty username
2028  * deps: connect@2.23.0
2029    - deps: debug@1.0.3
2030    - deps: express-session@~1.6.4
2031    - deps: method-override@~2.1.0
2032    - deps: parseurl@~1.1.3
2033    - deps: serve-static@~1.3.1
2034   * deps: debug@1.0.3
2035     - Add support for multiple wildcards in namespaces
2036   * deps: methods@1.1.0
2037     - add `CONNECT`
2038   * deps: parseurl@~1.1.3
2039     - faster parsing of href-only URLs
2041 3.13.0 / 2014-07-03
2042 ===================
2044  * add deprecation message to `app.configure`
2045  * add deprecation message to `req.auth`
2046  * use `basic-auth` to parse `Authorization` header
2047  * deps: connect@2.22.0
2048    - deps: csurf@~1.3.0
2049    - deps: express-session@~1.6.1
2050    - deps: multiparty@3.3.0
2051    - deps: serve-static@~1.3.0
2052  * deps: send@0.5.0
2053    - Accept string for `maxage` (converted by `ms`)
2054    - Include link in default redirect response
2056 3.12.1 / 2014-06-26
2057 ===================
2059  * deps: connect@2.21.1
2060    - deps: cookie-parser@1.3.2
2061    - deps: cookie-signature@1.0.4
2062    - deps: express-session@~1.5.2
2063    - deps: type-is@~1.3.2
2064  * deps: cookie-signature@1.0.4
2065    - fix for timing attacks
2067 3.12.0 / 2014-06-21
2068 ===================
2070  * use `media-typer` to alter content-type charset
2071  * deps: connect@2.21.0
2072    - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
2073    - deprecate `connect.createServer()` -- use `connect()` instead
2074    - fix `res.setHeader()` patch to work with with get -> append -> set pattern
2075    - deps: compression@~1.0.8
2076    - deps: errorhandler@~1.1.1
2077    - deps: express-session@~1.5.0
2078    - deps: serve-index@~1.1.3
2080 3.11.0 / 2014-06-19
2081 ===================
2083  * deprecate things with `depd` module
2084  * deps: buffer-crc32@0.2.3
2085  * deps: connect@2.20.2
2086    - deprecate `verify` option to `json` -- use `body-parser` npm module instead
2087    - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
2088    - deprecate things with `depd` module
2089    - use `finalhandler` for final response handling
2090    - use `media-typer` to parse `content-type` for charset
2091    - deps: body-parser@1.4.3
2092    - deps: connect-timeout@1.1.1
2093    - deps: cookie-parser@1.3.1
2094    - deps: csurf@1.2.2
2095    - deps: errorhandler@1.1.0
2096    - deps: express-session@1.4.0
2097    - deps: multiparty@3.2.9
2098    - deps: serve-index@1.1.2
2099    - deps: type-is@1.3.1
2100    - deps: vhost@2.0.0
2102 3.10.5 / 2014-06-11
2103 ===================
2105  * deps: connect@2.19.6
2106    - deps: body-parser@1.3.1
2107    - deps: compression@1.0.7
2108    - deps: debug@1.0.2
2109    - deps: serve-index@1.1.1
2110    - deps: serve-static@1.2.3
2111  * deps: debug@1.0.2
2112  * deps: send@0.4.3
2113    - Do not throw uncatchable error on file open race condition
2114    - Use `escape-html` for HTML escaping
2115    - deps: debug@1.0.2
2116    - deps: finished@1.2.2
2117    - deps: fresh@0.2.2
2119 3.10.4 / 2014-06-09
2120 ===================
2122  * deps: connect@2.19.5
2123    - fix "event emitter leak" warnings
2124    - deps: csurf@1.2.1
2125    - deps: debug@1.0.1
2126    - deps: serve-static@1.2.2
2127    - deps: type-is@1.2.1
2128  * deps: debug@1.0.1
2129  * deps: send@0.4.2
2130    - fix "event emitter leak" warnings
2131    - deps: finished@1.2.1
2132    - deps: debug@1.0.1
2134 3.10.3 / 2014-06-05
2135 ===================
2137  * use `vary` module for `res.vary`
2138  * deps: connect@2.19.4
2139    - deps: errorhandler@1.0.2
2140    - deps: method-override@2.0.2
2141    - deps: serve-favicon@2.0.1
2142  * deps: debug@1.0.0
2144 3.10.2 / 2014-06-03
2145 ===================
2147  * deps: connect@2.19.3
2148    - deps: compression@1.0.6
2150 3.10.1 / 2014-06-03
2151 ===================
2153  * deps: connect@2.19.2
2154    - deps: compression@1.0.4
2155  * deps: proxy-addr@1.0.1
2157 3.10.0 / 2014-06-02
2158 ===================
2160  * deps: connect@2.19.1
2161    - deprecate `methodOverride()` -- use `method-override` npm module instead
2162    - deps: body-parser@1.3.0
2163    - deps: method-override@2.0.1
2164    - deps: multiparty@3.2.8
2165    - deps: response-time@2.0.0
2166    - deps: serve-static@1.2.1
2167  * deps: methods@1.0.1
2168  * deps: send@0.4.1
2169    - Send `max-age` in `Cache-Control` in correct format
2171 3.9.0 / 2014-05-30
2172 ==================
2174  * custom etag control with `app.set('etag', val)`
2175    - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
2176    - `app.set('etag', 'weak')` weak tag
2177    - `app.set('etag', 'strong')` strong etag
2178    - `app.set('etag', false)` turn off
2179    - `app.set('etag', true)` standard etag
2180  * Include ETag in HEAD requests
2181  * mark `res.send` ETag as weak and reduce collisions
2182  * update connect to 2.18.0
2183    - deps: compression@1.0.3
2184    - deps: serve-index@1.1.0
2185    - deps: serve-static@1.2.0
2186  * update send to 0.4.0
2187    - Calculate ETag with md5 for reduced collisions
2188    - Ignore stream errors after request ends
2189    - deps: debug@0.8.1
2191 3.8.1 / 2014-05-27
2192 ==================
2194  * update connect to 2.17.3
2195    - deps: body-parser@1.2.2
2196    - deps: express-session@1.2.1
2197    - deps: method-override@1.0.2
2199 3.8.0 / 2014-05-21
2200 ==================
2202  * keep previous `Content-Type` for `res.jsonp`
2203  * set proper `charset` in `Content-Type` for `res.send`
2204  * update connect to 2.17.1
2205    - fix `res.charset` appending charset when `content-type` has one
2206    - deps: express-session@1.2.0
2207    - deps: morgan@1.1.1
2208    - deps: serve-index@1.0.3
2210 3.7.0 / 2014-05-18
2211 ==================
2213  * proper proxy trust with `app.set('trust proxy', trust)`
2214    - `app.set('trust proxy', 1)` trust first hop
2215    - `app.set('trust proxy', 'loopback')` trust loopback addresses
2216    - `app.set('trust proxy', '10.0.0.1')` trust single IP
2217    - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
2218    - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
2219    - `app.set('trust proxy', false)` turn off
2220    - `app.set('trust proxy', true)` trust everything
2221  * update connect to 2.16.2
2222    - deprecate `res.headerSent` -- use `res.headersSent`
2223    - deprecate `res.on("header")` -- use on-headers module instead
2224    - fix edge-case in `res.appendHeader` that would append in wrong order
2225    - json: use body-parser
2226    - urlencoded: use body-parser
2227    - dep: bytes@1.0.0
2228    - dep: cookie-parser@1.1.0
2229    - dep: csurf@1.2.0
2230    - dep: express-session@1.1.0
2231    - dep: method-override@1.0.1
2233 3.6.0 / 2014-05-09
2234 ==================
2236  * deprecate `app.del()` -- use `app.delete()` instead
2237  * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
2238    - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
2239  * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
2240    - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
2241  * support PURGE method
2242    - add `app.purge`
2243    - add `router.purge`
2244    - include PURGE in `app.all`
2245  * update connect to 2.15.0
2246    * Add `res.appendHeader`
2247    * Call error stack even when response has been sent
2248    * Patch `res.headerSent` to return Boolean
2249    * Patch `res.headersSent` for node.js 0.8
2250    * Prevent default 404 handler after response sent
2251    * dep: compression@1.0.2
2252    * dep: connect-timeout@1.1.0
2253    * dep: debug@^0.8.0
2254    * dep: errorhandler@1.0.1
2255    * dep: express-session@1.0.4
2256    * dep: morgan@1.0.1
2257    * dep: serve-favicon@2.0.0
2258    * dep: serve-index@1.0.2
2259  * update debug to 0.8.0
2260    * add `enable()` method
2261    * change from stderr to stdout
2262  * update methods to 1.0.0
2263    - add PURGE
2264  * update mkdirp to 0.5.0
2266 3.5.3 / 2014-05-08
2267 ==================
2269  * fix `req.host` for IPv6 literals
2270  * fix `res.jsonp` error if callback param is object
2272 3.5.2 / 2014-04-24
2273 ==================
2275  * update connect to 2.14.5
2276  * update cookie to 0.1.2
2277  * update mkdirp to 0.4.0
2278  * update send to 0.3.0
2280 3.5.1 / 2014-03-25
2281 ==================
2283  * pin less-middleware in generated app
2285 3.5.0 / 2014-03-06
2286 ==================
2288  * bump deps
2290 3.4.8 / 2014-01-13
2291 ==================
2293  * prevent incorrect automatic OPTIONS responses #1868 @dpatti
2294  * update binary and examples for jade 1.0 #1876 @yossi, #1877 @reqshark, #1892 @matheusazzi
2295  * throw 400 in case of malformed paths @rlidwka
2297 3.4.7 / 2013-12-10
2298 ==================
2300  * update connect
2302 3.4.6 / 2013-12-01
2303 ==================
2305  * update connect (raw-body)
2307 3.4.5 / 2013-11-27
2308 ==================
2310  * update connect
2311  * res.location: remove leading ./ #1802 @kapouer
2312  * res.redirect: fix `res.redirect('toString') #1829 @michaelficarra
2313  * res.send: always send ETag when content-length > 0
2314  * router: add Router.all() method
2316 3.4.4 / 2013-10-29
2317 ==================
2319  * update connect
2320  * update supertest
2321  * update methods
2322  * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04
2324 3.4.3 / 2013-10-23
2325 ==================
2327  * update connect
2329 3.4.2 / 2013-10-18
2330 ==================
2332  * update connect
2333  * downgrade commander
2335 3.4.1 / 2013-10-15
2336 ==================
2338  * update connect
2339  * update commander
2340  * jsonp: check if callback is a function
2341  * router: wrap encodeURIComponent in a try/catch #1735 (@lxe)
2342  * res.format: now includes charset @1747 (@sorribas)
2343  * res.links: allow multiple calls @1746 (@sorribas)
2345 3.4.0 / 2013-09-07
2346 ==================
2348  * add res.vary(). Closes #1682
2349  * update connect
2351 3.3.8 / 2013-09-02
2352 ==================
2354  * update connect
2356 3.3.7 / 2013-08-28
2357 ==================
2359  * update connect
2361 3.3.6 / 2013-08-27
2362 ==================
2364  * Revert "remove charset from json responses. Closes #1631" (causes issues in some clients)
2365  * add: req.accepts take an argument list
2367 3.3.4 / 2013-07-08
2368 ==================
2370  * update send and connect
2372 3.3.3 / 2013-07-04
2373 ==================
2375  * update connect
2377 3.3.2 / 2013-07-03
2378 ==================
2380  * update connect
2381  * update send
2382  * remove .version export
2384 3.3.1 / 2013-06-27
2385 ==================
2387  * update connect
2389 3.3.0 / 2013-06-26
2390 ==================
2392  * update connect
2393  * add support for multiple X-Forwarded-Proto values. Closes #1646
2394  * change: remove charset from json responses. Closes #1631
2395  * change: return actual booleans from req.accept* functions
2396  * fix jsonp callback array throw
2398 3.2.6 / 2013-06-02
2399 ==================
2401  * update connect
2403 3.2.5 / 2013-05-21
2404 ==================
2406  * update connect
2407  * update node-cookie
2408  * add: throw a meaningful error when there is no default engine
2409  * change generation of ETags with res.send() to GET requests only. Closes #1619
2411 3.2.4 / 2013-05-09
2412 ==================
2414   * fix `req.subdomains` when no Host is present
2415   * fix `req.host` when no Host is present, return undefined
2417 3.2.3 / 2013-05-07
2418 ==================
2420   * update connect / qs
2422 3.2.2 / 2013-05-03
2423 ==================
2425   * update qs
2427 3.2.1 / 2013-04-29
2428 ==================
2430   * add app.VERB() paths array deprecation warning
2431   * update connect
2432   * update qs and remove all ~ semver crap
2433   * fix: accept number as value of Signed Cookie
2435 3.2.0 / 2013-04-15
2436 ==================
2438   * add "view" constructor setting to override view behaviour
2439   * add req.acceptsEncoding(name)
2440   * add req.acceptedEncodings
2441   * revert cookie signature change causing session race conditions
2442   * fix sorting of Accept values of the same quality
2444 3.1.2 / 2013-04-12
2445 ==================
2447   * add support for custom Accept parameters
2448   * update cookie-signature
2450 3.1.1 / 2013-04-01
2451 ==================
2453   * add X-Forwarded-Host support to `req.host`
2454   * fix relative redirects
2455   * update mkdirp
2456   * update buffer-crc32
2457   * remove legacy app.configure() method from app template.
2459 3.1.0 / 2013-01-25
2460 ==================
2462   * add support for leading "." in "view engine" setting
2463   * add array support to `res.set()`
2464   * add node 0.8.x to travis.yml
2465   * add "subdomain offset" setting for tweaking `req.subdomains`
2466   * add `res.location(url)` implementing `res.redirect()`-like setting of Location
2467   * use app.get() for x-powered-by setting for inheritance
2468   * fix colons in passwords for `req.auth`
2470 3.0.6 / 2013-01-04
2471 ==================
2473   * add http verb methods to Router
2474   * update connect
2475   * fix mangling of the `res.cookie()` options object
2476   * fix jsonp whitespace escape. Closes #1132
2478 3.0.5 / 2012-12-19
2479 ==================
2481   * add throwing when a non-function is passed to a route
2482   * fix: explicitly remove Transfer-Encoding header from 204 and 304 responses
2483   * revert "add 'etag' option"
2485 3.0.4 / 2012-12-05
2486 ==================
2488   * add 'etag' option to disable `res.send()` Etags
2489   * add escaping of urls in text/plain in `res.redirect()`
2490     for old browsers interpreting as html
2491   * change crc32 module for a more liberal license
2492   * update connect
2494 3.0.3 / 2012-11-13
2495 ==================
2497   * update connect
2498   * update cookie module
2499   * fix cookie max-age
2501 3.0.2 / 2012-11-08
2502 ==================
2504   * add OPTIONS to cors example. Closes #1398
2505   * fix route chaining regression. Closes #1397
2507 3.0.1 / 2012-11-01
2508 ==================
2510   * update connect
2512 3.0.0 / 2012-10-23
2513 ==================
2515   * add `make clean`
2516   * add "Basic" check to req.auth
2517   * add `req.auth` test coverage
2518   * add cb && cb(payload) to `res.jsonp()`. Closes #1374
2519   * add backwards compat for `res.redirect()` status. Closes #1336
2520   * add support for `res.json()` to retain previously defined Content-Types. Closes #1349
2521   * update connect
2522   * change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
2523   * remove non-primitive string support for `res.send()`
2524   * fix view-locals example. Closes #1370
2525   * fix route-separation example
2527 3.0.0rc5 / 2012-09-18
2528 ==================
2530   * update connect
2531   * add redis search example
2532   * add static-files example
2533   * add "x-powered-by" setting (`app.disable('x-powered-by')`)
2534   * add "application/octet-stream" redirect Accept test case. Closes #1317
2536 3.0.0rc4 / 2012-08-30
2537 ==================
2539   * add `res.jsonp()`. Closes #1307
2540   * add "verbose errors" option to error-pages example
2541   * add another route example to express(1) so people are not so confused
2542   * add redis online user activity tracking example
2543   * update connect dep
2544   * fix etag quoting. Closes #1310
2545   * fix error-pages 404 status
2546   * fix jsonp callback char restrictions
2547   * remove old OPTIONS default response
2549 3.0.0rc3 / 2012-08-13
2550 ==================
2552   * update connect dep
2553   * fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
2554   * fix `res.render()` clobbering of "locals"
2556 3.0.0rc2 / 2012-08-03
2557 ==================
2559   * add CORS example
2560   * update connect dep
2561   * deprecate `.createServer()` & remove old stale examples
2562   * fix: escape `res.redirect()` link
2563   * fix vhost example
2565 3.0.0rc1 / 2012-07-24
2566 ==================
2568   * add more examples to view-locals
2569   * add scheme-relative redirects (`res.redirect("//foo.com")`) support
2570   * update cookie dep
2571   * update connect dep
2572   * update send dep
2573   * fix `express(1)` -h flag, use -H for hogan. Closes #1245
2574   * fix `res.sendfile()` socket error handling regression
2576 3.0.0beta7 / 2012-07-16
2577 ==================
2579   * update connect dep for `send()` root normalization regression
2581 3.0.0beta6 / 2012-07-13
2582 ==================
2584   * add `err.view` property for view errors. Closes #1226
2585   * add "jsonp callback name" setting
2586   * add support for "/foo/:bar*" non-greedy matches
2587   * change `res.sendfile()` to use `send()` module
2588   * change `res.send` to use "response-send" module
2589   * remove `app.locals.use` and `res.locals.use`, use regular middleware
2591 3.0.0beta5 / 2012-07-03
2592 ==================
2594   * add "make check" support
2595   * add route-map example
2596   * add `res.json(obj, status)` support back for BC
2597   * add "methods" dep, remove internal methods module
2598   * update connect dep
2599   * update auth example to utilize cores pbkdf2
2600   * updated tests to use "supertest"
2602 3.0.0beta4 / 2012-06-25
2603 ==================
2605   * Added `req.auth`
2606   * Added `req.range(size)`
2607   * Added `res.links(obj)`
2608   * Added `res.send(body, status)` support back for backwards compat
2609   * Added `.default()` support to `res.format()`
2610   * Added 2xx / 304 check to `req.fresh`
2611   * Revert "Added + support to the router"
2612   * Fixed `res.send()` freshness check, respect res.statusCode
2614 3.0.0beta3 / 2012-06-15
2615 ==================
2617   * Added hogan `--hjs` to express(1) [nullfirm]
2618   * Added another example to content-negotiation
2619   * Added `fresh` dep
2620   * Changed: `res.send()` always checks freshness
2621   * Fixed: expose connects mime module. Closes #1165
2623 3.0.0beta2 / 2012-06-06
2624 ==================
2626   * Added `+` support to the router
2627   * Added `req.host`
2628   * Changed `req.param()` to check route first
2629   * Update connect dep
2631 3.0.0beta1 / 2012-06-01
2632 ==================
2634   * Added `res.format()` callback to override default 406 behaviour
2635   * Fixed `res.redirect()` 406. Closes #1154
2637 3.0.0alpha5 / 2012-05-30
2638 ==================
2640   * Added `req.ip`
2641   * Added `{ signed: true }` option to `res.cookie()`
2642   * Removed `res.signedCookie()`
2643   * Changed: dont reverse `req.ips`
2644   * Fixed "trust proxy" setting check for `req.ips`
2646 3.0.0alpha4 / 2012-05-09
2647 ==================
2649   * Added: allow `[]` in jsonp callback. Closes #1128
2650   * Added `PORT` env var support in generated template. Closes #1118 [benatkin]
2651   * Updated: connect 2.2.2
2653 3.0.0alpha3 / 2012-05-04
2654 ==================
2656   * Added public `app.routes`. Closes #887
2657   * Added _view-locals_ example
2658   * Added _mvc_ example
2659   * Added `res.locals.use()`. Closes #1120
2660   * Added conditional-GET support to `res.send()`
2661   * Added: coerce `res.set()` values to strings
2662   * Changed: moved `static()` in generated apps below router
2663   * Changed: `res.send()` only set ETag when not previously set
2664   * Changed connect 2.2.1 dep
2665   * Changed: `make test` now runs unit / acceptance tests
2666   * Fixed req/res proto inheritance
2668 3.0.0alpha2 / 2012-04-26
2669 ==================
2671   * Added `make benchmark` back
2672   * Added `res.send()` support for `String` objects
2673   * Added client-side data exposing example
2674   * Added `res.header()` and `req.header()` aliases for BC
2675   * Added `express.createServer()` for BC
2676   * Perf: memoize parsed urls
2677   * Perf: connect 2.2.0 dep
2678   * Changed: make `expressInit()` middleware self-aware
2679   * Fixed: use app.get() for all core settings
2680   * Fixed redis session example
2681   * Fixed session example. Closes #1105
2682   * Fixed generated express dep. Closes #1078
2684 3.0.0alpha1 / 2012-04-15
2685 ==================
2687   * Added `app.locals.use(callback)`
2688   * Added `app.locals` object
2689   * Added `app.locals(obj)`
2690   * Added `res.locals` object
2691   * Added `res.locals(obj)`
2692   * Added `res.format()` for content-negotiation
2693   * Added `app.engine()`
2694   * Added `res.cookie()` JSON cookie support
2695   * Added "trust proxy" setting
2696   * Added `req.subdomains`
2697   * Added `req.protocol`
2698   * Added `req.secure`
2699   * Added `req.path`
2700   * Added `req.ips`
2701   * Added `req.fresh`
2702   * Added `req.stale`
2703   * Added comma-delimited / array support for `req.accepts()`
2704   * Added debug instrumentation
2705   * Added `res.set(obj)`
2706   * Added `res.set(field, value)`
2707   * Added `res.get(field)`
2708   * Added `app.get(setting)`. Closes #842
2709   * Added `req.acceptsLanguage()`
2710   * Added `req.acceptsCharset()`
2711   * Added `req.accepted`
2712   * Added `req.acceptedLanguages`
2713   * Added `req.acceptedCharsets`
2714   * Added "json replacer" setting
2715   * Added "json spaces" setting
2716   * Added X-Forwarded-Proto support to `res.redirect()`. Closes #92
2717   * Added `--less` support to express(1)
2718   * Added `express.response` prototype
2719   * Added `express.request` prototype
2720   * Added `express.application` prototype
2721   * Added `app.path()`
2722   * Added `app.render()`
2723   * Added `res.type()` to replace `res.contentType()`
2724   * Changed: `res.redirect()` to add relative support
2725   * Changed: enable "jsonp callback" by default
2726   * Changed: renamed "case sensitive routes" to "case sensitive routing"
2727   * Rewrite of all tests with mocha
2728   * Removed "root" setting
2729   * Removed `res.redirect('home')` support
2730   * Removed `req.notify()`
2731   * Removed `app.register()`
2732   * Removed `app.redirect()`
2733   * Removed `app.is()`
2734   * Removed `app.helpers()`
2735   * Removed `app.dynamicHelpers()`
2736   * Fixed `res.sendfile()` with non-GET. Closes #723
2737   * Fixed express(1) public dir for windows. Closes #866
2739 2.5.9/ 2012-04-02
2740 ==================
2742   * Added support for PURGE request method [pbuyle]
2743   * Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
2745 2.5.8 / 2012-02-08
2746 ==================
2748   * Update mkdirp dep. Closes #991
2750 2.5.7 / 2012-02-06
2751 ==================
2753   * Fixed `app.all` duplicate DELETE requests [mscdex]
2755 2.5.6 / 2012-01-13
2756 ==================
2758   * Updated hamljs dev dep. Closes #953
2760 2.5.5 / 2012-01-08
2761 ==================
2763   * Fixed: set `filename` on cached templates [matthewleon]
2765 2.5.4 / 2012-01-02
2766 ==================
2768   * Fixed `express(1)` eol on 0.4.x. Closes #947
2770 2.5.3 / 2011-12-30
2771 ==================
2773   * Fixed `req.is()` when a charset is present
2775 2.5.2 / 2011-12-10
2776 ==================
2778   * Fixed: express(1) LF -> CRLF for windows
2780 2.5.1 / 2011-11-17
2781 ==================
2783   * Changed: updated connect to 1.8.x
2784   * Removed sass.js support from express(1)
2786 2.5.0 / 2011-10-24
2787 ==================
2789   * Added ./routes dir for generated app by default
2790   * Added npm install reminder to express(1) app gen
2791   * Added 0.5.x support
2792   * Removed `make test-cov` since it wont work with node 0.5.x
2793   * Fixed express(1) public dir for windows. Closes #866
2795 2.4.7 / 2011-10-05
2796 ==================
2798   * Added mkdirp to express(1). Closes #795
2799   * Added simple _json-config_ example
2800   * Added  shorthand for the parsed request's pathname via `req.path`
2801   * Changed connect dep to 1.7.x to fix npm issue...
2802   * Fixed `res.redirect()` __HEAD__ support. [reported by xerox]
2803   * Fixed `req.flash()`, only escape args
2804   * Fixed absolute path checking on windows. Closes #829 [reported by andrewpmckenzie]
2806 2.4.6 / 2011-08-22
2807 ==================
2809   * Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2811 2.4.5 / 2011-08-19
2812 ==================
2814   * Added support for routes to handle errors. Closes #809
2815   * Added `app.routes.all()`. Closes #803
2816   * Added "basepath" setting to work in conjunction with reverse proxies etc.
2817   * Refactored `Route` to use a single array of callbacks
2818   * Added support for multiple callbacks for `app.param()`. Closes #801
2819 Closes #805
2820   * Changed: removed .call(self) for route callbacks
2821   * Dependency: `qs >= 0.3.1`
2822   * Fixed `res.redirect()` on windows due to `join()` usage. Closes #808
2824 2.4.4 / 2011-08-05
2825 ==================
2827   * Fixed `res.header()` intention of a set, even when `undefined`
2828   * Fixed `*`, value no longer required
2829   * Fixed `res.send(204)` support. Closes #771
2831 2.4.3 / 2011-07-14
2832 ==================
2834   * Added docs for `status` option special-case. Closes #739
2835   * Fixed `options.filename`, exposing the view path to template engines
2837 2.4.2. / 2011-07-06
2838 ==================
2840   * Revert "removed jsonp stripping" for XSS
2842 2.4.1 / 2011-07-06
2843 ==================
2845   * Added `res.json()` JSONP support. Closes #737
2846   * Added _extending-templates_ example. Closes #730
2847   * Added "strict routing" setting for trailing slashes
2848   * Added support for multiple envs in `app.configure()` calls. Closes #735
2849   * Changed: `res.send()` using `res.json()`
2850   * Changed: when cookie `path === null` don't default it
2851   * Changed; default cookie path to "home" setting. Closes #731
2852   * Removed _pids/logs_ creation from express(1)
2854 2.4.0 / 2011-06-28
2855 ==================
2857   * Added chainable `res.status(code)`
2858   * Added `res.json()`, an explicit version of `res.send(obj)`
2859   * Added simple web-service example
2861 2.3.12 / 2011-06-22
2862 ==================
2864   * \#express is now on freenode! come join!
2865   * Added `req.get(field, param)`
2866   * Added links to Japanese documentation, thanks @hideyukisaito!
2867   * Added; the `express(1)` generated app outputs the env
2868   * Added `content-negotiation` example
2869   * Dependency: connect >= 1.5.1 < 2.0.0
2870   * Fixed view layout bug. Closes #720
2871   * Fixed; ignore body on 304. Closes #701
2873 2.3.11 / 2011-06-04
2874 ==================
2876   * Added `npm test`
2877   * Removed generation of dummy test file from `express(1)`
2878   * Fixed; `express(1)` adds express as a dep
2879   * Fixed; prune on `prepublish`
2881 2.3.10 / 2011-05-27
2882 ==================
2884   * Added `req.route`, exposing the current route
2885   * Added _package.json_ generation support to `express(1)`
2886   * Fixed call to `app.param()` function for optional params. Closes #682
2888 2.3.9 / 2011-05-25
2889 ==================
2891   * Fixed bug-ish with `../' in `res.partial()` calls
2893 2.3.8 / 2011-05-24
2894 ==================
2896   * Fixed `app.options()`
2898 2.3.7 / 2011-05-23
2899 ==================
2901   * Added route `Collection`, ex: `app.get('/user/:id').remove();`
2902   * Added support for `app.param(fn)` to define param logic
2903   * Removed `app.param()` support for callback with return value
2904   * Removed module.parent check from express(1) generated app. Closes #670
2905   * Refactored router. Closes #639
2907 2.3.6 / 2011-05-20
2908 ==================
2910   * Changed; using devDependencies instead of git submodules
2911   * Fixed redis session example
2912   * Fixed markdown example
2913   * Fixed view caching, should not be enabled in development
2915 2.3.5 / 2011-05-20
2916 ==================
2918   * Added export `.view` as alias for `.View`
2920 2.3.4 / 2011-05-08
2921 ==================
2923   * Added `./examples/say`
2924   * Fixed `res.sendfile()` bug preventing the transfer of files with spaces
2926 2.3.3 / 2011-05-03
2927 ==================
2929   * Added "case sensitive routes" option.
2930   * Changed; split methods supported per rfc [slaskis]
2931   * Fixed route-specific middleware when using the same callback function several times
2933 2.3.2 / 2011-04-27
2934 ==================
2936   * Fixed view hints
2938 2.3.1 / 2011-04-26
2939 ==================
2941   * Added `app.match()` as `app.match.all()`
2942   * Added `app.lookup()` as `app.lookup.all()`
2943   * Added `app.remove()` for `app.remove.all()`
2944   * Added `app.remove.VERB()`
2945   * Fixed template caching collision issue. Closes #644
2946   * Moved router over from connect and started refactor
2948 2.3.0 / 2011-04-25
2949 ==================
2951   * Added options support to `res.clearCookie()`
2952   * Added `res.helpers()` as alias of `res.locals()`
2953   * Added; json defaults to UTF-8 with `res.send()`. Closes #632. [Daniel   * Dependency `connect >= 1.4.0`
2954   * Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
2955   * Renamed "cache views" to "view cache". Closes #628
2956   * Fixed caching of views when using several apps. Closes #637
2957   * Fixed gotcha invoking `app.param()` callbacks once per route middleware.
2958 Closes #638
2959   * Fixed partial lookup precedence. Closes #631
2960 Shaw]
2962 2.2.2 / 2011-04-12
2963 ==================
2965   * Added second callback support for `res.download()` connection errors
2966   * Fixed `filename` option passing to template engine
2968 2.2.1 / 2011-04-04
2969 ==================
2971   * Added `layout(path)` helper to change the layout within a view. Closes #610
2972   * Fixed `partial()` collection object support.
2973     Previously only anything with `.length` would work.
2974     When `.length` is present one must still be aware of holes,
2975     however now `{ collection: {foo: 'bar'}}` is valid, exposes
2976     `keyInCollection` and `keysInCollection`.
2978   * Performance improved with better view caching
2979   * Removed `request` and `response` locals
2980   * Changed; errorHandler page title is now `Express` instead of `Connect`
2982 2.2.0 / 2011-03-30
2983 ==================
2985   * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
2986   * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
2987   * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
2988   * Dependency `connect >= 1.2.0`
2990 2.1.1 / 2011-03-29
2991 ==================
2993   * Added; expose `err.view` object when failing to locate a view
2994   * Fixed `res.partial()` call `next(err)` when no callback is given [reported by aheckmann]
2995   * Fixed; `res.send(undefined)` responds with 204 [aheckmann]
2997 2.1.0 / 2011-03-24
2998 ==================
3000   * Added `<root>/_?<name>` partial lookup support. Closes #447
3001   * Added `request`, `response`, and `app` local variables
3002   * Added `settings` local variable, containing the app's settings
3003   * Added `req.flash()` exception if `req.session` is not available
3004   * Added `res.send(bool)` support (json response)
3005   * Fixed stylus example for latest version
3006   * Fixed; wrap try/catch around `res.render()`
3008 2.0.0 / 2011-03-17
3009 ==================
3011   * Fixed up index view path alternative.
3012   * Changed; `res.locals()` without object returns the locals
3014 2.0.0rc3 / 2011-03-17
3015 ==================
3017   * Added `res.locals(obj)` to compliment `res.local(key, val)`
3018   * Added `res.partial()` callback support
3019   * Fixed recursive error reporting issue in `res.render()`
3021 2.0.0rc2 / 2011-03-17
3022 ==================
3024   * Changed; `partial()` "locals" are now optional
3025   * Fixed `SlowBuffer` support. Closes #584 [reported by tyrda01]
3026   * Fixed .filename view engine option [reported by drudge]
3027   * Fixed blog example
3028   * Fixed `{req,res}.app` reference when mounting [Ben Weaver]
3030 2.0.0rc / 2011-03-14
3031 ==================
3033   * Fixed; expose `HTTPSServer` constructor
3034   * Fixed express(1) default test charset. Closes #579 [reported by secoif]
3035   * Fixed; default charset to utf-8 instead of utf8 for lame IE [reported by NickP]
3037 2.0.0beta3 / 2011-03-09
3038 ==================
3040   * Added support for `res.contentType()` literal
3041     The original `res.contentType('.json')`,
3042     `res.contentType('application/json')`, and `res.contentType('json')`
3043     will work now.
3044   * Added `res.render()` status option support back
3045   * Added charset option for `res.render()`
3046   * Added `.charset` support (via connect 1.0.4)
3047   * Added view resolution hints when in development and a lookup fails
3048   * Added layout lookup support relative to the page view.
3049     For example while rendering `./views/user/index.jade` if you create
3050     `./views/user/layout.jade` it will be used in favour of the root layout.
3051   * Fixed `res.redirect()`. RFC states absolute url [reported by unlink]
3052   * Fixed; default `res.send()` string charset to utf8
3053   * Removed `Partial` constructor (not currently used)
3055 2.0.0beta2 / 2011-03-07
3056 ==================
3058   * Added res.render() `.locals` support back to aid in migration process
3059   * Fixed flash example
3061 2.0.0beta / 2011-03-03
3062 ==================
3064   * Added HTTPS support
3065   * Added `res.cookie()` maxAge support
3066   * Added `req.header()` _Referrer_ / _Referer_ special-case, either works
3067   * Added mount support for `res.redirect()`, now respects the mount-point
3068   * Added `union()` util, taking place of `merge(clone())` combo
3069   * Added stylus support to express(1) generated app
3070   * Added secret to session middleware used in examples and generated app
3071   * Added `res.local(name, val)` for progressive view locals
3072   * Added default param support to `req.param(name, default)`
3073   * Added `app.disabled()` and `app.enabled()`
3074   * Added `app.register()` support for omitting leading ".", either works
3075   * Added `res.partial()`, using the same interface as `partial()` within a view. Closes #539
3076   * Added `app.param()` to map route params to async/sync logic
3077   * Added; aliased `app.helpers()` as `app.locals()`. Closes #481
3078   * Added extname with no leading "." support to `res.contentType()`
3079   * Added `cache views` setting, defaulting to enabled in "production" env
3080   * Added index file partial resolution, eg: partial('user') may try _views/user/index.jade_.
3081   * Added `req.accepts()` support for extensions
3082   * Changed; `res.download()` and `res.sendfile()` now utilize Connect's
3083     static file server `connect.static.send()`.
3084   * Changed; replaced `connect.utils.mime()` with npm _mime_ module
3085   * Changed; allow `req.query` to be pre-defined (via middleware or other parent
3086   * Changed view partial resolution, now relative to parent view
3087   * Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
3088   * Fixed `req.param()` bug returning Array.prototype methods. Closes #552
3089   * Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
3090   * Fixed; using _qs_ module instead of _querystring_
3091   * Fixed; strip unsafe chars from jsonp callbacks
3092   * Removed "stream threshold" setting
3094 1.0.8 / 2011-03-01
3095 ==================
3097   * Allow `req.query` to be pre-defined (via middleware or other parent app)
3098   * "connect": ">= 0.5.0 < 1.0.0". Closes #547
3099   * Removed the long deprecated __EXPRESS_ENV__ support
3101 1.0.7 / 2011-02-07
3102 ==================
3104   * Fixed `render()` setting inheritance.
3105     Mounted apps would not inherit "view engine"
3107 1.0.6 / 2011-02-07
3108 ==================
3110   * Fixed `view engine` setting bug when period is in dirname
3112 1.0.5 / 2011-02-05
3113 ==================
3115   * Added secret to generated app `session()` call
3117 1.0.4 / 2011-02-05
3118 ==================
3120   * Added `qs` dependency to _package.json_
3121   * Fixed namespaced `require()`s for latest connect support
3123 1.0.3 / 2011-01-13
3124 ==================
3126   * Remove unsafe characters from JSONP callback names [Ryan Grove]
3128 1.0.2 / 2011-01-10
3129 ==================
3131   * Removed nested require, using `connect.router`
3133 1.0.1 / 2010-12-29
3134 ==================
3136   * Fixed for middleware stacked via `createServer()`
3137     previously the `foo` middleware passed to `createServer(foo)`
3138     would not have access to Express methods such as `res.send()`
3139     or props like `req.query` etc.
3141 1.0.0 / 2010-11-16
3142 ==================
3144   * Added; deduce partial object names from the last segment.
3145     For example by default `partial('forum/post', postObject)` will
3146     give you the _post_ object, providing a meaningful default.
3147   * Added http status code string representation to `res.redirect()` body
3148   * Added; `res.redirect()` supporting _text/plain_ and _text/html_ via __Accept__.
3149   * Added `req.is()` to aid in content negotiation
3150   * Added partial local inheritance [suggested by masylum]. Closes #102
3151     providing access to parent template locals.
3152   * Added _-s, --session[s]_ flag to express(1) to add session related middleware
3153   * Added _--template_ flag to express(1) to specify the
3154     template engine to use.
3155   * Added _--css_ flag to express(1) to specify the
3156     stylesheet engine to use (or just plain css by default).
3157   * Added `app.all()` support [thanks aheckmann]
3158   * Added partial direct object support.
3159     You may now `partial('user', user)` providing the "user" local,
3160     vs previously `partial('user', { object: user })`.
3161   * Added _route-separation_ example since many people question ways
3162     to do this with CommonJS modules. Also view the _blog_ example for
3163     an alternative.
3164   * Performance; caching view path derived partial object names
3165   * Fixed partial local inheritance precedence. [reported by Nick Poulden] Closes #454
3166   * Fixed jsonp support; _text/javascript_ as per mailinglist discussion
3168 1.0.0rc4 / 2010-10-14
3169 ==================
3171   * Added _NODE_ENV_ support, _EXPRESS_ENV_ is deprecated and will be removed in 1.0.0
3172   * Added route-middleware support (very helpful, see the [docs](http://expressjs.com/guide.html#Route-Middleware))
3173   * Added _jsonp callback_ setting to enable/disable jsonp autowrapping [Dav Glass]
3174   * Added callback query check on response.send to autowrap JSON objects for simple webservice implementations [Dav Glass]
3175   * Added `partial()` support for array-like collections. Closes #434
3176   * Added support for swappable querystring parsers
3177   * Added session usage docs. Closes #443
3178   * Added dynamic helper caching. Closes #439 [suggested by maritz]
3179   * Added authentication example
3180   * Added basic Range support to `res.sendfile()` (and `res.download()` etc)
3181   * Changed; `express(1)` generated app using 2 spaces instead of 4
3182   * Default env to "development" again [aheckmann]
3183   * Removed _context_ option is no more, use "scope"
3184   * Fixed; exposing _./support_ libs to examples so they can run without installs
3185   * Fixed mvc example
3187 1.0.0rc3 / 2010-09-20
3188 ==================
3190   * Added confirmation for `express(1)` app generation. Closes #391
3191   * Added extending of flash formatters via `app.flashFormatters`
3192   * Added flash formatter support. Closes #411
3193   * Added streaming support to `res.sendfile()` using `sys.pump()` when >= "stream threshold"
3194   * Added _stream threshold_ setting for `res.sendfile()`
3195   * Added `res.send()` __HEAD__ support
3196   * Added `res.clearCookie()`
3197   * Added `res.cookie()`
3198   * Added `res.render()` headers option
3199   * Added `res.redirect()` response bodies
3200   * Added `res.render()` status option support. Closes #425 [thanks aheckmann]
3201   * Fixed `res.sendfile()` responding with 403 on malicious path
3202   * Fixed `res.download()` bug; when an error occurs remove _Content-Disposition_
3203   * Fixed; mounted apps settings now inherit from parent app [aheckmann]
3204   * Fixed; stripping Content-Length / Content-Type when 204
3205   * Fixed `res.send()` 204. Closes #419
3206   * Fixed multiple _Set-Cookie_ headers via `res.header()`. Closes #402
3207   * Fixed bug messing with error handlers when `listenFD()` is called instead of `listen()`. [thanks guillermo]
3210 1.0.0rc2 / 2010-08-17
3211 ==================
3213   * Added `app.register()` for template engine mapping. Closes #390
3214   * Added `res.render()` callback support as second argument (no options)
3215   * Added callback support to `res.download()`
3216   * Added callback support for `res.sendfile()`
3217   * Added support for middleware access via `express.middlewareName()` vs `connect.middlewareName()`
3218   * Added "partials" setting to docs
3219   * Added default expresso tests to `express(1)` generated app. Closes #384
3220   * Fixed `res.sendfile()` error handling, defer via `next()`
3221   * Fixed `res.render()` callback when a layout is used [thanks guillermo]
3222   * Fixed; `make install` creating ~/.node_libraries when not present
3223   * Fixed issue preventing error handlers from being defined anywhere. Closes #387
3225 1.0.0rc / 2010-07-28
3226 ==================
3228   * Added mounted hook. Closes #369
3229   * Added connect dependency to _package.json_
3231   * Removed "reload views" setting and support code
3232     development env never caches, production always caches.
3234   * Removed _param_ in route callbacks, signature is now
3235     simply (req, res, next), previously (req, res, params, next).
3236     Use _req.params_ for path captures, _req.query_ for GET params.
3238   * Fixed "home" setting
3239   * Fixed middleware/router precedence issue. Closes #366
3240   * Fixed; _configure()_ callbacks called immediately. Closes #368
3242 1.0.0beta2 / 2010-07-23
3243 ==================
3245   * Added more examples
3246   * Added; exporting `Server` constructor
3247   * Added `Server#helpers()` for view locals
3248   * Added `Server#dynamicHelpers()` for dynamic view locals. Closes #349
3249   * Added support for absolute view paths
3250   * Added; _home_ setting defaults to `Server#route` for mounted apps. Closes #363
3251   * Added Guillermo Rauch to the contributor list
3252   * Added support for "as" for non-collection partials. Closes #341
3253   * Fixed _install.sh_, ensuring _~/.node_libraries_ exists. Closes #362 [thanks jf]
3254   * Fixed `res.render()` exceptions, now passed to `next()` when no callback is given [thanks guillermo]
3255   * Fixed instanceof `Array` checks, now `Array.isArray()`
3256   * Fixed express(1) expansion of public dirs. Closes #348
3257   * Fixed middleware precedence. Closes #345
3258   * Fixed view watcher, now async [thanks aheckmann]
3260 1.0.0beta / 2010-07-15
3261 ==================
3263   * Re-write
3264     - much faster
3265     - much lighter
3266     - Check [ExpressJS.com](http://expressjs.com) for migration guide and updated docs
3268 0.14.0 / 2010-06-15
3269 ==================
3271   * Utilize relative requires
3272   * Added Static bufferSize option [aheckmann]
3273   * Fixed caching of view and partial subdirectories [aheckmann]
3274   * Fixed mime.type() comments now that ".ext" is not supported
3275   * Updated haml submodule
3276   * Updated class submodule
3277   * Removed bin/express
3279 0.13.0 / 2010-06-01
3280 ==================
3282   * Added node v0.1.97 compatibility
3283   * Added support for deleting cookies via Request#cookie('key', null)
3284   * Updated haml submodule
3285   * Fixed not-found page, now using using charset utf-8
3286   * Fixed show-exceptions page, now using using charset utf-8
3287   * Fixed view support due to fs.readFile Buffers
3288   * Changed; mime.type() no longer accepts ".type" due to node extname() changes
3290 0.12.0 / 2010-05-22
3291 ==================
3293   * Added node v0.1.96 compatibility
3294   * Added view `helpers` export which act as additional local variables
3295   * Updated haml submodule
3296   * Changed ETag; removed inode, modified time only
3297   * Fixed LF to CRLF for setting multiple cookies
3298   * Fixed cookie compilation; values are now urlencoded
3299   * Fixed cookies parsing; accepts quoted values and url escaped cookies
3301 0.11.0 / 2010-05-06
3302 ==================
3304   * Added support for layouts using different engines
3305     - this.render('page.html.haml', { layout: 'super-cool-layout.html.ejs' })
3306     - this.render('page.html.haml', { layout: 'foo' }) // assumes 'foo.html.haml'
3307     - this.render('page.html.haml', { layout: false }) // no layout
3308   * Updated ext submodule
3309   * Updated haml submodule
3310   * Fixed EJS partial support by passing along the context. Issue #307
3312 0.10.1 / 2010-05-03
3313 ==================
3315   * Fixed binary uploads.
3317 0.10.0 / 2010-04-30
3318 ==================
3320   * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3321     encoding is set to 'utf8' or 'utf-8'.
3322   * Added "encoding" option to Request#render(). Closes #299
3323   * Added "dump exceptions" setting, which is enabled by default.
3324   * Added simple ejs template engine support
3325   * Added error response support for text/plain, application/json. Closes #297
3326   * Added callback function param to Request#error()
3327   * Added Request#sendHead()
3328   * Added Request#stream()
3329   * Added support for Request#respond(304, null) for empty response bodies
3330   * Added ETag support to Request#sendfile()
3331   * Added options to Request#sendfile(), passed to fs.createReadStream()
3332   * Added filename arg to Request#download()
3333   * Performance enhanced due to pre-reversing plugins so that plugins.reverse() is not called on each request
3334   * Performance enhanced by preventing several calls to toLowerCase() in Router#match()
3335   * Changed; Request#sendfile() now streams
3336   * Changed; Renamed Request#halt() to Request#respond(). Closes #289
3337   * Changed; Using sys.inspect() instead of JSON.encode() for error output
3338   * Changed; run() returns the http.Server instance. Closes #298
3339   * Changed; Defaulting Server#host to null (INADDR_ANY)
3340   * Changed; Logger "common" format scale of 0.4f
3341   * Removed Logger "request" format
3342   * Fixed; Catching ENOENT in view caching, preventing error when "views/partials" is not found
3343   * Fixed several issues with http client
3344   * Fixed Logger Content-Length output
3345   * Fixed bug preventing Opera from retaining the generated session id. Closes #292
3347 0.9.0 / 2010-04-14
3348 ==================
3350   * Added DSL level error() route support
3351   * Added DSL level notFound() route support
3352   * Added Request#error()
3353   * Added Request#notFound()
3354   * Added Request#render() callback function. Closes #258
3355   * Added "max upload size" setting
3356   * Added "magic" variables to collection partials (\_\_index\_\_, \_\_length\_\_, \_\_isFirst\_\_, \_\_isLast\_\_). Closes #254
3357   * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
3358   * Added callback function support to Request#halt() as 3rd/4th arg
3359   * Added preprocessing of route param wildcards using param(). Closes #251
3360   * Added view partial support (with collections etc)
3361   * Fixed bug preventing falsey params (such as ?page=0). Closes #286
3362   * Fixed setting of multiple cookies. Closes #199
3363   * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
3364   * Changed; session cookie is now httpOnly
3365   * Changed; Request is no longer global
3366   * Changed; Event is no longer global
3367   * Changed; "sys" module is no longer global
3368   * Changed; moved Request#download to Static plugin where it belongs
3369   * Changed; Request instance created before body parsing. Closes #262
3370   * Changed; Pre-caching views in memory when "cache view contents" is enabled. Closes #253
3371   * Changed; Pre-caching view partials in memory when "cache view partials" is enabled
3372   * Updated support to node --version 0.1.90
3373   * Updated dependencies
3374   * Removed set("session cookie") in favour of use(Session, { cookie: { ... }})
3375   * Removed utils.mixin(); use Object#mergeDeep()
3377 0.8.0 / 2010-03-19
3378 ==================
3380   * Added coffeescript example app. Closes #242
3381   * Changed; cache api now async friendly. Closes #240
3382   * Removed deprecated 'express/static' support. Use 'express/plugins/static'
3384 0.7.6 / 2010-03-19
3385 ==================
3387   * Added Request#isXHR. Closes #229
3388   * Added `make install` (for the executable)
3389   * Added `express` executable for setting up simple app templates
3390   * Added "GET /public/*" to Static plugin, defaulting to <root>/public
3391   * Added Static plugin
3392   * Fixed; Request#render() only calls cache.get() once
3393   * Fixed; Namespacing View caches with "view:"
3394   * Fixed; Namespacing Static caches with "static:"
3395   * Fixed; Both example apps now use the Static plugin
3396   * Fixed set("views"). Closes #239
3397   * Fixed missing space for combined log format
3398   * Deprecated Request#sendfile() and 'express/static'
3399   * Removed Server#running
3401 0.7.5 / 2010-03-16
3402 ==================
3404   * Added Request#flash() support without args, now returns all flashes
3405   * Updated ext submodule
3407 0.7.4 / 2010-03-16
3408 ==================
3410   * Fixed session reaper
3411   * Changed; class.js replacing js-oo Class implementation (quite a bit faster, no browser cruft)
3413 0.7.3 / 2010-03-16
3414 ==================
3416   * Added package.json
3417   * Fixed requiring of haml / sass due to kiwi removal
3419 0.7.2 / 2010-03-16
3420 ==================
3422   * Fixed GIT submodules (HAH!)
3424 0.7.1 / 2010-03-16
3425 ==================
3427   * Changed; Express now using submodules again until a PM is adopted
3428   * Changed; chat example using millisecond conversions from ext
3430 0.7.0 / 2010-03-15
3431 ==================
3433   * Added Request#pass() support (finds the next matching route, or the given path)
3434   * Added Logger plugin (default "common" format replaces CommonLogger)
3435   * Removed Profiler plugin
3436   * Removed CommonLogger plugin
3438 0.6.0 / 2010-03-11
3439 ==================
3441   * Added seed.yml for kiwi package management support
3442   * Added HTTP client query string support when method is GET. Closes #205
3444   * Added support for arbitrary view engines.
3445     For example "foo.engine.html" will now require('engine'),
3446     the exports from this module are cached after the first require().
3448   * Added async plugin support
3450   * Removed usage of RESTful route funcs as http client
3451     get() etc, use http.get() and friends
3453   * Removed custom exceptions
3455 0.5.0 / 2010-03-10
3456 ==================
3458   * Added ext dependency (library of js extensions)
3459   * Removed extname() / basename() utils. Use path module
3460   * Removed toArray() util. Use arguments.values
3461   * Removed escapeRegexp() util. Use RegExp.escape()
3462   * Removed process.mixin() dependency. Use utils.mixin()
3463   * Removed Collection
3464   * Removed ElementCollection
3465   * Shameless self promotion of ebook "Advanced JavaScript" (http://dev-mag.com)  ;)
3467 0.4.0 / 2010-02-11
3468 ==================
3470   * Added flash() example to sample upload app
3471   * Added high level restful http client module (express/http)
3472   * Changed; RESTful route functions double as HTTP clients. Closes #69
3473   * Changed; throwing error when routes are added at runtime
3474   * Changed; defaulting render() context to the current Request. Closes #197
3475   * Updated haml submodule
3477 0.3.0 / 2010-02-11
3478 ==================
3480   * Updated haml / sass submodules. Closes #200
3481   * Added flash message support. Closes #64
3482   * Added accepts() now allows multiple args. fixes #117
3483   * Added support for plugins to halt. Closes #189
3484   * Added alternate layout support. Closes #119
3485   * Removed Route#run(). Closes #188
3486   * Fixed broken specs due to use(Cookie) missing
3488 0.2.1 / 2010-02-05
3489 ==================
3491   * Added "plot" format option for Profiler (for gnuplot processing)
3492   * Added request number to Profiler plugin
3493   * Fixed binary encoding for multipart file uploads, was previously defaulting to UTF8
3494   * Fixed issue with routes not firing when not files are present. Closes #184
3495   * Fixed process.Promise -> events.Promise
3497 0.2.0 / 2010-02-03
3498 ==================
3500   * Added parseParam() support for name[] etc. (allows for file inputs with "multiple" attr) Closes #180
3501   * Added Both Cache and Session option "reapInterval" may be "reapEvery". Closes #174
3502   * Added expiration support to cache api with reaper. Closes #133
3503   * Added cache Store.Memory#reap()
3504   * Added Cache; cache api now uses first class Cache instances
3505   * Added abstract session Store. Closes #172
3506   * Changed; cache Memory.Store#get() utilizing Collection
3507   * Renamed MemoryStore -> Store.Memory
3508   * Fixed use() of the same plugin several time will always use latest options. Closes #176
3510 0.1.0 / 2010-02-03
3511 ==================
3513   * Changed; Hooks (before / after) pass request as arg as well as evaluated in their context
3514   * Updated node support to 0.1.27 Closes #169
3515   * Updated dirname(__filename) -> __dirname
3516   * Updated libxmljs support to v0.2.0
3517   * Added session support with memory store / reaping
3518   * Added quick uid() helper
3519   * Added multi-part upload support
3520   * Added Sass.js support / submodule
3521   * Added production env caching view contents and static files
3522   * Added static file caching. Closes #136
3523   * Added cache plugin with memory stores
3524   * Added support to StaticFile so that it works with non-textual files.
3525   * Removed dirname() helper
3526   * Removed several globals (now their modules must be required)
3528 0.0.2 / 2010-01-10
3529 ==================
3531   * Added view benchmarks; currently haml vs ejs
3532   * Added Request#attachment() specs. Closes #116
3533   * Added use of node's parseQuery() util. Closes #123
3534   * Added `make init` for submodules
3535   * Updated Haml
3536   * Updated sample chat app to show messages on load
3537   * Updated libxmljs parseString -> parseHtmlString
3538   * Fixed `make init` to work with older versions of git
3539   * Fixed specs can now run independent specs for those who can't build deps. Closes #127
3540   * Fixed issues introduced by the node url module changes. Closes 126.
3541   * Fixed two assertions failing due to Collection#keys() returning strings
3542   * Fixed faulty Collection#toArray() spec due to keys() returning strings
3543   * Fixed `make test` now builds libxmljs.node before testing
3545 0.0.1 / 2010-01-03
3546 ==================
3548   * Initial release