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