4 * Add "root" option to `res.download`
5 * Allow `options` without `filename` in `res.download`
6 * Deprecate string and non-integer arguments to `res.status`
7 * Ignore `Object.prototype` values in settings through `app.set`/`app.get`
8 * Support proper 205 responses using `res.send`
9 * deps: finalhandler@1.2.0
10 - Remove set content headers that break response
11 - deps: on-finished@2.4.1
12 - deps: statuses@2.0.1
14 - Fix emitted 416 error missing headers property
15 - Limit the headers removed for 304 response
18 - deps: http-errors@2.0.0
19 - deps: on-finished@2.4.1
20 - deps: statuses@2.0.1
21 * deps: serve-static@1.15.0
27 * deps: accepts@~1.3.8
28 - deps: mime-types@~2.1.34
29 - deps: negotiator@0.6.3
30 * deps: body-parser@1.19.2
33 - deps: raw-body@2.4.3
36 * Fix handling of `__proto__` keys
37 * pref: remove unnecessary regexp for trust proxy
42 * Fix handling of `undefined` in `res.jsonp`
43 * Fix handling of `undefined` when `"json escape"` is enabled
44 * Fix incorrect middleware execution with unanchored `RegExp`s
45 * Fix `res.jsonp(obj, status)` deprecation message
46 * Fix typo in `res.is` JSDoc
47 * deps: body-parser@1.19.1
49 - deps: http-errors@1.8.1
51 - deps: raw-body@2.4.2
52 - deps: safe-buffer@5.2.1
53 - deps: type-is@~1.6.18
54 * deps: content-disposition@0.5.4
55 - deps: safe-buffer@5.2.1
57 - Fix `maxAge` option to reject invalid values
58 * deps: proxy-addr@~2.0.7
59 - Use `req.socket` over deprecated `req.connection`
60 - deps: forwarded@0.2.0
61 - deps: ipaddr.js@1.9.1
63 * deps: safe-buffer@5.2.1
65 - deps: http-errors@1.8.1
67 - pref: ignore empty http tokens
68 * deps: serve-static@1.14.2
70 * deps: setprototypeof@1.2.0
75 * Revert "Improve error message for `null`/`undefined` to `res.status`"
80 * Add `express.raw` to parse bodies into `Buffer`
81 * Add `express.text` to parse bodies into string
82 * Improve error message for non-strings to `res.sendFile`
83 * Improve error message for `null`/`undefined` to `res.status`
84 * Support multiple hosts in `X-Forwarded-Host`
85 * deps: accepts@~1.3.7
86 * deps: body-parser@1.19.0
88 - Add petabyte (`pb`) support
89 - Fix parsing array brackets after index
91 - deps: http-errors@1.7.2
92 - deps: iconv-lite@0.4.24
94 - deps: raw-body@2.4.0
95 - deps: type-is@~1.6.17
96 * deps: content-disposition@0.5.3
98 - Add `SameSite=None` support
99 * deps: finalhandler@~1.1.2
100 - Set stricter `Content-Security-Policy` header
101 - deps: parseurl@~1.3.3
102 - deps: statuses@~1.5.0
103 * deps: parseurl@~1.3.3
104 * deps: proxy-addr@~2.0.5
105 - deps: ipaddr.js@1.9.0
107 - Fix parsing array brackets after index
108 * deps: range-parser@~1.2.1
110 - Set stricter CSP header in redirect & error responses
111 - deps: http-errors@~1.7.2
114 - deps: range-parser@~1.2.1
115 - deps: statuses@~1.5.0
116 - perf: remove redundant `path.normalize` call
117 * deps: serve-static@1.14.1
118 - Set stricter CSP header in redirect response
119 - deps: parseurl@~1.3.3
121 * deps: setprototypeof@1.1.1
122 * deps: statuses@~1.5.0
123 - Add `103 Early Hints`
124 * deps: type-is@~1.6.18
125 - deps: mime-types@~2.1.24
126 - perf: prevent internal `throw` on invalid type
131 * Fix issue where `"Request aborted"` may be logged in `res.sendfile`
132 * Fix JSDoc for `Router` constructor
133 * deps: body-parser@1.18.3
134 - Fix deprecation warnings on Node.js 10+
135 - Fix stack trace for strict json parse error
137 - deps: http-errors@~1.6.3
138 - deps: iconv-lite@0.4.23
140 - deps: raw-body@2.3.3
141 - deps: type-is@~1.6.16
142 * deps: proxy-addr@~2.0.4
143 - deps: ipaddr.js@1.8.0
145 * deps: safe-buffer@5.1.2
150 * deps: accepts@~1.3.5
151 - deps: mime-types@~2.1.18
153 - perf: remove argument reassignment
154 * deps: encodeurl@~1.0.2
155 - Fix encoding `%` as last character
156 * deps: finalhandler@1.1.1
157 - Fix 404 output for bad / missing pathnames
158 - deps: encodeurl@~1.0.2
159 - deps: statuses@~1.4.0
160 * deps: proxy-addr@~2.0.3
161 - deps: ipaddr.js@1.6.0
163 - Fix incorrect end tag in default error & redirects
165 - deps: encodeurl@~1.0.2
166 - deps: statuses@~1.4.0
167 * deps: serve-static@1.13.2
168 - Fix incorrect end tag in redirects
169 - deps: encodeurl@~1.0.2
171 * deps: statuses@~1.4.0
172 * deps: type-is@~1.6.16
173 - deps: mime-types@~2.1.18
178 * Fix `TypeError` in `res.send` when given `Buffer` and `ETag` header set
179 * perf: skip parsing of entire `X-Forwarded-Proto` header
185 * deps: serve-static@1.13.1
186 - Fix regression when `root` is incorrectly set to a file
192 * Add `"json escape"` setting for `res.json` and `res.jsonp`
193 * Add `express.json` and `express.urlencoded` to parse bodies
194 * Add `options` argument to `res.download`
195 * Improve error message when autoloading invalid view engine
196 * Improve error messages when non-function provided as middleware
197 * Skip `Buffer` encoding when not generating ETag for small response
198 * Use `safe-buffer` for improved Buffer API
199 * deps: accepts@~1.3.4
200 - deps: mime-types@~2.1.16
201 * deps: content-type@~1.0.4
202 - perf: remove argument reassignment
203 - perf: skip parameter parsing when no parameters
205 - perf: replace regular expression with substring
206 * deps: finalhandler@1.1.0
207 - Use `res.headersSent` when available
208 * deps: parseurl@~1.3.2
209 - perf: reduce overhead for full URLs
210 - perf: unroll the "fast-path" `RegExp`
211 * deps: proxy-addr@~2.0.2
212 - Fix trimming leading / trailing OWS in `X-Forwarded-For`
213 - deps: forwarded@~0.1.2
214 - deps: ipaddr.js@1.5.2
215 - perf: reduce overhead when no `X-Forwarded-For` header
217 - Fix parsing & compacting very deep objects
219 - Add 70 new types for file extensions
220 - Add `immutable` option
221 - Fix missing `</html>` in default error & redirects
222 - Set charset as "UTF-8" for .js and .json
223 - Use instance methods on steam to check for listeners
225 - perf: improve path validation speed
226 * deps: serve-static@1.13.0
227 - Add 70 new types for file extensions
228 - Add `immutable` option
229 - Set charset as "UTF-8" for .js and .json
231 * deps: setprototypeof@1.1.0
232 * deps: utils-merge@1.0.1
234 - perf: improve header token parsing speed
235 * perf: re-use options object when generating ETags
236 * perf: remove dead `.charset` set in `res.jsonp`
242 * deps: finalhandler@~1.0.6
244 - deps: parseurl@~1.3.2
246 - Fix handling of modified headers with invalid dates
247 - perf: improve ETag match loop
248 - perf: improve `If-None-Match` token parsing
250 - Fix handling of modified headers with invalid dates
254 - perf: improve `If-Match` token parsing
255 * deps: serve-static@1.12.6
256 - deps: parseurl@~1.3.2
258 - perf: improve slash collapsing
265 - Remove unnecessary `Buffer` loading
266 * deps: finalhandler@~1.0.4
268 * deps: proxy-addr@~1.1.5
269 - Fix array argument being altered
270 - deps: ipaddr.js@1.4.0
275 - deps: http-errors@~1.6.2
276 * deps: serve-static@1.12.4
282 * Fix error when `res.set` cannot add charset to `Content-Type`
284 - Fix `DEBUG_MAX_ARRAY_LENGTH`
286 * deps: finalhandler@~1.0.3
287 - Fix missing `</html>` in HTML document
289 * deps: proxy-addr@~1.1.4
290 - deps: ipaddr.js@1.3.0
294 * deps: serve-static@1.12.3
296 * deps: type-is@~1.6.15
297 - deps: mime-types@~2.1.15
299 - perf: hoist regular expression
305 - Fix regression parsing keys starting with `[`
311 - Fix issue when `Date.parse` does not return `NaN` on invalid date
312 - Fix strict violation in broken environments
313 * deps: serve-static@1.12.1
314 - Fix issue when `Date.parse` does not return `NaN` on invalid date
320 * Add debug message when loading view engine
321 * Add `next("router")` to exit from router
322 * Fix case where `router.use` skipped requests routes did not
323 * Remove usage of `res._headers` private field
324 - Improves compatibility with Node.js 8 nightly
325 * Skip routing when `req.url` is not set
326 * Use `%o` in path debug to tell types apart
327 * Use `Object.create` to setup request & response prototypes
328 * Use `setprototypeof` module to replace `__proto__` setting
329 * Use `statuses` instead of `http` module for status messages
331 - Allow colors in workers
332 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
333 - Fix error when running under React Native
334 - Use same color for same namespace
337 - Use SHA1 instead of MD5 for ETag hashing
338 - Works with FIPS 140-2 OpenSSL configuration
339 * deps: finalhandler@~1.0.0
340 - Fix exception when `err` cannot be converted to a string
341 - Fully URL-encode the pathname in the 404
342 - Only include the pathname in the 404 message
343 - Send complete HTML document
344 - Set `Content-Security-Policy: default-src 'self'` header
347 - Fix false detection of `no-cache` request directive
348 - Fix incorrect result when `If-None-Match` has both `*` and ETags
349 - Fix weak `ETag` matching to match spec
350 - perf: delay reading header values until needed
351 - perf: enable strict mode
352 - perf: hoist regular expressions
353 - perf: remove duplicate conditional
354 - perf: remove unnecessary boolean coercions
355 - perf: skip checking modified time if ETag check failed
356 - perf: skip parsing `If-None-Match` when no `ETag` header
357 - perf: use `Date.parse` instead of `new Date`
359 - Fix array parsing from skipping empty values
360 - Fix compacting nested arrays
362 - Fix false detection of `no-cache` request directive
363 - Fix incorrect result when `If-None-Match` has both `*` and ETags
364 - Fix weak `ETag` matching to match spec
365 - Remove usage of `res._headers` private field
366 - Support `If-Match` and `If-Unmodified-Since` headers
367 - Use `res.getHeaderNames()` when available
368 - Use `res.headersSent` when available
372 - deps: http-errors@~1.6.1
373 * deps: serve-static@1.12.0
374 - Fix false detection of `no-cache` request directive
375 - Fix incorrect result when `If-None-Match` has both `*` and ETags
376 - Fix weak `ETag` matching to match spec
377 - Remove usage of `res._headers` private field
378 - Send complete HTML document in redirect response
379 - Set default CSP header in redirect response
380 - Support `If-Match` and `If-Unmodified-Since` headers
381 - Use `res.getHeaderNames()` when available
382 - Use `res.headersSent` when available
384 * perf: add fast match path for `*` route
385 * perf: improve `req.ips` performance
390 * deps: content-disposition@0.5.2
391 * deps: finalhandler@0.5.1
392 - Fix exception when `err.headers` is not an object
393 - deps: statuses@~1.3.1
394 - perf: hoist regular expressions
395 - perf: remove duplicate validation path
396 * deps: proxy-addr@~1.1.3
397 - deps: ipaddr.js@1.2.0
399 - deps: http-errors@~1.5.1
401 - deps: statuses@~1.3.1
402 * deps: serve-static@~1.11.2
404 * deps: type-is@~1.6.14
405 - deps: mime-types@~2.1.13
410 * Add `acceptRanges` option to `res.sendFile`/`res.sendfile`
411 * Add `cacheControl` option to `res.sendFile`/`res.sendfile`
412 * Add `options` argument to `req.range`
413 - Includes the `combine` option
414 * Encode URL in `res.location`/`res.redirect` if not already encoded
415 * Fix some redirect handling in `res.sendFile`/`res.sendfile`
416 * Fix Windows absolute path check using forward slashes
417 * Improve error with invalid arguments to `req.get()`
418 * Improve performance for `res.json`/`res.jsonp` in most cases
419 * Improve `Range` header handling in `res.sendFile`/`res.sendfile`
420 * deps: accepts@~1.3.3
421 - Fix including type extensions in parameters in `Accept` parsing
422 - Fix parsing `Accept` parameters with quoted equals
423 - Fix parsing `Accept` parameters with quoted semicolons
424 - Many performance improvements
425 - deps: mime-types@~2.1.11
426 - deps: negotiator@0.6.1
427 * deps: content-type@~1.0.2
428 - perf: enable strict mode
430 - Add `sameSite` option
431 - Fix cookie `Max-Age` to never be a floating point number
432 - Improve error message when `encode` is not a function
433 - Improve error message when `expires` is not a `Date`
434 - Throw better error for invalid argument to parse
435 - Throw on invalid values provided to `serialize`
436 - perf: enable strict mode
437 - perf: hoist regular expression
438 - perf: use for loop in parse
439 - perf: use string concatenation for serialization
440 * deps: finalhandler@0.5.0
441 - Change invalid or non-numeric status code to 500
442 - Overwrite status message to match set status code
443 - Prefer `err.statusCode` if `err.status` is invalid
444 - Set response headers from `err.headers` object
445 - Use `statuses` instead of `http` module for status messages
446 * deps: proxy-addr@~1.1.2
447 - Fix accepting various invalid netmasks
448 - Fix IPv6-mapped IPv4 validation edge cases
449 - IPv4 netmasks must be contiguous
450 - IPv6 addresses cannot be used as a netmask
451 - deps: ipaddr.js@1.1.1
453 - Add `decoder` option in `parse` function
454 * deps: range-parser@~1.2.0
455 - Add `combine` option to combine overlapping ranges
456 - Fix incorrectly returning -1 when there is at least one valid range
457 - perf: remove internal function
459 - Add `acceptRanges` option
460 - Add `cacheControl` option
461 - Attempt to combine multiple ranges into single range
462 - Correctly inherit from `Stream` class
463 - Fix `Content-Range` header in 416 responses when using `start`/`end` options
464 - Fix `Content-Range` header missing from default 416 responses
465 - Fix redirect error when `path` contains raw non-URL characters
466 - Fix redirect when `path` starts with multiple forward slashes
467 - Ignore non-byte `Range` headers
468 - deps: http-errors@~1.5.0
469 - deps: range-parser@~1.2.0
470 - deps: statuses@~1.3.0
471 - perf: remove argument reassignment
472 * deps: serve-static@~1.11.1
473 - Add `acceptRanges` option
474 - Add `cacheControl` option
475 - Attempt to combine multiple ranges into single range
476 - Fix redirect error when `req.url` contains raw non-URL characters
477 - Ignore non-byte `Range` headers
478 - Use status code 301 for redirects
480 * deps: type-is@~1.6.13
481 - Fix type error when given invalid type to match against
482 - deps: mime-types@~2.1.11
484 - Only accept valid field names in the `field` argument
485 * perf: use strict equality when possible
490 * deps: content-disposition@0.5.1
491 - perf: enable strict mode
493 - Throw on invalid values provided to `serialize`
495 - Support web browser loading
496 - perf: enable strict mode
497 * deps: escape-html@~1.0.3
498 - perf: enable strict mode
499 - perf: optimize string replacement
500 - perf: use faster string coercion
501 * deps: finalhandler@0.4.1
502 - deps: escape-html@~1.0.3
503 * deps: merge-descriptors@1.0.1
504 - perf: enable strict mode
505 * deps: methods@~1.1.2
506 - perf: enable strict mode
507 * deps: parseurl@~1.3.1
508 - perf: enable strict mode
509 * deps: proxy-addr@~1.0.10
510 - deps: ipaddr.js@1.0.5
511 - perf: enable strict mode
512 * deps: range-parser@~1.0.3
513 - perf: enable strict mode
516 - deps: destroy@~1.0.4
517 - deps: escape-html@~1.0.3
518 - deps: range-parser@~1.0.3
519 * deps: serve-static@~1.10.2
520 - deps: escape-html@~1.0.3
521 - deps: parseurl@~1.3.0
527 * Fix infinite loop condition using `mergeParams: true`
528 * Fix inner numeric indices incorrectly altering parent `req.params`
533 * deps: accepts@~1.2.12
534 - deps: mime-types@~2.1.4
535 * deps: array-flatten@1.1.1
536 - perf: enable strict mode
537 * deps: path-to-regexp@0.1.7
538 - Fix regression with escaped round brackets and matching groups
539 * deps: type-is@~1.6.6
540 - deps: mime-types@~2.1.4
545 * deps: accepts@~1.2.10
546 - deps: mime-types@~2.1.2
548 - Fix dropping parameters like `hasOwnProperty`
549 - Fix various parsing edge cases
550 * deps: type-is@~1.6.4
551 - deps: mime-types@~2.1.2
552 - perf: enable strict mode
553 - perf: remove argument reassignment
558 * Add settings to debug output
559 * Fix `res.format` error when only `default` provided
560 * Fix issue where `next('route')` in `app.param` would incorrectly skip values
561 * Fix hiding platform issues with `decodeURIComponent`
562 - Only `URIError`s are a 400
563 * Fix using `*` before params in routes
564 * Fix using capture groups before params in routes
565 * Simplify `res.cookie` to call `res.append`
566 * Use `array-flatten` module for flattening arrays
567 * deps: accepts@~1.2.9
568 - deps: mime-types@~2.1.1
569 - perf: avoid argument reassignment & argument slice
570 - perf: avoid negotiator recursive construction
571 - perf: enable strict mode
572 - perf: remove unnecessary bitwise operator
574 - perf: deduce the scope of try-catch deopt
575 - perf: remove argument reassignments
576 * deps: escape-html@1.0.2
578 - Always include entity length in ETags for hash length extensions
579 - Generate non-Stats ETags using MD5 only (no longer CRC32)
580 - Improve stat performance by removing hashing
581 - Improve support for JXcore
582 - Remove base64 padding in ETags to shorten
583 - Support "fake" stats objects in environments without fs
584 - Use MD5 instead of MD4 in weak ETags over 1KB
585 * deps: finalhandler@0.4.0
586 - Fix a false-positive when unpiping in Node.js 0.8
587 - Support `statusCode` property on `Error` objects
588 - Use `unpipe` module for unpiping requests
589 - deps: escape-html@1.0.2
590 - deps: on-finished@~2.3.0
591 - perf: enable strict mode
592 - perf: remove argument reassignment
594 - Add weak `ETag` matching support
595 * deps: on-finished@~2.3.0
596 - Add defined behavior for HTTP `CONNECT` requests
597 - Add defined behavior for HTTP `Upgrade` requests
598 - deps: ee-first@1.1.1
599 * deps: path-to-regexp@0.1.6
601 - Allow Node.js HTTP server to set `Date` response header
602 - Fix incorrectly removing `Content-Location` on 304 response
603 - Improve the default redirect response headers
604 - Send appropriate headers on default error response
605 - Use `http-errors` for standard emitted errors
606 - Use `statuses` instead of `http` module for status messages
607 - deps: escape-html@1.0.2
610 - deps: on-finished@~2.3.0
611 - perf: enable strict mode
612 - perf: remove unnecessary array allocations
613 * deps: serve-static@~1.10.0
614 - Add `fallthrough` option
615 - Fix reading options from options prototype
616 - Improve the default redirect response headers
617 - Malformed URLs now `next()` instead of 400
618 - deps: escape-html@1.0.2
620 - perf: enable strict mode
621 - perf: remove argument reassignment
622 * deps: type-is@~1.6.3
623 - deps: mime-types@~2.1.1
624 - perf: reduce try block size
625 - perf: remove bitwise operations
626 * perf: enable strict mode
627 * perf: isolate `app.render` try block
628 * perf: remove argument reassignments in application
629 * perf: remove argument reassignments in request prototype
630 * perf: remove argument reassignments in response prototype
631 * perf: remove argument reassignments in routing
632 * perf: remove argument reassignments in `View`
633 * perf: skip attempting to decode zero length string
634 * perf: use saved reference to `http.STATUS_CODES`
639 * deps: accepts@~1.2.7
640 - deps: mime-types@~2.0.11
641 - deps: negotiator@0.5.3
646 - Improve support for JXcore
647 - Support "fake" stats objects in environments without `fs`
648 * deps: finalhandler@0.3.6
650 - deps: on-finished@~2.2.1
651 * deps: on-finished@~2.2.1
652 - Fix `isFinished(req)` when data buffered
653 * deps: proxy-addr@~1.0.8
654 - deps: ipaddr.js@1.0.1
656 - Fix allowing parameters like `constructor`
662 - deps: on-finished@~2.2.1
663 * deps: serve-static@~1.9.3
665 * deps: type-is@~1.6.2
666 - deps: mime-types@~2.0.11
671 * deps: accepts@~1.2.5
672 - deps: mime-types@~2.0.10
674 - Fix high intensity foreground color for bold
676 * deps: finalhandler@0.3.4
678 * deps: proxy-addr@~1.0.7
679 - deps: ipaddr.js@0.1.9
681 - Fix error when parameter `hasOwnProperty` is present
683 - Throw errors early for invalid `extensions` or `index` options
685 * deps: serve-static@~1.9.2
687 * deps: type-is@~1.6.1
688 - deps: mime-types@~2.0.10
693 * Fix regression where `"Request aborted"` is logged using `res.sendFile`
698 * Fix constructing application with non-configurable prototype properties
699 * Fix `ECONNRESET` errors from `res.sendFile` usage
700 * Fix `req.host` when using "trust proxy" hops count
701 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
702 * Fix wrong `code` on aborted connections from `res.sendFile`
703 * deps: merge-descriptors@1.0.0
708 * Fix `"trust proxy"` setting to inherit when app is mounted
709 * Generate `ETag`s for all request responses
710 - No longer restricted to only responses for `GET` and `HEAD` requests
711 * Use `content-type` to parse `Content-Type` headers
712 * deps: accepts@~1.2.4
713 - Fix preference sorting to be stable for long acceptable lists
714 - deps: mime-types@~2.0.9
715 - deps: negotiator@0.5.1
716 * deps: cookie-signature@1.0.6
718 - Always read the stat size from the file
719 - Fix mutating passed-in `options`
721 * deps: serve-static@~1.9.1
723 * deps: type-is@~1.6.0
724 - fix argument reassignment
725 - fix false-positives in `hasBody` `Transfer-Encoding` check
726 - support wildcard for both type and subtype (`*/*`)
727 - deps: mime-types@~2.0.9
732 * Fix `res.redirect` double-calling `res.end` for `HEAD` requests
733 * deps: accepts@~1.2.3
734 - deps: mime-types@~2.0.8
735 * deps: proxy-addr@~1.0.6
736 - deps: ipaddr.js@0.1.8
737 * deps: type-is@~1.5.6
738 - deps: mime-types@~2.0.8
744 - Fix root path disclosure
745 * deps: serve-static@~1.8.1
746 - Fix redirect loop in Node.js 0.11.14
747 - Fix root path disclosure
753 * Add `res.append(field, val)` to append headers
754 * Deprecate leading `:` in `name` for `app.param(name, fn)`
755 * Deprecate `req.param()` -- use `req.params`, `req.body`, or `req.query` instead
756 * Deprecate `app.param(fn)`
757 * Fix `OPTIONS` responses to include the `HEAD` method properly
758 * Fix `res.sendFile` not always detecting aborted connection
759 * Match routes iteratively to prevent stack overflows
760 * deps: accepts@~1.2.2
761 - deps: mime-types@~2.0.7
762 - deps: negotiator@0.5.0
767 - deps: on-finished@~2.2.0
768 * deps: serve-static@~1.8.0
774 * Fix crash from error within `OPTIONS` response handler
775 * deps: proxy-addr@~1.0.5
776 - deps: ipaddr.js@0.1.6
781 * Fix `Allow` header for `OPTIONS` to not contain duplicate methods
782 * Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304
784 * deps: finalhandler@0.3.3
786 - deps: on-finished@~2.2.0
787 * deps: methods@~1.1.1
788 * deps: on-finished@~2.2.0
789 * deps: serve-static@~1.7.2
790 - Fix potential open redirect when mounted at root
791 * deps: type-is@~1.5.5
792 - deps: mime-types@~2.0.7
797 * Fix exception in `req.fresh`/`req.stale` without response headers
802 * Fix `res.send` double-calling `res.end` for `HEAD` requests
803 * deps: accepts@~1.1.4
804 - deps: mime-types@~2.0.4
805 * deps: type-is@~1.5.4
806 - deps: mime-types@~2.0.4
811 * Fix `res.sendfile` logging standard write errors
816 * Fix `res.sendFile` logging standard write errors
818 * deps: proxy-addr@~1.0.4
819 - deps: ipaddr.js@0.1.5
821 - Fix `arrayLimit` behavior
826 * Correctly invoke async router callback asynchronously
827 * deps: accepts@~1.1.3
828 - deps: mime-types@~2.0.3
829 * deps: type-is@~1.5.3
830 - deps: mime-types@~2.0.3
835 * Fix handling of URLs containing `://` in the path
837 - Fix parsing of mixed objects and values
842 * Add support for `app.set('views', array)`
843 - Views are looked up in sequence in array of directories
844 * Fix `res.send(status)` to mention `res.sendStatus(status)`
845 * Fix handling of invalid empty URLs
846 * Use `content-disposition` module for `res.attachment`/`res.download`
847 - Sends standards-compliant `Content-Disposition` header
848 - Full Unicode support
849 * Use `path.resolve` in view lookup
851 - Implement `DEBUG_FD` env variable support
854 - Improve string performance
855 - Slightly improve speed for weak ETags over 1KB
856 * deps: finalhandler@0.3.2
857 - Terminate in progress response only on error
858 - Use `on-finished` to determine request status
860 - deps: on-finished@~2.1.1
861 * deps: on-finished@~2.1.1
862 - Fix handling of pipelined requests
864 - Fix parsing of mixed implicit and explicit arrays
869 - deps: on-finished@~2.1.1
870 * deps: serve-static@~1.7.1
876 * Fix `res.redirect` body when redirect status specified
877 * deps: accepts@~1.1.2
878 - Fix error when media type has invalid parameter
879 - deps: negotiator@0.4.9
884 * Fix using same param name in array of paths
889 * deps: accepts@~1.1.1
890 - deps: mime-types@~2.0.2
891 - deps: negotiator@0.4.8
892 * deps: serve-static@~1.6.4
893 - Fix redirect loop when index file serving disabled
894 * deps: type-is@~1.5.2
895 - deps: mime-types@~2.0.2
901 * deps: proxy-addr@~1.0.3
902 - Use `forwarded` npm module
905 * deps: serve-static@~1.6.3
912 - Fix issue with object keys starting with numbers truncated
917 * deps: proxy-addr@~1.0.2
918 - Fix a global leak when multiple subnets are trusted
919 - deps: ipaddr.js@0.1.3
924 * Fix regression for empty string `path` in `app.use`
925 * Fix `router.use` to accept array of middleware without path
926 * Improve error message for bad `app.use` arguments
931 * Fix `app.use` to accept array of middleware without path
937 - deps: range-parser@~1.0.2
938 * deps: serve-static@~1.6.2
944 * Add `res.sendStatus`
945 * Invoke callback for sendfile when client aborts
946 - Applies to `res.sendFile`, `res.sendfile`, and `res.download`
947 - `err` will be populated with request aborted error
948 * Support IP address host in `req.subdomains`
949 * Use `etag` to generate `ETag` headers
950 * deps: accepts@~1.1.0
951 - update `mime-types`
952 * deps: cookie-signature@1.0.5
954 * deps: finalhandler@0.2.0
955 - Set `X-Content-Type-Options: nosniff` header
958 * deps: media-typer@0.3.0
959 - Throw error when parameter format invalid on parse
961 - Fix issue where first empty value in array is discarded
962 * deps: range-parser@~1.0.2
964 - Add `lastModified` option
965 - Use `etag` to generate `ETag` header
968 * deps: serve-static@~1.6.1
969 - Add `lastModified` option
971 * deps: type-is@~1.5.1
972 - fix `hasbody` to be true for `content-length: 0`
973 - deps: media-typer@0.3.0
974 - deps: mime-types@~2.0.1
976 - Accept valid `Vary` header string as `field`
982 - Fix a path traversal issue when using `root`
983 - Fix malicious path detection for empty string path
984 * deps: serve-static@~1.5.4
991 - Remove unnecessary cloning
998 - Performance improvements
1004 - deps: destroy@1.0.3
1005 - deps: on-finished@2.1.0
1006 * deps: serve-static@~1.5.3
1014 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1015 * deps: serve-static@~1.5.2
1021 * deps: parseurl@~1.3.0
1023 * deps: serve-static@~1.5.1
1024 - Fix parsing of weird `req.originalUrl` values
1025 - deps: parseurl@~1.3.0
1026 - deps: utils-merge@1.0.0
1032 - Fix parsing array of objects
1037 * fix incorrect deprecation warnings on `res.download`
1039 - Accept urlencoded square brackets
1040 - Accept empty values in implicit array notation
1045 * add `res.sendFile`
1046 - accepts a file system path instead of a URL
1047 - requires an absolute path or `root` option specified
1048 * deprecate `res.sendfile` -- use `res.sendFile` instead
1049 * support mounted app as any argument to `app.use()`
1052 - Limits array length to 20
1053 - Limits object depth to 5
1054 - Limits parameters to 1,000
1056 - Add `extensions` option
1057 * deps: serve-static@~1.5.0
1058 - Add `extensions` option
1064 * fix `res.sendfile` regression for serving directory index files
1066 - Fix incorrect 403 on Windows and Node.js 0.11
1067 - Fix serving index files without root dir
1068 * deps: serve-static@~1.4.4
1075 - Fix incorrect 403 on Windows and Node.js 0.11
1076 * deps: serve-static@~1.4.3
1077 - Fix incorrect 403 on Windows and Node.js 0.11
1084 - Work-around v8 generating empty stack traces
1087 * deps: serve-static@~1.4.2
1093 - Fix exception when global `Error.stackTraceLimit` is too low
1096 * deps: serve-static@~1.4.1
1101 * fix `req.protocol` for proxy-direct connections
1102 * configurable query parser with `app.set('query parser', parser)`
1103 - `app.set('query parser', 'extended')` parse with "qs" module
1104 - `app.set('query parser', 'simple')` parse with "querystring" core module
1105 - `app.set('query parser', false)` disable query string parsing
1106 - `app.set('query parser', true)` enable simple parsing
1107 * deprecate `res.json(status, obj)` -- use `res.status(status).json(obj)` instead
1108 * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead
1109 * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead
1112 - Add `TRACE_DEPRECATION` environment variable
1113 - Remove non-standard grey color from color output
1114 - Support `--no-deprecation` argument
1115 - Support `--trace-deprecation` argument
1116 * deps: finalhandler@0.1.0
1117 - Respond after request fully read
1119 * deps: parseurl@~1.2.0
1120 - Cache URLs based on original value
1121 - Remove no-longer-needed URL mis-parse work-around
1122 - Simplify the "fast-path" `RegExp`
1124 - Add `dotfiles` option
1125 - Cap `maxAge` value to 1 year
1128 * deps: serve-static@~1.4.0
1129 - deps: parseurl@~1.2.0
1131 * perf: prevent multiple `Buffer` creation in `res.send`
1136 * fix `subapp.mountpath` regression for `app.use(subapp)`
1141 * accept multiple callbacks to `app.use()`
1142 * add explicit "Rosetta Flash JSONP abuse" protection
1143 - previous versions are not vulnerable; this is just explicit protection
1144 * catch errors in multiple `req.param(name, fn)` handlers
1145 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1146 * fix `res.send(status, num)` to send `num` as json (not error)
1147 * remove unnecessary escaping when `res.jsonp` returns JSON response
1148 * support non-string `path` in `app.use(path, fn)`
1149 - supports array of paths
1151 * router: fix optimization on router exit
1152 * router: refactor location of `try` blocks
1153 * router: speed up standard `app.use(fn)`
1155 - Add support for multiple wildcards in namespaces
1156 * deps: finalhandler@0.0.3
1158 * deps: methods@1.1.0
1160 * deps: parseurl@~1.1.3
1161 - faster parsing of href-only URLs
1162 * deps: path-to-regexp@0.1.3
1165 * deps: serve-static@~1.3.2
1166 - deps: parseurl@~1.1.3
1168 * perf: fix arguments reassign deopt in some `res` methods
1173 * fix routing regression when altering `req.method`
1178 * add deprecation message to non-plural `req.accepts*`
1179 * add deprecation message to `res.send(body, status)`
1180 * add deprecation message to `res.vary()`
1181 * add `headers` option to `res.sendfile`
1182 - use to set headers on successful file transfer
1183 * add `mergeParams` option to `Router`
1184 - merges `req.params` from parent routes
1185 * add `req.hostname` -- correct name for what `req.host` returns
1186 * deprecate things with `depd` module
1187 * deprecate `req.host` -- use `req.hostname` instead
1188 * fix behavior when handling request without routes
1189 * fix handling when `route.all` is only route
1190 * invoke `router.param()` only when route matches
1191 * restore `req.params` after invoking router
1192 * use `finalhandler` for final response handling
1193 * use `media-typer` to alter content-type charset
1194 * deps: accepts@~1.0.7
1196 - Accept string for `maxage` (converted by `ms`)
1197 - Include link in default redirect response
1198 * deps: serve-static@~1.3.0
1199 - Accept string for `maxAge` (converted by `ms`)
1200 - Add `setHeaders` option
1201 - Include HTML link in redirect response
1203 * deps: type-is@~1.3.2
1208 * deps: cookie-signature@1.0.4
1209 - fix for timing attacks
1214 * fix `res.attachment` Unicode filenames in Safari
1215 * fix "trim prefix" debug message in `express:router`
1216 * deps: accepts@~1.0.5
1217 * deps: buffer-crc32@0.2.3
1222 * fix persistence of modified `req.params[name]` from `app.param()`
1223 * deps: accepts@1.0.3
1224 - deps: negotiator@0.4.6
1227 - Do not throw uncatchable error on file open race condition
1228 - Use `escape-html` for HTML escaping
1230 - deps: finished@1.2.2
1232 * deps: serve-static@1.2.3
1233 - Do not throw uncatchable error on file open race condition
1239 * fix catching errors from top-level handlers
1240 * use `vary` module for `res.vary`
1242 * deps: proxy-addr@1.0.1
1244 - fix "event emitter leak" warnings
1246 - deps: finished@1.2.1
1247 * deps: serve-static@1.2.2
1248 - fix "event emitter leak" warnings
1250 * deps: type-is@1.2.1
1255 * deps: methods@1.0.1
1257 - Send `max-age` in `Cache-Control` in correct format
1258 * deps: serve-static@1.2.1
1259 - use `escape-html` for escaping
1265 * custom etag control with `app.set('etag', val)`
1266 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
1267 - `app.set('etag', 'weak')` weak tag
1268 - `app.set('etag', 'strong')` strong etag
1269 - `app.set('etag', false)` turn off
1270 - `app.set('etag', true)` standard etag
1271 * mark `res.send` ETag as weak and reduce collisions
1272 * update accepts to 1.0.2
1273 - Fix interpretation when header not in request
1274 * update send to 0.4.0
1275 - Calculate ETag with md5 for reduced collisions
1276 - Ignore stream errors after request ends
1278 * update serve-static to 1.2.0
1279 - Calculate ETag with md5 for reduced collisions
1280 - Ignore stream errors after request ends
1286 * fix handling of errors from `router.param()` callbacks
1291 * revert "fix behavior of multiple `app.VERB` for the same path"
1292 - this caused a regression in the order of route execution
1297 * add `req.baseUrl` to access the path stripped from `req.url` in routes
1298 * fix behavior of multiple `app.VERB` for the same path
1299 * fix issue routing requests among sub routers
1300 * invoke `router.param()` only when necessary instead of every match
1301 * proper proxy trust with `app.set('trust proxy', trust)`
1302 - `app.set('trust proxy', 1)` trust first hop
1303 - `app.set('trust proxy', 'loopback')` trust loopback addresses
1304 - `app.set('trust proxy', '10.0.0.1')` trust single IP
1305 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1306 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1307 - `app.set('trust proxy', false)` turn off
1308 - `app.set('trust proxy', true)` trust everything
1309 * set proper `charset` in `Content-Type` for `res.send`
1310 * update type-is to 1.2.0
1311 - support suffix matching
1316 * deprecate `app.del()` -- use `app.delete()` instead
1317 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1318 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1319 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1320 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1321 * fix `req.next` when inside router instance
1322 * include `ETag` header in `HEAD` requests
1323 * keep previous `Content-Type` for `res.jsonp`
1324 * support PURGE method
1326 - add `router.purge`
1327 - include PURGE in `app.all`
1328 * update debug to 0.8.0
1329 - add `enable()` method
1330 - change from stderr to stdout
1331 * update methods to 1.0.0
1337 * fix `req.host` for IPv6 literals
1338 * fix `res.jsonp` error if callback param is object
1343 * fix package.json to reflect supported node version
1348 * pass options from `res.sendfile` to `send`
1349 * preserve casing of headers in `res.header` and `res.set`
1350 * support unicode file names in `res.attachment` and `res.download`
1351 * update accepts to 1.0.1
1352 - deps: negotiator@0.4.0
1353 * update cookie to 0.1.2
1354 - Fix for maxAge == 0
1355 - made compat with expires field
1356 * update send to 0.3.0
1357 - Accept API options in options object
1358 - Coerce option types
1359 - Control whether to generate etags
1360 - Default directory access to 403 when index disabled
1361 - Fix sending files with dots without root set
1362 - Include file path in etag
1363 - Make "Can't set headers after they are sent." catchable
1364 - Send full entity-body for multi range requests
1365 - Set etags to "weak"
1366 - Support "If-Range" header
1367 - Support multiple index paths
1369 * update serve-static to 1.1.0
1370 - Accept options directly to `send` module
1371 - Resolve relative paths at middleware setup
1372 - Use parseurl to parse the URL from request
1374 * update type-is to 1.1.0
1375 - add non-array values support
1376 - add `multipart` as a shorthand
1383 - connect and connect's patches except for charset handling
1384 - express(1) - moved to [express-generator](https://github.com/expressjs/generator)
1385 - `express.createServer()` - it has been deprecated for a long time. Use `express()`
1386 - `app.configure` - use logic in your own app code
1387 - `app.router` - is removed
1388 - `req.auth` - use `basic-auth` instead
1389 - `req.accepted*` - use `req.accepts*()` instead
1390 - `res.location` - relative URL resolution is removed
1391 - `res.charset` - include the charset in the content type when using `res.set()`
1392 - all bundled middleware except `static`
1394 - `app.route` -> `app.mountpath` when mounting an express app in another express app
1395 - `json spaces` no longer enabled by default in development
1396 - `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
1397 - `req.params` is now an object instead of an array
1398 - `res.locals` is no longer a function. It is a plain js object. Treat it as such.
1399 - `res.headerSent` -> `res.headersSent` to match node.js ServerResponse object
1401 - `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
1402 - `req.is` with [type-is](https://github.com/expressjs/type-is)
1403 - [path-to-regexp](https://github.com/component/path-to-regexp)
1405 - `app.router()` - returns the app Router instance
1406 - `app.route()` - Proxy to the app's `Router#route()` method to create a new route
1407 - Router & Route - public API
1412 * deps: connect@2.30.2
1413 - deps: body-parser@~1.13.3
1414 - deps: compression@~1.5.2
1415 - deps: errorhandler@~1.4.2
1416 - deps: method-override@~2.3.5
1417 - deps: serve-index@~1.7.2
1418 - deps: type-is@~1.6.6
1419 - deps: vhost@~3.0.1
1421 - Fix setting empty header from empty `field`
1422 - perf: enable strict mode
1423 - perf: remove argument reassignments
1428 * deps: basic-auth@~1.0.3
1429 * deps: connect@2.30.1
1430 - deps: body-parser@~1.13.2
1431 - deps: compression@~1.5.1
1432 - deps: errorhandler@~1.4.1
1433 - deps: morgan@~1.6.1
1436 - deps: serve-index@~1.7.1
1437 - deps: type-is@~1.6.4
1442 * deps: basic-auth@1.0.2
1443 - perf: enable strict mode
1444 - perf: hoist regular expression
1445 - perf: parse with regular expressions
1446 - perf: remove argument reassignment
1447 * deps: connect@2.30.0
1448 - deps: body-parser@~1.13.1
1450 - deps: compression@~1.5.0
1451 - deps: cookie@0.1.3
1452 - deps: cookie-parser@~1.3.5
1453 - deps: csurf@~1.8.3
1454 - deps: errorhandler@~1.4.0
1455 - deps: express-session@~1.11.3
1456 - deps: finalhandler@0.4.0
1458 - deps: morgan@~1.6.0
1459 - deps: serve-favicon@~2.3.0
1460 - deps: serve-index@~1.7.0
1461 - deps: serve-static@~1.10.0
1462 - deps: type-is@~1.6.3
1463 * deps: cookie@0.1.3
1464 - perf: deduce the scope of try-catch deopt
1465 - perf: remove argument reassignments
1466 * deps: escape-html@1.0.2
1468 - Always include entity length in ETags for hash length extensions
1469 - Generate non-Stats ETags using MD5 only (no longer CRC32)
1470 - Improve stat performance by removing hashing
1471 - Improve support for JXcore
1472 - Remove base64 padding in ETags to shorten
1473 - Support "fake" stats objects in environments without fs
1474 - Use MD5 instead of MD4 in weak ETags over 1KB
1476 - Add weak `ETag` matching support
1477 * deps: mkdirp@0.5.1
1478 - Work in global strict mode
1480 - Allow Node.js HTTP server to set `Date` response header
1481 - Fix incorrectly removing `Content-Location` on 304 response
1482 - Improve the default redirect response headers
1483 - Send appropriate headers on default error response
1484 - Use `http-errors` for standard emitted errors
1485 - Use `statuses` instead of `http` module for status messages
1486 - deps: escape-html@1.0.2
1489 - deps: on-finished@~2.3.0
1490 - perf: enable strict mode
1491 - perf: remove unnecessary array allocations
1496 * deps: connect@2.29.2
1497 - deps: body-parser@~1.12.4
1498 - deps: compression@~1.4.4
1499 - deps: connect-timeout@~1.6.2
1500 - deps: debug@~2.2.0
1502 - deps: errorhandler@~1.3.6
1503 - deps: finalhandler@0.3.6
1504 - deps: method-override@~2.3.3
1505 - deps: morgan@~1.5.3
1507 - deps: response-time@~2.3.1
1508 - deps: serve-favicon@~2.2.1
1509 - deps: serve-index@~1.6.4
1510 - deps: serve-static@~1.9.3
1511 - deps: type-is@~1.6.2
1512 * deps: debug@~2.2.0
1515 * deps: proxy-addr@~1.0.8
1516 - deps: ipaddr.js@1.0.1
1518 - deps: debug@~2.2.0
1522 - deps: on-finished@~2.2.1
1527 * deps: connect@2.29.1
1528 - deps: body-parser@~1.12.2
1529 - deps: compression@~1.4.3
1530 - deps: connect-timeout@~1.6.1
1531 - deps: debug@~2.1.3
1532 - deps: errorhandler@~1.3.5
1533 - deps: express-session@~1.10.4
1534 - deps: finalhandler@0.3.4
1535 - deps: method-override@~2.3.2
1536 - deps: morgan@~1.5.2
1538 - deps: serve-index@~1.6.3
1539 - deps: serve-static@~1.9.2
1540 - deps: type-is@~1.6.1
1541 * deps: debug@~2.1.3
1542 - Fix high intensity foreground color for bold
1544 * deps: merge-descriptors@1.0.0
1545 * deps: proxy-addr@~1.0.7
1546 - deps: ipaddr.js@0.1.9
1548 - Throw errors early for invalid `extensions` or `index` options
1549 - deps: debug@~2.1.3
1554 * Fix `req.host` when using "trust proxy" hops count
1555 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
1560 * Fix `"trust proxy"` setting to inherit when app is mounted
1561 * Generate `ETag`s for all request responses
1562 - No longer restricted to only responses for `GET` and `HEAD` requests
1563 * Use `content-type` to parse `Content-Type` headers
1564 * deps: connect@2.29.0
1565 - Use `content-type` to parse `Content-Type` headers
1566 - deps: body-parser@~1.12.0
1567 - deps: compression@~1.4.1
1568 - deps: connect-timeout@~1.6.0
1569 - deps: cookie-parser@~1.3.4
1570 - deps: cookie-signature@1.0.6
1571 - deps: csurf@~1.7.0
1572 - deps: errorhandler@~1.3.4
1573 - deps: express-session@~1.10.3
1574 - deps: http-errors@~1.3.1
1575 - deps: response-time@~2.3.0
1576 - deps: serve-index@~1.6.2
1577 - deps: serve-static@~1.9.1
1578 - deps: type-is@~1.6.0
1579 * deps: cookie-signature@1.0.6
1581 - Always read the stat size from the file
1582 - Fix mutating passed-in `options`
1588 * deps: connect@2.28.3
1589 - deps: compression@~1.3.1
1590 - deps: csurf@~1.6.6
1591 - deps: errorhandler@~1.3.3
1592 - deps: express-session@~1.10.2
1593 - deps: serve-index@~1.6.1
1594 - deps: type-is@~1.5.6
1595 * deps: proxy-addr@~1.0.6
1596 - deps: ipaddr.js@0.1.8
1601 * deps: connect@2.28.2
1602 - deps: body-parser@~1.10.2
1603 - deps: serve-static@~1.8.1
1605 - Fix root path disclosure
1610 * Fix `OPTIONS` responses to include the `HEAD` method property
1611 * Use `readline` for prompt in `express(1)`
1612 * deps: commander@2.6.0
1613 * deps: connect@2.28.1
1614 - deps: body-parser@~1.10.1
1615 - deps: compression@~1.3.0
1616 - deps: connect-timeout@~1.5.0
1617 - deps: csurf@~1.6.4
1618 - deps: debug@~2.1.1
1619 - deps: errorhandler@~1.3.2
1620 - deps: express-session@~1.10.1
1621 - deps: finalhandler@0.3.3
1622 - deps: method-override@~2.3.1
1623 - deps: morgan@~1.5.1
1624 - deps: serve-favicon@~2.2.0
1625 - deps: serve-index@~1.6.0
1626 - deps: serve-static@~1.8.0
1627 - deps: type-is@~1.5.5
1628 * deps: debug@~2.1.1
1629 * deps: methods@~1.1.1
1630 * deps: proxy-addr@~1.0.5
1631 - deps: ipaddr.js@0.1.6
1633 - deps: debug@~2.1.1
1636 - deps: on-finished@~2.2.0
1641 * Fix exception in `req.fresh`/`req.stale` without response headers
1646 * deps: connect@2.27.6
1647 - deps: compression@~1.2.2
1648 - deps: express-session@~1.9.3
1649 - deps: http-errors@~1.2.8
1650 - deps: serve-index@~1.5.3
1651 - deps: type-is@~1.5.4
1656 * deps: connect@2.27.4
1657 - deps: body-parser@~1.9.3
1658 - deps: compression@~1.2.1
1659 - deps: errorhandler@~1.2.3
1660 - deps: express-session@~1.9.2
1662 - deps: serve-favicon@~2.1.7
1663 - deps: serve-static@~1.5.1
1664 - deps: type-is@~1.5.3
1666 * deps: proxy-addr@~1.0.4
1667 - deps: ipaddr.js@0.1.5
1672 * deps: connect@2.27.3
1673 - Correctly invoke async callback asynchronously
1674 - deps: csurf@~1.6.3
1679 * deps: connect@2.27.2
1680 - Fix handling of URLs containing `://` in the path
1681 - deps: body-parser@~1.9.2
1687 * Fix internal `utils.merge` deprecation warnings
1688 * deps: connect@2.27.1
1689 - deps: body-parser@~1.9.1
1690 - deps: express-session@~1.9.1
1691 - deps: finalhandler@0.3.2
1692 - deps: morgan@~1.4.1
1694 - deps: serve-static@~1.7.1
1696 - deps: on-finished@~2.1.1
1701 * Use `content-disposition` module for `res.attachment`/`res.download`
1702 - Sends standards-compliant `Content-Disposition` header
1703 - Full Unicode support
1704 * Use `etag` module to generate `ETag` headers
1705 * deps: connect@2.27.0
1706 - Use `http-errors` module for creating errors
1707 - Use `utils-merge` module for merging objects
1708 - deps: body-parser@~1.9.0
1709 - deps: compression@~1.2.0
1710 - deps: connect-timeout@~1.4.0
1711 - deps: debug@~2.1.0
1713 - deps: express-session@~1.9.0
1714 - deps: finalhandler@0.3.1
1715 - deps: method-override@~2.3.0
1716 - deps: morgan@~1.4.0
1717 - deps: response-time@~2.2.0
1718 - deps: serve-favicon@~2.1.6
1719 - deps: serve-index@~1.5.0
1720 - deps: serve-static@~1.7.0
1721 * deps: debug@~2.1.0
1722 - Implement `DEBUG_FD` env variable support
1725 - deps: debug@~2.1.0
1732 * deps: connect@2.26.6
1733 - deps: compression@~1.1.2
1734 - deps: csurf@~1.6.2
1735 - deps: errorhandler@~1.2.2
1740 * deps: connect@2.26.5
1741 - Fix accepting non-object arguments to `logger`
1742 - deps: serve-static@~1.6.4
1747 * deps: connect@2.26.4
1748 - deps: morgan@~1.3.2
1749 - deps: type-is@~1.5.2
1754 * deps: connect@2.26.3
1755 - deps: body-parser@~1.8.4
1756 - deps: serve-favicon@~2.1.5
1757 - deps: serve-static@~1.6.3
1758 * deps: proxy-addr@~1.0.3
1759 - Use `forwarded` npm module
1766 * deps: connect@2.26.2
1767 - deps: body-parser@~1.8.3
1773 * deps: proxy-addr@~1.0.2
1774 - Fix a global leak when multiple subnets are trusted
1775 - deps: ipaddr.js@0.1.3
1780 * Use `crc` instead of `buffer-crc32` for speed
1781 * deps: connect@2.26.1
1782 - deps: body-parser@~1.8.2
1784 - deps: express-session@~1.8.2
1785 - deps: morgan@~1.3.1
1786 - deps: serve-favicon@~2.1.3
1787 - deps: serve-static@~1.6.2
1792 - deps: range-parser@~1.0.2
1797 * Fix error in `req.subdomains` on empty host
1802 * Support `X-Forwarded-Host` in `req.subdomains`
1803 * Support IP address host in `req.subdomains`
1804 * deps: connect@2.26.0
1805 - deps: body-parser@~1.8.1
1806 - deps: compression@~1.1.0
1807 - deps: connect-timeout@~1.3.0
1808 - deps: cookie-parser@~1.3.3
1809 - deps: cookie-signature@1.0.5
1810 - deps: csurf@~1.6.1
1811 - deps: debug@~2.0.0
1812 - deps: errorhandler@~1.2.0
1813 - deps: express-session@~1.8.1
1814 - deps: finalhandler@0.2.0
1816 - deps: media-typer@0.3.0
1817 - deps: method-override@~2.2.0
1818 - deps: morgan@~1.3.0
1820 - deps: serve-favicon@~2.1.3
1821 - deps: serve-index@~1.2.1
1822 - deps: serve-static@~1.6.1
1823 - deps: type-is@~1.5.1
1824 - deps: vhost@~3.0.0
1825 * deps: cookie-signature@1.0.5
1826 * deps: debug@~2.0.0
1828 * deps: media-typer@0.3.0
1829 - Throw error when parameter format invalid on parse
1830 * deps: range-parser@~1.0.2
1832 - Add `lastModified` option
1833 - Use `etag` to generate `ETag` header
1834 - deps: debug@~2.0.0
1837 - Accept valid `Vary` header string as `field`
1839 3.16.10 / 2014-09-04
1840 ====================
1842 * deps: connect@2.25.10
1843 - deps: serve-static@~1.5.4
1845 - Fix a path traversal issue when using `root`
1846 - Fix malicious path detection for empty string path
1851 * deps: connect@2.25.9
1852 - deps: body-parser@~1.6.7
1858 * deps: connect@2.25.8
1859 - deps: body-parser@~1.6.6
1860 - deps: csurf@~1.4.1
1866 * deps: connect@2.25.7
1867 - deps: body-parser@~1.6.5
1868 - deps: express-session@~1.7.6
1869 - deps: morgan@~1.2.3
1870 - deps: serve-static@~1.5.3
1872 - deps: destroy@1.0.3
1873 - deps: on-finished@2.1.0
1878 * deps: connect@2.25.6
1879 - deps: body-parser@~1.6.4
1881 - deps: serve-static@~1.5.2
1883 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1888 * deps: connect@2.25.5
1889 - Fix backwards compatibility in `logger`
1894 * Fix original URL parsing in `res.location`
1895 * deps: connect@2.25.4
1896 - Fix `query` middleware breaking with argument
1897 - deps: body-parser@~1.6.3
1898 - deps: compression@~1.0.11
1899 - deps: connect-timeout@~1.2.2
1900 - deps: express-session@~1.7.5
1901 - deps: method-override@~2.1.3
1902 - deps: on-headers@~1.0.0
1903 - deps: parseurl@~1.3.0
1905 - deps: response-time@~2.0.1
1906 - deps: serve-index@~1.1.6
1907 - deps: serve-static@~1.5.1
1908 * deps: parseurl@~1.3.0
1913 * deps: connect@2.25.3
1914 - deps: multiparty@3.3.2
1919 * deps: connect@2.25.2
1920 - deps: body-parser@~1.6.2
1926 * deps: connect@2.25.1
1927 - deps: body-parser@~1.6.1
1933 * deps: connect@2.25.0
1934 - deps: body-parser@~1.6.0
1935 - deps: compression@~1.0.10
1936 - deps: csurf@~1.4.0
1937 - deps: express-session@~1.7.4
1939 - deps: serve-static@~1.5.0
1941 - Add `extensions` option
1946 * fix `res.sendfile` regression for serving directory index files
1947 * deps: connect@2.24.3
1948 - deps: serve-index@~1.1.5
1949 - deps: serve-static@~1.4.4
1951 - Fix incorrect 403 on Windows and Node.js 0.11
1952 - Fix serving index files without root dir
1957 * deps: connect@2.24.2
1958 - deps: body-parser@~1.5.2
1960 - deps: express-session@~1.7.2
1961 - deps: morgan@~1.2.2
1962 - deps: serve-static@~1.4.2
1964 - Work-around v8 generating empty stack traces
1971 * deps: connect@2.24.1
1972 - deps: body-parser@~1.5.1
1974 - deps: express-session@~1.7.1
1975 - deps: morgan@~1.2.1
1976 - deps: serve-index@~1.1.4
1977 - deps: serve-static@~1.4.1
1979 - Fix exception when global `Error.stackTraceLimit` is too low
1986 * Fix `req.protocol` for proxy-direct connections
1987 * Pass options from `res.sendfile` to `send`
1988 * deps: connect@2.24.0
1989 - deps: body-parser@~1.5.0
1990 - deps: compression@~1.0.9
1991 - deps: connect-timeout@~1.2.1
1994 - deps: express-session@~1.7.0
1995 - deps: finalhandler@0.1.0
1996 - deps: method-override@~2.1.2
1997 - deps: morgan@~1.2.0
1998 - deps: multiparty@3.3.1
1999 - deps: parseurl@~1.2.0
2000 - deps: serve-static@~1.4.0
2003 - Add `TRACE_DEPRECATION` environment variable
2004 - Remove non-standard grey color from color output
2005 - Support `--no-deprecation` argument
2006 - Support `--trace-deprecation` argument
2007 * deps: parseurl@~1.2.0
2008 - Cache URLs based on original value
2009 - Remove no-longer-needed URL mis-parse work-around
2010 - Simplify the "fast-path" `RegExp`
2012 - Add `dotfiles` option
2013 - Cap `maxAge` value to 1 year
2020 * add explicit "Rosetta Flash JSONP abuse" protection
2021 - previous versions are not vulnerable; this is just explicit protection
2022 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
2023 * fix `res.send(status, num)` to send `num` as json (not error)
2024 * remove unnecessary escaping when `res.jsonp` returns JSON response
2025 * deps: basic-auth@1.0.0
2026 - support empty password
2027 - support empty username
2028 * deps: connect@2.23.0
2030 - deps: express-session@~1.6.4
2031 - deps: method-override@~2.1.0
2032 - deps: parseurl@~1.1.3
2033 - deps: serve-static@~1.3.1
2035 - Add support for multiple wildcards in namespaces
2036 * deps: methods@1.1.0
2038 * deps: parseurl@~1.1.3
2039 - faster parsing of href-only URLs
2044 * add deprecation message to `app.configure`
2045 * add deprecation message to `req.auth`
2046 * use `basic-auth` to parse `Authorization` header
2047 * deps: connect@2.22.0
2048 - deps: csurf@~1.3.0
2049 - deps: express-session@~1.6.1
2050 - deps: multiparty@3.3.0
2051 - deps: serve-static@~1.3.0
2053 - Accept string for `maxage` (converted by `ms`)
2054 - Include link in default redirect response
2059 * deps: connect@2.21.1
2060 - deps: cookie-parser@1.3.2
2061 - deps: cookie-signature@1.0.4
2062 - deps: express-session@~1.5.2
2063 - deps: type-is@~1.3.2
2064 * deps: cookie-signature@1.0.4
2065 - fix for timing attacks
2070 * use `media-typer` to alter content-type charset
2071 * deps: connect@2.21.0
2072 - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
2073 - deprecate `connect.createServer()` -- use `connect()` instead
2074 - fix `res.setHeader()` patch to work with with get -> append -> set pattern
2075 - deps: compression@~1.0.8
2076 - deps: errorhandler@~1.1.1
2077 - deps: express-session@~1.5.0
2078 - deps: serve-index@~1.1.3
2083 * deprecate things with `depd` module
2084 * deps: buffer-crc32@0.2.3
2085 * deps: connect@2.20.2
2086 - deprecate `verify` option to `json` -- use `body-parser` npm module instead
2087 - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
2088 - deprecate things with `depd` module
2089 - use `finalhandler` for final response handling
2090 - use `media-typer` to parse `content-type` for charset
2091 - deps: body-parser@1.4.3
2092 - deps: connect-timeout@1.1.1
2093 - deps: cookie-parser@1.3.1
2095 - deps: errorhandler@1.1.0
2096 - deps: express-session@1.4.0
2097 - deps: multiparty@3.2.9
2098 - deps: serve-index@1.1.2
2099 - deps: type-is@1.3.1
2105 * deps: connect@2.19.6
2106 - deps: body-parser@1.3.1
2107 - deps: compression@1.0.7
2109 - deps: serve-index@1.1.1
2110 - deps: serve-static@1.2.3
2113 - Do not throw uncatchable error on file open race condition
2114 - Use `escape-html` for HTML escaping
2116 - deps: finished@1.2.2
2122 * deps: connect@2.19.5
2123 - fix "event emitter leak" warnings
2126 - deps: serve-static@1.2.2
2127 - deps: type-is@1.2.1
2130 - fix "event emitter leak" warnings
2131 - deps: finished@1.2.1
2137 * use `vary` module for `res.vary`
2138 * deps: connect@2.19.4
2139 - deps: errorhandler@1.0.2
2140 - deps: method-override@2.0.2
2141 - deps: serve-favicon@2.0.1
2147 * deps: connect@2.19.3
2148 - deps: compression@1.0.6
2153 * deps: connect@2.19.2
2154 - deps: compression@1.0.4
2155 * deps: proxy-addr@1.0.1
2160 * deps: connect@2.19.1
2161 - deprecate `methodOverride()` -- use `method-override` npm module instead
2162 - deps: body-parser@1.3.0
2163 - deps: method-override@2.0.1
2164 - deps: multiparty@3.2.8
2165 - deps: response-time@2.0.0
2166 - deps: serve-static@1.2.1
2167 * deps: methods@1.0.1
2169 - Send `max-age` in `Cache-Control` in correct format
2174 * custom etag control with `app.set('etag', val)`
2175 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
2176 - `app.set('etag', 'weak')` weak tag
2177 - `app.set('etag', 'strong')` strong etag
2178 - `app.set('etag', false)` turn off
2179 - `app.set('etag', true)` standard etag
2180 * Include ETag in HEAD requests
2181 * mark `res.send` ETag as weak and reduce collisions
2182 * update connect to 2.18.0
2183 - deps: compression@1.0.3
2184 - deps: serve-index@1.1.0
2185 - deps: serve-static@1.2.0
2186 * update send to 0.4.0
2187 - Calculate ETag with md5 for reduced collisions
2188 - Ignore stream errors after request ends
2194 * update connect to 2.17.3
2195 - deps: body-parser@1.2.2
2196 - deps: express-session@1.2.1
2197 - deps: method-override@1.0.2
2202 * keep previous `Content-Type` for `res.jsonp`
2203 * set proper `charset` in `Content-Type` for `res.send`
2204 * update connect to 2.17.1
2205 - fix `res.charset` appending charset when `content-type` has one
2206 - deps: express-session@1.2.0
2207 - deps: morgan@1.1.1
2208 - deps: serve-index@1.0.3
2213 * proper proxy trust with `app.set('trust proxy', trust)`
2214 - `app.set('trust proxy', 1)` trust first hop
2215 - `app.set('trust proxy', 'loopback')` trust loopback addresses
2216 - `app.set('trust proxy', '10.0.0.1')` trust single IP
2217 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
2218 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
2219 - `app.set('trust proxy', false)` turn off
2220 - `app.set('trust proxy', true)` trust everything
2221 * update connect to 2.16.2
2222 - deprecate `res.headerSent` -- use `res.headersSent`
2223 - deprecate `res.on("header")` -- use on-headers module instead
2224 - fix edge-case in `res.appendHeader` that would append in wrong order
2225 - json: use body-parser
2226 - urlencoded: use body-parser
2228 - dep: cookie-parser@1.1.0
2230 - dep: express-session@1.1.0
2231 - dep: method-override@1.0.1
2236 * deprecate `app.del()` -- use `app.delete()` instead
2237 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
2238 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
2239 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
2240 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
2241 * support PURGE method
2243 - add `router.purge`
2244 - include PURGE in `app.all`
2245 * update connect to 2.15.0
2246 * Add `res.appendHeader`
2247 * Call error stack even when response has been sent
2248 * Patch `res.headerSent` to return Boolean
2249 * Patch `res.headersSent` for node.js 0.8
2250 * Prevent default 404 handler after response sent
2251 * dep: compression@1.0.2
2252 * dep: connect-timeout@1.1.0
2254 * dep: errorhandler@1.0.1
2255 * dep: express-session@1.0.4
2257 * dep: serve-favicon@2.0.0
2258 * dep: serve-index@1.0.2
2259 * update debug to 0.8.0
2260 * add `enable()` method
2261 * change from stderr to stdout
2262 * update methods to 1.0.0
2264 * update mkdirp to 0.5.0
2269 * fix `req.host` for IPv6 literals
2270 * fix `res.jsonp` error if callback param is object
2275 * update connect to 2.14.5
2276 * update cookie to 0.1.2
2277 * update mkdirp to 0.4.0
2278 * update send to 0.3.0
2283 * pin less-middleware in generated app
2293 * prevent incorrect automatic OPTIONS responses #1868 @dpatti
2294 * update binary and examples for jade 1.0 #1876 @yossi, #1877 @reqshark, #1892 @matheusazzi
2295 * throw 400 in case of malformed paths @rlidwka
2305 * update connect (raw-body)
2311 * res.location: remove leading ./ #1802 @kapouer
2312 * res.redirect: fix `res.redirect('toString') #1829 @michaelficarra
2313 * res.send: always send ETag when content-length > 0
2314 * router: add Router.all() method
2322 * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04
2333 * downgrade commander
2340 * jsonp: check if callback is a function
2341 * router: wrap encodeURIComponent in a try/catch #1735 (@lxe)
2342 * res.format: now includes charset @1747 (@sorribas)
2343 * res.links: allow multiple calls @1746 (@sorribas)
2348 * add res.vary(). Closes #1682
2364 * Revert "remove charset from json responses. Closes #1631" (causes issues in some clients)
2365 * add: req.accepts take an argument list
2370 * update send and connect
2382 * remove .version export
2393 * add support for multiple X-Forwarded-Proto values. Closes #1646
2394 * change: remove charset from json responses. Closes #1631
2395 * change: return actual booleans from req.accept* functions
2396 * fix jsonp callback array throw
2407 * update node-cookie
2408 * add: throw a meaningful error when there is no default engine
2409 * change generation of ETags with res.send() to GET requests only. Closes #1619
2414 * fix `req.subdomains` when no Host is present
2415 * fix `req.host` when no Host is present, return undefined
2420 * update connect / qs
2430 * add app.VERB() paths array deprecation warning
2432 * update qs and remove all ~ semver crap
2433 * fix: accept number as value of Signed Cookie
2438 * add "view" constructor setting to override view behaviour
2439 * add req.acceptsEncoding(name)
2440 * add req.acceptedEncodings
2441 * revert cookie signature change causing session race conditions
2442 * fix sorting of Accept values of the same quality
2447 * add support for custom Accept parameters
2448 * update cookie-signature
2453 * add X-Forwarded-Host support to `req.host`
2454 * fix relative redirects
2456 * update buffer-crc32
2457 * remove legacy app.configure() method from app template.
2462 * add support for leading "." in "view engine" setting
2463 * add array support to `res.set()`
2464 * add node 0.8.x to travis.yml
2465 * add "subdomain offset" setting for tweaking `req.subdomains`
2466 * add `res.location(url)` implementing `res.redirect()`-like setting of Location
2467 * use app.get() for x-powered-by setting for inheritance
2468 * fix colons in passwords for `req.auth`
2473 * add http verb methods to Router
2475 * fix mangling of the `res.cookie()` options object
2476 * fix jsonp whitespace escape. Closes #1132
2481 * add throwing when a non-function is passed to a route
2482 * fix: explicitly remove Transfer-Encoding header from 204 and 304 responses
2483 * revert "add 'etag' option"
2488 * add 'etag' option to disable `res.send()` Etags
2489 * add escaping of urls in text/plain in `res.redirect()`
2490 for old browsers interpreting as html
2491 * change crc32 module for a more liberal license
2498 * update cookie module
2499 * fix cookie max-age
2504 * add OPTIONS to cors example. Closes #1398
2505 * fix route chaining regression. Closes #1397
2516 * add "Basic" check to req.auth
2517 * add `req.auth` test coverage
2518 * add cb && cb(payload) to `res.jsonp()`. Closes #1374
2519 * add backwards compat for `res.redirect()` status. Closes #1336
2520 * add support for `res.json()` to retain previously defined Content-Types. Closes #1349
2522 * change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
2523 * remove non-primitive string support for `res.send()`
2524 * fix view-locals example. Closes #1370
2525 * fix route-separation example
2527 3.0.0rc5 / 2012-09-18
2531 * add redis search example
2532 * add static-files example
2533 * add "x-powered-by" setting (`app.disable('x-powered-by')`)
2534 * add "application/octet-stream" redirect Accept test case. Closes #1317
2536 3.0.0rc4 / 2012-08-30
2539 * add `res.jsonp()`. Closes #1307
2540 * add "verbose errors" option to error-pages example
2541 * add another route example to express(1) so people are not so confused
2542 * add redis online user activity tracking example
2543 * update connect dep
2544 * fix etag quoting. Closes #1310
2545 * fix error-pages 404 status
2546 * fix jsonp callback char restrictions
2547 * remove old OPTIONS default response
2549 3.0.0rc3 / 2012-08-13
2552 * update connect dep
2553 * fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
2554 * fix `res.render()` clobbering of "locals"
2556 3.0.0rc2 / 2012-08-03
2560 * update connect dep
2561 * deprecate `.createServer()` & remove old stale examples
2562 * fix: escape `res.redirect()` link
2565 3.0.0rc1 / 2012-07-24
2568 * add more examples to view-locals
2569 * add scheme-relative redirects (`res.redirect("//foo.com")`) support
2571 * update connect dep
2573 * fix `express(1)` -h flag, use -H for hogan. Closes #1245
2574 * fix `res.sendfile()` socket error handling regression
2576 3.0.0beta7 / 2012-07-16
2579 * update connect dep for `send()` root normalization regression
2581 3.0.0beta6 / 2012-07-13
2584 * add `err.view` property for view errors. Closes #1226
2585 * add "jsonp callback name" setting
2586 * add support for "/foo/:bar*" non-greedy matches
2587 * change `res.sendfile()` to use `send()` module
2588 * change `res.send` to use "response-send" module
2589 * remove `app.locals.use` and `res.locals.use`, use regular middleware
2591 3.0.0beta5 / 2012-07-03
2594 * add "make check" support
2595 * add route-map example
2596 * add `res.json(obj, status)` support back for BC
2597 * add "methods" dep, remove internal methods module
2598 * update connect dep
2599 * update auth example to utilize cores pbkdf2
2600 * updated tests to use "supertest"
2602 3.0.0beta4 / 2012-06-25
2606 * Added `req.range(size)`
2607 * Added `res.links(obj)`
2608 * Added `res.send(body, status)` support back for backwards compat
2609 * Added `.default()` support to `res.format()`
2610 * Added 2xx / 304 check to `req.fresh`
2611 * Revert "Added + support to the router"
2612 * Fixed `res.send()` freshness check, respect res.statusCode
2614 3.0.0beta3 / 2012-06-15
2617 * Added hogan `--hjs` to express(1) [nullfirm]
2618 * Added another example to content-negotiation
2620 * Changed: `res.send()` always checks freshness
2621 * Fixed: expose connects mime module. Closes #1165
2623 3.0.0beta2 / 2012-06-06
2626 * Added `+` support to the router
2628 * Changed `req.param()` to check route first
2629 * Update connect dep
2631 3.0.0beta1 / 2012-06-01
2634 * Added `res.format()` callback to override default 406 behaviour
2635 * Fixed `res.redirect()` 406. Closes #1154
2637 3.0.0alpha5 / 2012-05-30
2641 * Added `{ signed: true }` option to `res.cookie()`
2642 * Removed `res.signedCookie()`
2643 * Changed: dont reverse `req.ips`
2644 * Fixed "trust proxy" setting check for `req.ips`
2646 3.0.0alpha4 / 2012-05-09
2649 * Added: allow `[]` in jsonp callback. Closes #1128
2650 * Added `PORT` env var support in generated template. Closes #1118 [benatkin]
2651 * Updated: connect 2.2.2
2653 3.0.0alpha3 / 2012-05-04
2656 * Added public `app.routes`. Closes #887
2657 * Added _view-locals_ example
2658 * Added _mvc_ example
2659 * Added `res.locals.use()`. Closes #1120
2660 * Added conditional-GET support to `res.send()`
2661 * Added: coerce `res.set()` values to strings
2662 * Changed: moved `static()` in generated apps below router
2663 * Changed: `res.send()` only set ETag when not previously set
2664 * Changed connect 2.2.1 dep
2665 * Changed: `make test` now runs unit / acceptance tests
2666 * Fixed req/res proto inheritance
2668 3.0.0alpha2 / 2012-04-26
2671 * Added `make benchmark` back
2672 * Added `res.send()` support for `String` objects
2673 * Added client-side data exposing example
2674 * Added `res.header()` and `req.header()` aliases for BC
2675 * Added `express.createServer()` for BC
2676 * Perf: memoize parsed urls
2677 * Perf: connect 2.2.0 dep
2678 * Changed: make `expressInit()` middleware self-aware
2679 * Fixed: use app.get() for all core settings
2680 * Fixed redis session example
2681 * Fixed session example. Closes #1105
2682 * Fixed generated express dep. Closes #1078
2684 3.0.0alpha1 / 2012-04-15
2687 * Added `app.locals.use(callback)`
2688 * Added `app.locals` object
2689 * Added `app.locals(obj)`
2690 * Added `res.locals` object
2691 * Added `res.locals(obj)`
2692 * Added `res.format()` for content-negotiation
2693 * Added `app.engine()`
2694 * Added `res.cookie()` JSON cookie support
2695 * Added "trust proxy" setting
2696 * Added `req.subdomains`
2697 * Added `req.protocol`
2698 * Added `req.secure`
2703 * Added comma-delimited / array support for `req.accepts()`
2704 * Added debug instrumentation
2705 * Added `res.set(obj)`
2706 * Added `res.set(field, value)`
2707 * Added `res.get(field)`
2708 * Added `app.get(setting)`. Closes #842
2709 * Added `req.acceptsLanguage()`
2710 * Added `req.acceptsCharset()`
2711 * Added `req.accepted`
2712 * Added `req.acceptedLanguages`
2713 * Added `req.acceptedCharsets`
2714 * Added "json replacer" setting
2715 * Added "json spaces" setting
2716 * Added X-Forwarded-Proto support to `res.redirect()`. Closes #92
2717 * Added `--less` support to express(1)
2718 * Added `express.response` prototype
2719 * Added `express.request` prototype
2720 * Added `express.application` prototype
2721 * Added `app.path()`
2722 * Added `app.render()`
2723 * Added `res.type()` to replace `res.contentType()`
2724 * Changed: `res.redirect()` to add relative support
2725 * Changed: enable "jsonp callback" by default
2726 * Changed: renamed "case sensitive routes" to "case sensitive routing"
2727 * Rewrite of all tests with mocha
2728 * Removed "root" setting
2729 * Removed `res.redirect('home')` support
2730 * Removed `req.notify()`
2731 * Removed `app.register()`
2732 * Removed `app.redirect()`
2733 * Removed `app.is()`
2734 * Removed `app.helpers()`
2735 * Removed `app.dynamicHelpers()`
2736 * Fixed `res.sendfile()` with non-GET. Closes #723
2737 * Fixed express(1) public dir for windows. Closes #866
2742 * Added support for PURGE request method [pbuyle]
2743 * Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
2748 * Update mkdirp dep. Closes #991
2753 * Fixed `app.all` duplicate DELETE requests [mscdex]
2758 * Updated hamljs dev dep. Closes #953
2763 * Fixed: set `filename` on cached templates [matthewleon]
2768 * Fixed `express(1)` eol on 0.4.x. Closes #947
2773 * Fixed `req.is()` when a charset is present
2778 * Fixed: express(1) LF -> CRLF for windows
2783 * Changed: updated connect to 1.8.x
2784 * Removed sass.js support from express(1)
2789 * Added ./routes dir for generated app by default
2790 * Added npm install reminder to express(1) app gen
2791 * Added 0.5.x support
2792 * Removed `make test-cov` since it wont work with node 0.5.x
2793 * Fixed express(1) public dir for windows. Closes #866
2798 * Added mkdirp to express(1). Closes #795
2799 * Added simple _json-config_ example
2800 * Added shorthand for the parsed request's pathname via `req.path`
2801 * Changed connect dep to 1.7.x to fix npm issue...
2802 * Fixed `res.redirect()` __HEAD__ support. [reported by xerox]
2803 * Fixed `req.flash()`, only escape args
2804 * Fixed absolute path checking on windows. Closes #829 [reported by andrewpmckenzie]
2809 * Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2814 * Added support for routes to handle errors. Closes #809
2815 * Added `app.routes.all()`. Closes #803
2816 * Added "basepath" setting to work in conjunction with reverse proxies etc.
2817 * Refactored `Route` to use a single array of callbacks
2818 * Added support for multiple callbacks for `app.param()`. Closes #801
2820 * Changed: removed .call(self) for route callbacks
2821 * Dependency: `qs >= 0.3.1`
2822 * Fixed `res.redirect()` on windows due to `join()` usage. Closes #808
2827 * Fixed `res.header()` intention of a set, even when `undefined`
2828 * Fixed `*`, value no longer required
2829 * Fixed `res.send(204)` support. Closes #771
2834 * Added docs for `status` option special-case. Closes #739
2835 * Fixed `options.filename`, exposing the view path to template engines
2840 * Revert "removed jsonp stripping" for XSS
2845 * Added `res.json()` JSONP support. Closes #737
2846 * Added _extending-templates_ example. Closes #730
2847 * Added "strict routing" setting for trailing slashes
2848 * Added support for multiple envs in `app.configure()` calls. Closes #735
2849 * Changed: `res.send()` using `res.json()`
2850 * Changed: when cookie `path === null` don't default it
2851 * Changed; default cookie path to "home" setting. Closes #731
2852 * Removed _pids/logs_ creation from express(1)
2857 * Added chainable `res.status(code)`
2858 * Added `res.json()`, an explicit version of `res.send(obj)`
2859 * Added simple web-service example
2864 * \#express is now on freenode! come join!
2865 * Added `req.get(field, param)`
2866 * Added links to Japanese documentation, thanks @hideyukisaito!
2867 * Added; the `express(1)` generated app outputs the env
2868 * Added `content-negotiation` example
2869 * Dependency: connect >= 1.5.1 < 2.0.0
2870 * Fixed view layout bug. Closes #720
2871 * Fixed; ignore body on 304. Closes #701
2877 * Removed generation of dummy test file from `express(1)`
2878 * Fixed; `express(1)` adds express as a dep
2879 * Fixed; prune on `prepublish`
2884 * Added `req.route`, exposing the current route
2885 * Added _package.json_ generation support to `express(1)`
2886 * Fixed call to `app.param()` function for optional params. Closes #682
2891 * Fixed bug-ish with `../' in `res.partial()` calls
2896 * Fixed `app.options()`
2901 * Added route `Collection`, ex: `app.get('/user/:id').remove();`
2902 * Added support for `app.param(fn)` to define param logic
2903 * Removed `app.param()` support for callback with return value
2904 * Removed module.parent check from express(1) generated app. Closes #670
2905 * Refactored router. Closes #639
2910 * Changed; using devDependencies instead of git submodules
2911 * Fixed redis session example
2912 * Fixed markdown example
2913 * Fixed view caching, should not be enabled in development
2918 * Added export `.view` as alias for `.View`
2923 * Added `./examples/say`
2924 * Fixed `res.sendfile()` bug preventing the transfer of files with spaces
2929 * Added "case sensitive routes" option.
2930 * Changed; split methods supported per rfc [slaskis]
2931 * Fixed route-specific middleware when using the same callback function several times
2941 * Added `app.match()` as `app.match.all()`
2942 * Added `app.lookup()` as `app.lookup.all()`
2943 * Added `app.remove()` for `app.remove.all()`
2944 * Added `app.remove.VERB()`
2945 * Fixed template caching collision issue. Closes #644
2946 * Moved router over from connect and started refactor
2951 * Added options support to `res.clearCookie()`
2952 * Added `res.helpers()` as alias of `res.locals()`
2953 * Added; json defaults to UTF-8 with `res.send()`. Closes #632. [Daniel * Dependency `connect >= 1.4.0`
2954 * Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
2955 * Renamed "cache views" to "view cache". Closes #628
2956 * Fixed caching of views when using several apps. Closes #637
2957 * Fixed gotcha invoking `app.param()` callbacks once per route middleware.
2959 * Fixed partial lookup precedence. Closes #631
2965 * Added second callback support for `res.download()` connection errors
2966 * Fixed `filename` option passing to template engine
2971 * Added `layout(path)` helper to change the layout within a view. Closes #610
2972 * Fixed `partial()` collection object support.
2973 Previously only anything with `.length` would work.
2974 When `.length` is present one must still be aware of holes,
2975 however now `{ collection: {foo: 'bar'}}` is valid, exposes
2976 `keyInCollection` and `keysInCollection`.
2978 * Performance improved with better view caching
2979 * Removed `request` and `response` locals
2980 * Changed; errorHandler page title is now `Express` instead of `Connect`
2985 * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
2986 * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
2987 * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
2988 * Dependency `connect >= 1.2.0`
2993 * Added; expose `err.view` object when failing to locate a view
2994 * Fixed `res.partial()` call `next(err)` when no callback is given [reported by aheckmann]
2995 * Fixed; `res.send(undefined)` responds with 204 [aheckmann]
3000 * Added `<root>/_?<name>` partial lookup support. Closes #447
3001 * Added `request`, `response`, and `app` local variables
3002 * Added `settings` local variable, containing the app's settings
3003 * Added `req.flash()` exception if `req.session` is not available
3004 * Added `res.send(bool)` support (json response)
3005 * Fixed stylus example for latest version
3006 * Fixed; wrap try/catch around `res.render()`
3011 * Fixed up index view path alternative.
3012 * Changed; `res.locals()` without object returns the locals
3014 2.0.0rc3 / 2011-03-17
3017 * Added `res.locals(obj)` to compliment `res.local(key, val)`
3018 * Added `res.partial()` callback support
3019 * Fixed recursive error reporting issue in `res.render()`
3021 2.0.0rc2 / 2011-03-17
3024 * Changed; `partial()` "locals" are now optional
3025 * Fixed `SlowBuffer` support. Closes #584 [reported by tyrda01]
3026 * Fixed .filename view engine option [reported by drudge]
3027 * Fixed blog example
3028 * Fixed `{req,res}.app` reference when mounting [Ben Weaver]
3030 2.0.0rc / 2011-03-14
3033 * Fixed; expose `HTTPSServer` constructor
3034 * Fixed express(1) default test charset. Closes #579 [reported by secoif]
3035 * Fixed; default charset to utf-8 instead of utf8 for lame IE [reported by NickP]
3037 2.0.0beta3 / 2011-03-09
3040 * Added support for `res.contentType()` literal
3041 The original `res.contentType('.json')`,
3042 `res.contentType('application/json')`, and `res.contentType('json')`
3044 * Added `res.render()` status option support back
3045 * Added charset option for `res.render()`
3046 * Added `.charset` support (via connect 1.0.4)
3047 * Added view resolution hints when in development and a lookup fails
3048 * Added layout lookup support relative to the page view.
3049 For example while rendering `./views/user/index.jade` if you create
3050 `./views/user/layout.jade` it will be used in favour of the root layout.
3051 * Fixed `res.redirect()`. RFC states absolute url [reported by unlink]
3052 * Fixed; default `res.send()` string charset to utf8
3053 * Removed `Partial` constructor (not currently used)
3055 2.0.0beta2 / 2011-03-07
3058 * Added res.render() `.locals` support back to aid in migration process
3059 * Fixed flash example
3061 2.0.0beta / 2011-03-03
3064 * Added HTTPS support
3065 * Added `res.cookie()` maxAge support
3066 * Added `req.header()` _Referrer_ / _Referer_ special-case, either works
3067 * Added mount support for `res.redirect()`, now respects the mount-point
3068 * Added `union()` util, taking place of `merge(clone())` combo
3069 * Added stylus support to express(1) generated app
3070 * Added secret to session middleware used in examples and generated app
3071 * Added `res.local(name, val)` for progressive view locals
3072 * Added default param support to `req.param(name, default)`
3073 * Added `app.disabled()` and `app.enabled()`
3074 * Added `app.register()` support for omitting leading ".", either works
3075 * Added `res.partial()`, using the same interface as `partial()` within a view. Closes #539
3076 * Added `app.param()` to map route params to async/sync logic
3077 * Added; aliased `app.helpers()` as `app.locals()`. Closes #481
3078 * Added extname with no leading "." support to `res.contentType()`
3079 * Added `cache views` setting, defaulting to enabled in "production" env
3080 * Added index file partial resolution, eg: partial('user') may try _views/user/index.jade_.
3081 * Added `req.accepts()` support for extensions
3082 * Changed; `res.download()` and `res.sendfile()` now utilize Connect's
3083 static file server `connect.static.send()`.
3084 * Changed; replaced `connect.utils.mime()` with npm _mime_ module
3085 * Changed; allow `req.query` to be pre-defined (via middleware or other parent
3086 * Changed view partial resolution, now relative to parent view
3087 * Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
3088 * Fixed `req.param()` bug returning Array.prototype methods. Closes #552
3089 * Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
3090 * Fixed; using _qs_ module instead of _querystring_
3091 * Fixed; strip unsafe chars from jsonp callbacks
3092 * Removed "stream threshold" setting
3097 * Allow `req.query` to be pre-defined (via middleware or other parent app)
3098 * "connect": ">= 0.5.0 < 1.0.0". Closes #547
3099 * Removed the long deprecated __EXPRESS_ENV__ support
3104 * Fixed `render()` setting inheritance.
3105 Mounted apps would not inherit "view engine"
3110 * Fixed `view engine` setting bug when period is in dirname
3115 * Added secret to generated app `session()` call
3120 * Added `qs` dependency to _package.json_
3121 * Fixed namespaced `require()`s for latest connect support
3126 * Remove unsafe characters from JSONP callback names [Ryan Grove]
3131 * Removed nested require, using `connect.router`
3136 * Fixed for middleware stacked via `createServer()`
3137 previously the `foo` middleware passed to `createServer(foo)`
3138 would not have access to Express methods such as `res.send()`
3139 or props like `req.query` etc.
3144 * Added; deduce partial object names from the last segment.
3145 For example by default `partial('forum/post', postObject)` will
3146 give you the _post_ object, providing a meaningful default.
3147 * Added http status code string representation to `res.redirect()` body
3148 * Added; `res.redirect()` supporting _text/plain_ and _text/html_ via __Accept__.
3149 * Added `req.is()` to aid in content negotiation
3150 * Added partial local inheritance [suggested by masylum]. Closes #102
3151 providing access to parent template locals.
3152 * Added _-s, --session[s]_ flag to express(1) to add session related middleware
3153 * Added _--template_ flag to express(1) to specify the
3154 template engine to use.
3155 * Added _--css_ flag to express(1) to specify the
3156 stylesheet engine to use (or just plain css by default).
3157 * Added `app.all()` support [thanks aheckmann]
3158 * Added partial direct object support.
3159 You may now `partial('user', user)` providing the "user" local,
3160 vs previously `partial('user', { object: user })`.
3161 * Added _route-separation_ example since many people question ways
3162 to do this with CommonJS modules. Also view the _blog_ example for
3164 * Performance; caching view path derived partial object names
3165 * Fixed partial local inheritance precedence. [reported by Nick Poulden] Closes #454
3166 * Fixed jsonp support; _text/javascript_ as per mailinglist discussion
3168 1.0.0rc4 / 2010-10-14
3171 * Added _NODE_ENV_ support, _EXPRESS_ENV_ is deprecated and will be removed in 1.0.0
3172 * Added route-middleware support (very helpful, see the [docs](http://expressjs.com/guide.html#Route-Middleware))
3173 * Added _jsonp callback_ setting to enable/disable jsonp autowrapping [Dav Glass]
3174 * Added callback query check on response.send to autowrap JSON objects for simple webservice implementations [Dav Glass]
3175 * Added `partial()` support for array-like collections. Closes #434
3176 * Added support for swappable querystring parsers
3177 * Added session usage docs. Closes #443
3178 * Added dynamic helper caching. Closes #439 [suggested by maritz]
3179 * Added authentication example
3180 * Added basic Range support to `res.sendfile()` (and `res.download()` etc)
3181 * Changed; `express(1)` generated app using 2 spaces instead of 4
3182 * Default env to "development" again [aheckmann]
3183 * Removed _context_ option is no more, use "scope"
3184 * Fixed; exposing _./support_ libs to examples so they can run without installs
3187 1.0.0rc3 / 2010-09-20
3190 * Added confirmation for `express(1)` app generation. Closes #391
3191 * Added extending of flash formatters via `app.flashFormatters`
3192 * Added flash formatter support. Closes #411
3193 * Added streaming support to `res.sendfile()` using `sys.pump()` when >= "stream threshold"
3194 * Added _stream threshold_ setting for `res.sendfile()`
3195 * Added `res.send()` __HEAD__ support
3196 * Added `res.clearCookie()`
3197 * Added `res.cookie()`
3198 * Added `res.render()` headers option
3199 * Added `res.redirect()` response bodies
3200 * Added `res.render()` status option support. Closes #425 [thanks aheckmann]
3201 * Fixed `res.sendfile()` responding with 403 on malicious path
3202 * Fixed `res.download()` bug; when an error occurs remove _Content-Disposition_
3203 * Fixed; mounted apps settings now inherit from parent app [aheckmann]
3204 * Fixed; stripping Content-Length / Content-Type when 204
3205 * Fixed `res.send()` 204. Closes #419
3206 * Fixed multiple _Set-Cookie_ headers via `res.header()`. Closes #402
3207 * Fixed bug messing with error handlers when `listenFD()` is called instead of `listen()`. [thanks guillermo]
3210 1.0.0rc2 / 2010-08-17
3213 * Added `app.register()` for template engine mapping. Closes #390
3214 * Added `res.render()` callback support as second argument (no options)
3215 * Added callback support to `res.download()`
3216 * Added callback support for `res.sendfile()`
3217 * Added support for middleware access via `express.middlewareName()` vs `connect.middlewareName()`
3218 * Added "partials" setting to docs
3219 * Added default expresso tests to `express(1)` generated app. Closes #384
3220 * Fixed `res.sendfile()` error handling, defer via `next()`
3221 * Fixed `res.render()` callback when a layout is used [thanks guillermo]
3222 * Fixed; `make install` creating ~/.node_libraries when not present
3223 * Fixed issue preventing error handlers from being defined anywhere. Closes #387
3225 1.0.0rc / 2010-07-28
3228 * Added mounted hook. Closes #369
3229 * Added connect dependency to _package.json_
3231 * Removed "reload views" setting and support code
3232 development env never caches, production always caches.
3234 * Removed _param_ in route callbacks, signature is now
3235 simply (req, res, next), previously (req, res, params, next).
3236 Use _req.params_ for path captures, _req.query_ for GET params.
3238 * Fixed "home" setting
3239 * Fixed middleware/router precedence issue. Closes #366
3240 * Fixed; _configure()_ callbacks called immediately. Closes #368
3242 1.0.0beta2 / 2010-07-23
3245 * Added more examples
3246 * Added; exporting `Server` constructor
3247 * Added `Server#helpers()` for view locals
3248 * Added `Server#dynamicHelpers()` for dynamic view locals. Closes #349
3249 * Added support for absolute view paths
3250 * Added; _home_ setting defaults to `Server#route` for mounted apps. Closes #363
3251 * Added Guillermo Rauch to the contributor list
3252 * Added support for "as" for non-collection partials. Closes #341
3253 * Fixed _install.sh_, ensuring _~/.node_libraries_ exists. Closes #362 [thanks jf]
3254 * Fixed `res.render()` exceptions, now passed to `next()` when no callback is given [thanks guillermo]
3255 * Fixed instanceof `Array` checks, now `Array.isArray()`
3256 * Fixed express(1) expansion of public dirs. Closes #348
3257 * Fixed middleware precedence. Closes #345
3258 * Fixed view watcher, now async [thanks aheckmann]
3260 1.0.0beta / 2010-07-15
3266 - Check [ExpressJS.com](http://expressjs.com) for migration guide and updated docs
3271 * Utilize relative requires
3272 * Added Static bufferSize option [aheckmann]
3273 * Fixed caching of view and partial subdirectories [aheckmann]
3274 * Fixed mime.type() comments now that ".ext" is not supported
3275 * Updated haml submodule
3276 * Updated class submodule
3277 * Removed bin/express
3282 * Added node v0.1.97 compatibility
3283 * Added support for deleting cookies via Request#cookie('key', null)
3284 * Updated haml submodule
3285 * Fixed not-found page, now using using charset utf-8
3286 * Fixed show-exceptions page, now using using charset utf-8
3287 * Fixed view support due to fs.readFile Buffers
3288 * Changed; mime.type() no longer accepts ".type" due to node extname() changes
3293 * Added node v0.1.96 compatibility
3294 * Added view `helpers` export which act as additional local variables
3295 * Updated haml submodule
3296 * Changed ETag; removed inode, modified time only
3297 * Fixed LF to CRLF for setting multiple cookies
3298 * Fixed cookie compilation; values are now urlencoded
3299 * Fixed cookies parsing; accepts quoted values and url escaped cookies
3304 * Added support for layouts using different engines
3305 - this.render('page.html.haml', { layout: 'super-cool-layout.html.ejs' })
3306 - this.render('page.html.haml', { layout: 'foo' }) // assumes 'foo.html.haml'
3307 - this.render('page.html.haml', { layout: false }) // no layout
3308 * Updated ext submodule
3309 * Updated haml submodule
3310 * Fixed EJS partial support by passing along the context. Issue #307
3315 * Fixed binary uploads.
3320 * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3321 encoding is set to 'utf8' or 'utf-8'.
3322 * Added "encoding" option to Request#render(). Closes #299
3323 * Added "dump exceptions" setting, which is enabled by default.
3324 * Added simple ejs template engine support
3325 * Added error response support for text/plain, application/json. Closes #297
3326 * Added callback function param to Request#error()
3327 * Added Request#sendHead()
3328 * Added Request#stream()
3329 * Added support for Request#respond(304, null) for empty response bodies
3330 * Added ETag support to Request#sendfile()
3331 * Added options to Request#sendfile(), passed to fs.createReadStream()
3332 * Added filename arg to Request#download()
3333 * Performance enhanced due to pre-reversing plugins so that plugins.reverse() is not called on each request
3334 * Performance enhanced by preventing several calls to toLowerCase() in Router#match()
3335 * Changed; Request#sendfile() now streams
3336 * Changed; Renamed Request#halt() to Request#respond(). Closes #289
3337 * Changed; Using sys.inspect() instead of JSON.encode() for error output
3338 * Changed; run() returns the http.Server instance. Closes #298
3339 * Changed; Defaulting Server#host to null (INADDR_ANY)
3340 * Changed; Logger "common" format scale of 0.4f
3341 * Removed Logger "request" format
3342 * Fixed; Catching ENOENT in view caching, preventing error when "views/partials" is not found
3343 * Fixed several issues with http client
3344 * Fixed Logger Content-Length output
3345 * Fixed bug preventing Opera from retaining the generated session id. Closes #292
3350 * Added DSL level error() route support
3351 * Added DSL level notFound() route support
3352 * Added Request#error()
3353 * Added Request#notFound()
3354 * Added Request#render() callback function. Closes #258
3355 * Added "max upload size" setting
3356 * Added "magic" variables to collection partials (\_\_index\_\_, \_\_length\_\_, \_\_isFirst\_\_, \_\_isLast\_\_). Closes #254
3357 * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
3358 * Added callback function support to Request#halt() as 3rd/4th arg
3359 * Added preprocessing of route param wildcards using param(). Closes #251
3360 * Added view partial support (with collections etc)
3361 * Fixed bug preventing falsey params (such as ?page=0). Closes #286
3362 * Fixed setting of multiple cookies. Closes #199
3363 * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
3364 * Changed; session cookie is now httpOnly
3365 * Changed; Request is no longer global
3366 * Changed; Event is no longer global
3367 * Changed; "sys" module is no longer global
3368 * Changed; moved Request#download to Static plugin where it belongs
3369 * Changed; Request instance created before body parsing. Closes #262
3370 * Changed; Pre-caching views in memory when "cache view contents" is enabled. Closes #253
3371 * Changed; Pre-caching view partials in memory when "cache view partials" is enabled
3372 * Updated support to node --version 0.1.90
3373 * Updated dependencies
3374 * Removed set("session cookie") in favour of use(Session, { cookie: { ... }})
3375 * Removed utils.mixin(); use Object#mergeDeep()
3380 * Added coffeescript example app. Closes #242
3381 * Changed; cache api now async friendly. Closes #240
3382 * Removed deprecated 'express/static' support. Use 'express/plugins/static'
3387 * Added Request#isXHR. Closes #229
3388 * Added `make install` (for the executable)
3389 * Added `express` executable for setting up simple app templates
3390 * Added "GET /public/*" to Static plugin, defaulting to <root>/public
3391 * Added Static plugin
3392 * Fixed; Request#render() only calls cache.get() once
3393 * Fixed; Namespacing View caches with "view:"
3394 * Fixed; Namespacing Static caches with "static:"
3395 * Fixed; Both example apps now use the Static plugin
3396 * Fixed set("views"). Closes #239
3397 * Fixed missing space for combined log format
3398 * Deprecated Request#sendfile() and 'express/static'
3399 * Removed Server#running
3404 * Added Request#flash() support without args, now returns all flashes
3405 * Updated ext submodule
3410 * Fixed session reaper
3411 * Changed; class.js replacing js-oo Class implementation (quite a bit faster, no browser cruft)
3416 * Added package.json
3417 * Fixed requiring of haml / sass due to kiwi removal
3422 * Fixed GIT submodules (HAH!)
3427 * Changed; Express now using submodules again until a PM is adopted
3428 * Changed; chat example using millisecond conversions from ext
3433 * Added Request#pass() support (finds the next matching route, or the given path)
3434 * Added Logger plugin (default "common" format replaces CommonLogger)
3435 * Removed Profiler plugin
3436 * Removed CommonLogger plugin
3441 * Added seed.yml for kiwi package management support
3442 * Added HTTP client query string support when method is GET. Closes #205
3444 * Added support for arbitrary view engines.
3445 For example "foo.engine.html" will now require('engine'),
3446 the exports from this module are cached after the first require().
3448 * Added async plugin support
3450 * Removed usage of RESTful route funcs as http client
3451 get() etc, use http.get() and friends
3453 * Removed custom exceptions
3458 * Added ext dependency (library of js extensions)
3459 * Removed extname() / basename() utils. Use path module
3460 * Removed toArray() util. Use arguments.values
3461 * Removed escapeRegexp() util. Use RegExp.escape()
3462 * Removed process.mixin() dependency. Use utils.mixin()
3463 * Removed Collection
3464 * Removed ElementCollection
3465 * Shameless self promotion of ebook "Advanced JavaScript" (http://dev-mag.com) ;)
3470 * Added flash() example to sample upload app
3471 * Added high level restful http client module (express/http)
3472 * Changed; RESTful route functions double as HTTP clients. Closes #69
3473 * Changed; throwing error when routes are added at runtime
3474 * Changed; defaulting render() context to the current Request. Closes #197
3475 * Updated haml submodule
3480 * Updated haml / sass submodules. Closes #200
3481 * Added flash message support. Closes #64
3482 * Added accepts() now allows multiple args. fixes #117
3483 * Added support for plugins to halt. Closes #189
3484 * Added alternate layout support. Closes #119
3485 * Removed Route#run(). Closes #188
3486 * Fixed broken specs due to use(Cookie) missing
3491 * Added "plot" format option for Profiler (for gnuplot processing)
3492 * Added request number to Profiler plugin
3493 * Fixed binary encoding for multipart file uploads, was previously defaulting to UTF8
3494 * Fixed issue with routes not firing when not files are present. Closes #184
3495 * Fixed process.Promise -> events.Promise
3500 * Added parseParam() support for name[] etc. (allows for file inputs with "multiple" attr) Closes #180
3501 * Added Both Cache and Session option "reapInterval" may be "reapEvery". Closes #174
3502 * Added expiration support to cache api with reaper. Closes #133
3503 * Added cache Store.Memory#reap()
3504 * Added Cache; cache api now uses first class Cache instances
3505 * Added abstract session Store. Closes #172
3506 * Changed; cache Memory.Store#get() utilizing Collection
3507 * Renamed MemoryStore -> Store.Memory
3508 * Fixed use() of the same plugin several time will always use latest options. Closes #176
3513 * Changed; Hooks (before / after) pass request as arg as well as evaluated in their context
3514 * Updated node support to 0.1.27 Closes #169
3515 * Updated dirname(__filename) -> __dirname
3516 * Updated libxmljs support to v0.2.0
3517 * Added session support with memory store / reaping
3518 * Added quick uid() helper
3519 * Added multi-part upload support
3520 * Added Sass.js support / submodule
3521 * Added production env caching view contents and static files
3522 * Added static file caching. Closes #136
3523 * Added cache plugin with memory stores
3524 * Added support to StaticFile so that it works with non-textual files.
3525 * Removed dirname() helper
3526 * Removed several globals (now their modules must be required)
3531 * Added view benchmarks; currently haml vs ejs
3532 * Added Request#attachment() specs. Closes #116
3533 * Added use of node's parseQuery() util. Closes #123
3534 * Added `make init` for submodules
3536 * Updated sample chat app to show messages on load
3537 * Updated libxmljs parseString -> parseHtmlString
3538 * Fixed `make init` to work with older versions of git
3539 * Fixed specs can now run independent specs for those who can't build deps. Closes #127
3540 * Fixed issues introduced by the node url module changes. Closes 126.
3541 * Fixed two assertions failing due to Collection#keys() returning strings
3542 * Fixed faulty Collection#toArray() spec due to keys() returning strings
3543 * Fixed `make test` now builds libxmljs.node before testing