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