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