4 * Add `express.raw` to parse bodies into `Buffer`
5 * Add `express.text` to parse bodies into string
6 * Improve error message for non-strings to `res.sendFile`
7 * Improve error message for `null`/`undefined` to `res.status`
8 * Support multiple hosts in `X-Forwarded-Host`
10 * deps: body-parser@1.19.0
12 - Add petabyte (`pb`) support
13 - Fix parsing array brackets after index
15 - deps: http-errors@1.7.2
16 - deps: iconv-lite@0.4.24
18 - deps: raw-body@2.4.0
19 - deps: type-is@~1.6.17
20 * deps: content-disposition@0.5.3
22 - Add `SameSite=None` support
23 * deps: finalhandler@~1.1.2
24 - Set stricter `Content-Security-Policy` header
25 - deps: parseurl@~1.3.3
26 - deps: statuses@~1.5.0
27 * deps: parseurl@~1.3.3
28 * deps: proxy-addr@~2.0.5
29 - deps: ipaddr.js@1.9.0
31 - Fix parsing array brackets after index
32 * deps: range-parser@~1.2.1
34 - Set stricter CSP header in redirect & error responses
35 - deps: http-errors@~1.7.2
38 - deps: range-parser@~1.2.1
39 - deps: statuses@~1.5.0
40 - perf: remove redundant `path.normalize` call
41 * deps: serve-static@1.14.1
42 - Set stricter CSP header in redirect response
43 - deps: parseurl@~1.3.3
45 * deps: setprototypeof@1.1.1
46 * deps: statuses@~1.5.0
47 - Add `103 Early Hints`
48 * deps: type-is@~1.6.18
49 - deps: mime-types@~2.1.24
50 - perf: prevent internal `throw` on invalid type
55 * Fix issue where `"Request aborted"` may be logged in `res.sendfile`
56 * Fix JSDoc for `Router` constructor
57 * deps: body-parser@1.18.3
58 - Fix deprecation warnings on Node.js 10+
59 - Fix stack trace for strict json parse error
61 - deps: http-errors@~1.6.3
62 - deps: iconv-lite@0.4.23
64 - deps: raw-body@2.3.3
65 - deps: type-is@~1.6.16
66 * deps: proxy-addr@~2.0.4
67 - deps: ipaddr.js@1.8.0
69 * deps: safe-buffer@5.1.2
74 * deps: accepts@~1.3.5
75 - deps: mime-types@~2.1.18
77 - perf: remove argument reassignment
78 * deps: encodeurl@~1.0.2
79 - Fix encoding `%` as last character
80 * deps: finalhandler@1.1.1
81 - Fix 404 output for bad / missing pathnames
82 - deps: encodeurl@~1.0.2
83 - deps: statuses@~1.4.0
84 * deps: proxy-addr@~2.0.3
85 - deps: ipaddr.js@1.6.0
87 - Fix incorrect end tag in default error & redirects
89 - deps: encodeurl@~1.0.2
90 - deps: statuses@~1.4.0
91 * deps: serve-static@1.13.2
92 - Fix incorrect end tag in redirects
93 - deps: encodeurl@~1.0.2
95 * deps: statuses@~1.4.0
96 * deps: type-is@~1.6.16
97 - deps: mime-types@~2.1.18
102 * Fix `TypeError` in `res.send` when given `Buffer` and `ETag` header set
103 * perf: skip parsing of entire `X-Forwarded-Proto` header
109 * deps: serve-static@1.13.1
110 - Fix regression when `root` is incorrectly set to a file
116 * Add `"json escape"` setting for `res.json` and `res.jsonp`
117 * Add `express.json` and `express.urlencoded` to parse bodies
118 * Add `options` argument to `res.download`
119 * Improve error message when autoloading invalid view engine
120 * Improve error messages when non-function provided as middleware
121 * Skip `Buffer` encoding when not generating ETag for small response
122 * Use `safe-buffer` for improved Buffer API
123 * deps: accepts@~1.3.4
124 - deps: mime-types@~2.1.16
125 * deps: content-type@~1.0.4
126 - perf: remove argument reassignment
127 - perf: skip parameter parsing when no parameters
129 - perf: replace regular expression with substring
130 * deps: finalhandler@1.1.0
131 - Use `res.headersSent` when available
132 * deps: parseurl@~1.3.2
133 - perf: reduce overhead for full URLs
134 - perf: unroll the "fast-path" `RegExp`
135 * deps: proxy-addr@~2.0.2
136 - Fix trimming leading / trailing OWS in `X-Forwarded-For`
137 - deps: forwarded@~0.1.2
138 - deps: ipaddr.js@1.5.2
139 - perf: reduce overhead when no `X-Forwarded-For` header
141 - Fix parsing & compacting very deep objects
143 - Add 70 new types for file extensions
144 - Add `immutable` option
145 - Fix missing `</html>` in default error & redirects
146 - Set charset as "UTF-8" for .js and .json
147 - Use instance methods on steam to check for listeners
149 - perf: improve path validation speed
150 * deps: serve-static@1.13.0
151 - Add 70 new types for file extensions
152 - Add `immutable` option
153 - Set charset as "UTF-8" for .js and .json
155 * deps: setprototypeof@1.1.0
156 * deps: utils-merge@1.0.1
158 - perf: improve header token parsing speed
159 * perf: re-use options object when generating ETags
160 * perf: remove dead `.charset` set in `res.jsonp`
166 * deps: finalhandler@~1.0.6
168 - deps: parseurl@~1.3.2
170 - Fix handling of modified headers with invalid dates
171 - perf: improve ETag match loop
172 - perf: improve `If-None-Match` token parsing
174 - Fix handling of modified headers with invalid dates
178 - perf: improve `If-Match` token parsing
179 * deps: serve-static@1.12.6
180 - deps: parseurl@~1.3.2
182 - perf: improve slash collapsing
189 - Remove unnecessary `Buffer` loading
190 * deps: finalhandler@~1.0.4
192 * deps: proxy-addr@~1.1.5
193 - Fix array argument being altered
194 - deps: ipaddr.js@1.4.0
199 - deps: http-errors@~1.6.2
200 * deps: serve-static@1.12.4
206 * Fix error when `res.set` cannot add charset to `Content-Type`
208 - Fix `DEBUG_MAX_ARRAY_LENGTH`
210 * deps: finalhandler@~1.0.3
211 - Fix missing `</html>` in HTML document
213 * deps: proxy-addr@~1.1.4
214 - deps: ipaddr.js@1.3.0
218 * deps: serve-static@1.12.3
220 * deps: type-is@~1.6.15
221 - deps: mime-types@~2.1.15
223 - perf: hoist regular expression
229 - Fix regression parsing keys starting with `[`
235 - Fix issue when `Date.parse` does not return `NaN` on invalid date
236 - Fix strict violation in broken environments
237 * deps: serve-static@1.12.1
238 - Fix issue when `Date.parse` does not return `NaN` on invalid date
244 * Add debug message when loading view engine
245 * Add `next("router")` to exit from router
246 * Fix case where `router.use` skipped requests routes did not
247 * Remove usage of `res._headers` private field
248 - Improves compatibility with Node.js 8 nightly
249 * Skip routing when `req.url` is not set
250 * Use `%o` in path debug to tell types apart
251 * Use `Object.create` to setup request & response prototypes
252 * Use `setprototypeof` module to replace `__proto__` setting
253 * Use `statuses` instead of `http` module for status messages
255 - Allow colors in workers
256 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
257 - Fix error when running under React Native
258 - Use same color for same namespace
261 - Use SHA1 instead of MD5 for ETag hashing
262 - Works with FIPS 140-2 OpenSSL configuration
263 * deps: finalhandler@~1.0.0
264 - Fix exception when `err` cannot be converted to a string
265 - Fully URL-encode the pathname in the 404
266 - Only include the pathname in the 404 message
267 - Send complete HTML document
268 - Set `Content-Security-Policy: default-src 'self'` header
271 - Fix false detection of `no-cache` request directive
272 - Fix incorrect result when `If-None-Match` has both `*` and ETags
273 - Fix weak `ETag` matching to match spec
274 - perf: delay reading header values until needed
275 - perf: enable strict mode
276 - perf: hoist regular expressions
277 - perf: remove duplicate conditional
278 - perf: remove unnecessary boolean coercions
279 - perf: skip checking modified time if ETag check failed
280 - perf: skip parsing `If-None-Match` when no `ETag` header
281 - perf: use `Date.parse` instead of `new Date`
283 - Fix array parsing from skipping empty values
284 - Fix compacting nested arrays
286 - Fix false detection of `no-cache` request directive
287 - Fix incorrect result when `If-None-Match` has both `*` and ETags
288 - Fix weak `ETag` matching to match spec
289 - Remove usage of `res._headers` private field
290 - Support `If-Match` and `If-Unmodified-Since` headers
291 - Use `res.getHeaderNames()` when available
292 - Use `res.headersSent` when available
296 - deps: http-errors@~1.6.1
297 * deps: serve-static@1.12.0
298 - Fix false detection of `no-cache` request directive
299 - Fix incorrect result when `If-None-Match` has both `*` and ETags
300 - Fix weak `ETag` matching to match spec
301 - Remove usage of `res._headers` private field
302 - Send complete HTML document in redirect response
303 - Set default CSP header in redirect response
304 - Support `If-Match` and `If-Unmodified-Since` headers
305 - Use `res.getHeaderNames()` when available
306 - Use `res.headersSent` when available
308 * perf: add fast match path for `*` route
309 * perf: improve `req.ips` performance
314 * deps: content-disposition@0.5.2
315 * deps: finalhandler@0.5.1
316 - Fix exception when `err.headers` is not an object
317 - deps: statuses@~1.3.1
318 - perf: hoist regular expressions
319 - perf: remove duplicate validation path
320 * deps: proxy-addr@~1.1.3
321 - deps: ipaddr.js@1.2.0
323 - deps: http-errors@~1.5.1
325 - deps: statuses@~1.3.1
326 * deps: serve-static@~1.11.2
328 * deps: type-is@~1.6.14
329 - deps: mime-types@~2.1.13
334 * Add `acceptRanges` option to `res.sendFile`/`res.sendfile`
335 * Add `cacheControl` option to `res.sendFile`/`res.sendfile`
336 * Add `options` argument to `req.range`
337 - Includes the `combine` option
338 * Encode URL in `res.location`/`res.redirect` if not already encoded
339 * Fix some redirect handling in `res.sendFile`/`res.sendfile`
340 * Fix Windows absolute path check using forward slashes
341 * Improve error with invalid arguments to `req.get()`
342 * Improve performance for `res.json`/`res.jsonp` in most cases
343 * Improve `Range` header handling in `res.sendFile`/`res.sendfile`
344 * deps: accepts@~1.3.3
345 - Fix including type extensions in parameters in `Accept` parsing
346 - Fix parsing `Accept` parameters with quoted equals
347 - Fix parsing `Accept` parameters with quoted semicolons
348 - Many performance improvements
349 - deps: mime-types@~2.1.11
350 - deps: negotiator@0.6.1
351 * deps: content-type@~1.0.2
352 - perf: enable strict mode
354 - Add `sameSite` option
355 - Fix cookie `Max-Age` to never be a floating point number
356 - Improve error message when `encode` is not a function
357 - Improve error message when `expires` is not a `Date`
358 - Throw better error for invalid argument to parse
359 - Throw on invalid values provided to `serialize`
360 - perf: enable strict mode
361 - perf: hoist regular expression
362 - perf: use for loop in parse
363 - perf: use string concatenation for serialization
364 * deps: finalhandler@0.5.0
365 - Change invalid or non-numeric status code to 500
366 - Overwrite status message to match set status code
367 - Prefer `err.statusCode` if `err.status` is invalid
368 - Set response headers from `err.headers` object
369 - Use `statuses` instead of `http` module for status messages
370 * deps: proxy-addr@~1.1.2
371 - Fix accepting various invalid netmasks
372 - Fix IPv6-mapped IPv4 validation edge cases
373 - IPv4 netmasks must be contiguous
374 - IPv6 addresses cannot be used as a netmask
375 - deps: ipaddr.js@1.1.1
377 - Add `decoder` option in `parse` function
378 * deps: range-parser@~1.2.0
379 - Add `combine` option to combine overlapping ranges
380 - Fix incorrectly returning -1 when there is at least one valid range
381 - perf: remove internal function
383 - Add `acceptRanges` option
384 - Add `cacheControl` option
385 - Attempt to combine multiple ranges into single range
386 - Correctly inherit from `Stream` class
387 - Fix `Content-Range` header in 416 responses when using `start`/`end` options
388 - Fix `Content-Range` header missing from default 416 responses
389 - Fix redirect error when `path` contains raw non-URL characters
390 - Fix redirect when `path` starts with multiple forward slashes
391 - Ignore non-byte `Range` headers
392 - deps: http-errors@~1.5.0
393 - deps: range-parser@~1.2.0
394 - deps: statuses@~1.3.0
395 - perf: remove argument reassignment
396 * deps: serve-static@~1.11.1
397 - Add `acceptRanges` option
398 - Add `cacheControl` option
399 - Attempt to combine multiple ranges into single range
400 - Fix redirect error when `req.url` contains raw non-URL characters
401 - Ignore non-byte `Range` headers
402 - Use status code 301 for redirects
404 * deps: type-is@~1.6.13
405 - Fix type error when given invalid type to match against
406 - deps: mime-types@~2.1.11
408 - Only accept valid field names in the `field` argument
409 * perf: use strict equality when possible
414 * deps: content-disposition@0.5.1
415 - perf: enable strict mode
417 - Throw on invalid values provided to `serialize`
419 - Support web browser loading
420 - perf: enable strict mode
421 * deps: escape-html@~1.0.3
422 - perf: enable strict mode
423 - perf: optimize string replacement
424 - perf: use faster string coercion
425 * deps: finalhandler@0.4.1
426 - deps: escape-html@~1.0.3
427 * deps: merge-descriptors@1.0.1
428 - perf: enable strict mode
429 * deps: methods@~1.1.2
430 - perf: enable strict mode
431 * deps: parseurl@~1.3.1
432 - perf: enable strict mode
433 * deps: proxy-addr@~1.0.10
434 - deps: ipaddr.js@1.0.5
435 - perf: enable strict mode
436 * deps: range-parser@~1.0.3
437 - perf: enable strict mode
440 - deps: destroy@~1.0.4
441 - deps: escape-html@~1.0.3
442 - deps: range-parser@~1.0.3
443 * deps: serve-static@~1.10.2
444 - deps: escape-html@~1.0.3
445 - deps: parseurl@~1.3.0
451 * Fix infinite loop condition using `mergeParams: true`
452 * Fix inner numeric indices incorrectly altering parent `req.params`
457 * deps: accepts@~1.2.12
458 - deps: mime-types@~2.1.4
459 * deps: array-flatten@1.1.1
460 - perf: enable strict mode
461 * deps: path-to-regexp@0.1.7
462 - Fix regression with escaped round brackets and matching groups
463 * deps: type-is@~1.6.6
464 - deps: mime-types@~2.1.4
469 * deps: accepts@~1.2.10
470 - deps: mime-types@~2.1.2
472 - Fix dropping parameters like `hasOwnProperty`
473 - Fix various parsing edge cases
474 * deps: type-is@~1.6.4
475 - deps: mime-types@~2.1.2
476 - perf: enable strict mode
477 - perf: remove argument reassignment
482 * Add settings to debug output
483 * Fix `res.format` error when only `default` provided
484 * Fix issue where `next('route')` in `app.param` would incorrectly skip values
485 * Fix hiding platform issues with `decodeURIComponent`
486 - Only `URIError`s are a 400
487 * Fix using `*` before params in routes
488 * Fix using capture groups before params in routes
489 * Simplify `res.cookie` to call `res.append`
490 * Use `array-flatten` module for flattening arrays
491 * deps: accepts@~1.2.9
492 - deps: mime-types@~2.1.1
493 - perf: avoid argument reassignment & argument slice
494 - perf: avoid negotiator recursive construction
495 - perf: enable strict mode
496 - perf: remove unnecessary bitwise operator
498 - perf: deduce the scope of try-catch deopt
499 - perf: remove argument reassignments
500 * deps: escape-html@1.0.2
502 - Always include entity length in ETags for hash length extensions
503 - Generate non-Stats ETags using MD5 only (no longer CRC32)
504 - Improve stat performance by removing hashing
505 - Improve support for JXcore
506 - Remove base64 padding in ETags to shorten
507 - Support "fake" stats objects in environments without fs
508 - Use MD5 instead of MD4 in weak ETags over 1KB
509 * deps: finalhandler@0.4.0
510 - Fix a false-positive when unpiping in Node.js 0.8
511 - Support `statusCode` property on `Error` objects
512 - Use `unpipe` module for unpiping requests
513 - deps: escape-html@1.0.2
514 - deps: on-finished@~2.3.0
515 - perf: enable strict mode
516 - perf: remove argument reassignment
518 - Add weak `ETag` matching support
519 * deps: on-finished@~2.3.0
520 - Add defined behavior for HTTP `CONNECT` requests
521 - Add defined behavior for HTTP `Upgrade` requests
522 - deps: ee-first@1.1.1
523 * deps: path-to-regexp@0.1.6
525 - Allow Node.js HTTP server to set `Date` response header
526 - Fix incorrectly removing `Content-Location` on 304 response
527 - Improve the default redirect response headers
528 - Send appropriate headers on default error response
529 - Use `http-errors` for standard emitted errors
530 - Use `statuses` instead of `http` module for status messages
531 - deps: escape-html@1.0.2
534 - deps: on-finished@~2.3.0
535 - perf: enable strict mode
536 - perf: remove unnecessary array allocations
537 * deps: serve-static@~1.10.0
538 - Add `fallthrough` option
539 - Fix reading options from options prototype
540 - Improve the default redirect response headers
541 - Malformed URLs now `next()` instead of 400
542 - deps: escape-html@1.0.2
544 - perf: enable strict mode
545 - perf: remove argument reassignment
546 * deps: type-is@~1.6.3
547 - deps: mime-types@~2.1.1
548 - perf: reduce try block size
549 - perf: remove bitwise operations
550 * perf: enable strict mode
551 * perf: isolate `app.render` try block
552 * perf: remove argument reassignments in application
553 * perf: remove argument reassignments in request prototype
554 * perf: remove argument reassignments in response prototype
555 * perf: remove argument reassignments in routing
556 * perf: remove argument reassignments in `View`
557 * perf: skip attempting to decode zero length string
558 * perf: use saved reference to `http.STATUS_CODES`
563 * deps: accepts@~1.2.7
564 - deps: mime-types@~2.0.11
565 - deps: negotiator@0.5.3
570 - Improve support for JXcore
571 - Support "fake" stats objects in environments without `fs`
572 * deps: finalhandler@0.3.6
574 - deps: on-finished@~2.2.1
575 * deps: on-finished@~2.2.1
576 - Fix `isFinished(req)` when data buffered
577 * deps: proxy-addr@~1.0.8
578 - deps: ipaddr.js@1.0.1
580 - Fix allowing parameters like `constructor`
586 - deps: on-finished@~2.2.1
587 * deps: serve-static@~1.9.3
589 * deps: type-is@~1.6.2
590 - deps: mime-types@~2.0.11
595 * deps: accepts@~1.2.5
596 - deps: mime-types@~2.0.10
598 - Fix high intensity foreground color for bold
600 * deps: finalhandler@0.3.4
602 * deps: proxy-addr@~1.0.7
603 - deps: ipaddr.js@0.1.9
605 - Fix error when parameter `hasOwnProperty` is present
607 - Throw errors early for invalid `extensions` or `index` options
609 * deps: serve-static@~1.9.2
611 * deps: type-is@~1.6.1
612 - deps: mime-types@~2.0.10
617 * Fix regression where `"Request aborted"` is logged using `res.sendFile`
622 * Fix constructing application with non-configurable prototype properties
623 * Fix `ECONNRESET` errors from `res.sendFile` usage
624 * Fix `req.host` when using "trust proxy" hops count
625 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
626 * Fix wrong `code` on aborted connections from `res.sendFile`
627 * deps: merge-descriptors@1.0.0
632 * Fix `"trust proxy"` setting to inherit when app is mounted
633 * Generate `ETag`s for all request responses
634 - No longer restricted to only responses for `GET` and `HEAD` requests
635 * Use `content-type` to parse `Content-Type` headers
636 * deps: accepts@~1.2.4
637 - Fix preference sorting to be stable for long acceptable lists
638 - deps: mime-types@~2.0.9
639 - deps: negotiator@0.5.1
640 * deps: cookie-signature@1.0.6
642 - Always read the stat size from the file
643 - Fix mutating passed-in `options`
645 * deps: serve-static@~1.9.1
647 * deps: type-is@~1.6.0
648 - fix argument reassignment
649 - fix false-positives in `hasBody` `Transfer-Encoding` check
650 - support wildcard for both type and subtype (`*/*`)
651 - deps: mime-types@~2.0.9
656 * Fix `res.redirect` double-calling `res.end` for `HEAD` requests
657 * deps: accepts@~1.2.3
658 - deps: mime-types@~2.0.8
659 * deps: proxy-addr@~1.0.6
660 - deps: ipaddr.js@0.1.8
661 * deps: type-is@~1.5.6
662 - deps: mime-types@~2.0.8
668 - Fix root path disclosure
669 * deps: serve-static@~1.8.1
670 - Fix redirect loop in Node.js 0.11.14
671 - Fix root path disclosure
677 * Add `res.append(field, val)` to append headers
678 * Deprecate leading `:` in `name` for `app.param(name, fn)`
679 * Deprecate `req.param()` -- use `req.params`, `req.body`, or `req.query` instead
680 * Deprecate `app.param(fn)`
681 * Fix `OPTIONS` responses to include the `HEAD` method properly
682 * Fix `res.sendFile` not always detecting aborted connection
683 * Match routes iteratively to prevent stack overflows
684 * deps: accepts@~1.2.2
685 - deps: mime-types@~2.0.7
686 - deps: negotiator@0.5.0
691 - deps: on-finished@~2.2.0
692 * deps: serve-static@~1.8.0
698 * Fix crash from error within `OPTIONS` response handler
699 * deps: proxy-addr@~1.0.5
700 - deps: ipaddr.js@0.1.6
705 * Fix `Allow` header for `OPTIONS` to not contain duplicate methods
706 * Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304
708 * deps: finalhandler@0.3.3
710 - deps: on-finished@~2.2.0
711 * deps: methods@~1.1.1
712 * deps: on-finished@~2.2.0
713 * deps: serve-static@~1.7.2
714 - Fix potential open redirect when mounted at root
715 * deps: type-is@~1.5.5
716 - deps: mime-types@~2.0.7
721 * Fix exception in `req.fresh`/`req.stale` without response headers
726 * Fix `res.send` double-calling `res.end` for `HEAD` requests
727 * deps: accepts@~1.1.4
728 - deps: mime-types@~2.0.4
729 * deps: type-is@~1.5.4
730 - deps: mime-types@~2.0.4
735 * Fix `res.sendfile` logging standard write errors
740 * Fix `res.sendFile` logging standard write errors
742 * deps: proxy-addr@~1.0.4
743 - deps: ipaddr.js@0.1.5
745 - Fix `arrayLimit` behavior
750 * Correctly invoke async router callback asynchronously
751 * deps: accepts@~1.1.3
752 - deps: mime-types@~2.0.3
753 * deps: type-is@~1.5.3
754 - deps: mime-types@~2.0.3
759 * Fix handling of URLs containing `://` in the path
761 - Fix parsing of mixed objects and values
766 * Add support for `app.set('views', array)`
767 - Views are looked up in sequence in array of directories
768 * Fix `res.send(status)` to mention `res.sendStatus(status)`
769 * Fix handling of invalid empty URLs
770 * Use `content-disposition` module for `res.attachment`/`res.download`
771 - Sends standards-compliant `Content-Disposition` header
772 - Full Unicode support
773 * Use `path.resolve` in view lookup
775 - Implement `DEBUG_FD` env variable support
778 - Improve string performance
779 - Slightly improve speed for weak ETags over 1KB
780 * deps: finalhandler@0.3.2
781 - Terminate in progress response only on error
782 - Use `on-finished` to determine request status
784 - deps: on-finished@~2.1.1
785 * deps: on-finished@~2.1.1
786 - Fix handling of pipelined requests
788 - Fix parsing of mixed implicit and explicit arrays
793 - deps: on-finished@~2.1.1
794 * deps: serve-static@~1.7.1
800 * Fix `res.redirect` body when redirect status specified
801 * deps: accepts@~1.1.2
802 - Fix error when media type has invalid parameter
803 - deps: negotiator@0.4.9
808 * Fix using same param name in array of paths
813 * deps: accepts@~1.1.1
814 - deps: mime-types@~2.0.2
815 - deps: negotiator@0.4.8
816 * deps: serve-static@~1.6.4
817 - Fix redirect loop when index file serving disabled
818 * deps: type-is@~1.5.2
819 - deps: mime-types@~2.0.2
825 * deps: proxy-addr@~1.0.3
826 - Use `forwarded` npm module
829 * deps: serve-static@~1.6.3
836 - Fix issue with object keys starting with numbers truncated
841 * deps: proxy-addr@~1.0.2
842 - Fix a global leak when multiple subnets are trusted
843 - deps: ipaddr.js@0.1.3
848 * Fix regression for empty string `path` in `app.use`
849 * Fix `router.use` to accept array of middleware without path
850 * Improve error message for bad `app.use` arguments
855 * Fix `app.use` to accept array of middleware without path
861 - deps: range-parser@~1.0.2
862 * deps: serve-static@~1.6.2
868 * Add `res.sendStatus`
869 * Invoke callback for sendfile when client aborts
870 - Applies to `res.sendFile`, `res.sendfile`, and `res.download`
871 - `err` will be populated with request aborted error
872 * Support IP address host in `req.subdomains`
873 * Use `etag` to generate `ETag` headers
874 * deps: accepts@~1.1.0
875 - update `mime-types`
876 * deps: cookie-signature@1.0.5
878 * deps: finalhandler@0.2.0
879 - Set `X-Content-Type-Options: nosniff` header
882 * deps: media-typer@0.3.0
883 - Throw error when parameter format invalid on parse
885 - Fix issue where first empty value in array is discarded
886 * deps: range-parser@~1.0.2
888 - Add `lastModified` option
889 - Use `etag` to generate `ETag` header
892 * deps: serve-static@~1.6.1
893 - Add `lastModified` option
895 * deps: type-is@~1.5.1
896 - fix `hasbody` to be true for `content-length: 0`
897 - deps: media-typer@0.3.0
898 - deps: mime-types@~2.0.1
900 - Accept valid `Vary` header string as `field`
906 - Fix a path traversal issue when using `root`
907 - Fix malicious path detection for empty string path
908 * deps: serve-static@~1.5.4
915 - Remove unnecessary cloning
922 - Performance improvements
928 - deps: destroy@1.0.3
929 - deps: on-finished@2.1.0
930 * deps: serve-static@~1.5.3
938 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
939 * deps: serve-static@~1.5.2
945 * deps: parseurl@~1.3.0
947 * deps: serve-static@~1.5.1
948 - Fix parsing of weird `req.originalUrl` values
949 - deps: parseurl@~1.3.0
950 - deps: utils-merge@1.0.0
956 - Fix parsing array of objects
961 * fix incorrect deprecation warnings on `res.download`
963 - Accept urlencoded square brackets
964 - Accept empty values in implicit array notation
970 - accepts a file system path instead of a URL
971 - requires an absolute path or `root` option specified
972 * deprecate `res.sendfile` -- use `res.sendFile` instead
973 * support mounted app as any argument to `app.use()`
976 - Limits array length to 20
977 - Limits object depth to 5
978 - Limits parameters to 1,000
980 - Add `extensions` option
981 * deps: serve-static@~1.5.0
982 - Add `extensions` option
988 * fix `res.sendfile` regression for serving directory index files
990 - Fix incorrect 403 on Windows and Node.js 0.11
991 - Fix serving index files without root dir
992 * deps: serve-static@~1.4.4
999 - Fix incorrect 403 on Windows and Node.js 0.11
1000 * deps: serve-static@~1.4.3
1001 - Fix incorrect 403 on Windows and Node.js 0.11
1008 - Work-around v8 generating empty stack traces
1011 * deps: serve-static@~1.4.2
1017 - Fix exception when global `Error.stackTraceLimit` is too low
1020 * deps: serve-static@~1.4.1
1025 * fix `req.protocol` for proxy-direct connections
1026 * configurable query parser with `app.set('query parser', parser)`
1027 - `app.set('query parser', 'extended')` parse with "qs" module
1028 - `app.set('query parser', 'simple')` parse with "querystring" core module
1029 - `app.set('query parser', false)` disable query string parsing
1030 - `app.set('query parser', true)` enable simple parsing
1031 * deprecate `res.json(status, obj)` -- use `res.status(status).json(obj)` instead
1032 * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead
1033 * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead
1036 - Add `TRACE_DEPRECATION` environment variable
1037 - Remove non-standard grey color from color output
1038 - Support `--no-deprecation` argument
1039 - Support `--trace-deprecation` argument
1040 * deps: finalhandler@0.1.0
1041 - Respond after request fully read
1043 * deps: parseurl@~1.2.0
1044 - Cache URLs based on original value
1045 - Remove no-longer-needed URL mis-parse work-around
1046 - Simplify the "fast-path" `RegExp`
1048 - Add `dotfiles` option
1049 - Cap `maxAge` value to 1 year
1052 * deps: serve-static@~1.4.0
1053 - deps: parseurl@~1.2.0
1055 * perf: prevent multiple `Buffer` creation in `res.send`
1060 * fix `subapp.mountpath` regression for `app.use(subapp)`
1065 * accept multiple callbacks to `app.use()`
1066 * add explicit "Rosetta Flash JSONP abuse" protection
1067 - previous versions are not vulnerable; this is just explicit protection
1068 * catch errors in multiple `req.param(name, fn)` handlers
1069 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1070 * fix `res.send(status, num)` to send `num` as json (not error)
1071 * remove unnecessary escaping when `res.jsonp` returns JSON response
1072 * support non-string `path` in `app.use(path, fn)`
1073 - supports array of paths
1075 * router: fix optimization on router exit
1076 * router: refactor location of `try` blocks
1077 * router: speed up standard `app.use(fn)`
1079 - Add support for multiple wildcards in namespaces
1080 * deps: finalhandler@0.0.3
1082 * deps: methods@1.1.0
1084 * deps: parseurl@~1.1.3
1085 - faster parsing of href-only URLs
1086 * deps: path-to-regexp@0.1.3
1089 * deps: serve-static@~1.3.2
1090 - deps: parseurl@~1.1.3
1092 * perf: fix arguments reassign deopt in some `res` methods
1097 * fix routing regression when altering `req.method`
1102 * add deprecation message to non-plural `req.accepts*`
1103 * add deprecation message to `res.send(body, status)`
1104 * add deprecation message to `res.vary()`
1105 * add `headers` option to `res.sendfile`
1106 - use to set headers on successful file transfer
1107 * add `mergeParams` option to `Router`
1108 - merges `req.params` from parent routes
1109 * add `req.hostname` -- correct name for what `req.host` returns
1110 * deprecate things with `depd` module
1111 * deprecate `req.host` -- use `req.hostname` instead
1112 * fix behavior when handling request without routes
1113 * fix handling when `route.all` is only route
1114 * invoke `router.param()` only when route matches
1115 * restore `req.params` after invoking router
1116 * use `finalhandler` for final response handling
1117 * use `media-typer` to alter content-type charset
1118 * deps: accepts@~1.0.7
1120 - Accept string for `maxage` (converted by `ms`)
1121 - Include link in default redirect response
1122 * deps: serve-static@~1.3.0
1123 - Accept string for `maxAge` (converted by `ms`)
1124 - Add `setHeaders` option
1125 - Include HTML link in redirect response
1127 * deps: type-is@~1.3.2
1132 * deps: cookie-signature@1.0.4
1133 - fix for timing attacks
1138 * fix `res.attachment` Unicode filenames in Safari
1139 * fix "trim prefix" debug message in `express:router`
1140 * deps: accepts@~1.0.5
1141 * deps: buffer-crc32@0.2.3
1146 * fix persistence of modified `req.params[name]` from `app.param()`
1147 * deps: accepts@1.0.3
1148 - deps: negotiator@0.4.6
1151 - Do not throw uncatchable error on file open race condition
1152 - Use `escape-html` for HTML escaping
1154 - deps: finished@1.2.2
1156 * deps: serve-static@1.2.3
1157 - Do not throw uncatchable error on file open race condition
1163 * fix catching errors from top-level handlers
1164 * use `vary` module for `res.vary`
1166 * deps: proxy-addr@1.0.1
1168 - fix "event emitter leak" warnings
1170 - deps: finished@1.2.1
1171 * deps: serve-static@1.2.2
1172 - fix "event emitter leak" warnings
1174 * deps: type-is@1.2.1
1179 * deps: methods@1.0.1
1181 - Send `max-age` in `Cache-Control` in correct format
1182 * deps: serve-static@1.2.1
1183 - use `escape-html` for escaping
1189 * custom etag control with `app.set('etag', val)`
1190 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
1191 - `app.set('etag', 'weak')` weak tag
1192 - `app.set('etag', 'strong')` strong etag
1193 - `app.set('etag', false)` turn off
1194 - `app.set('etag', true)` standard etag
1195 * mark `res.send` ETag as weak and reduce collisions
1196 * update accepts to 1.0.2
1197 - Fix interpretation when header not in request
1198 * update send to 0.4.0
1199 - Calculate ETag with md5 for reduced collisions
1200 - Ignore stream errors after request ends
1202 * update serve-static to 1.2.0
1203 - Calculate ETag with md5 for reduced collisions
1204 - Ignore stream errors after request ends
1210 * fix handling of errors from `router.param()` callbacks
1215 * revert "fix behavior of multiple `app.VERB` for the same path"
1216 - this caused a regression in the order of route execution
1221 * add `req.baseUrl` to access the path stripped from `req.url` in routes
1222 * fix behavior of multiple `app.VERB` for the same path
1223 * fix issue routing requests among sub routers
1224 * invoke `router.param()` only when necessary instead of every match
1225 * proper proxy trust with `app.set('trust proxy', trust)`
1226 - `app.set('trust proxy', 1)` trust first hop
1227 - `app.set('trust proxy', 'loopback')` trust loopback addresses
1228 - `app.set('trust proxy', '10.0.0.1')` trust single IP
1229 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1230 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1231 - `app.set('trust proxy', false)` turn off
1232 - `app.set('trust proxy', true)` trust everything
1233 * set proper `charset` in `Content-Type` for `res.send`
1234 * update type-is to 1.2.0
1235 - support suffix matching
1240 * deprecate `app.del()` -- use `app.delete()` instead
1241 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1242 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1243 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1244 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1245 * fix `req.next` when inside router instance
1246 * include `ETag` header in `HEAD` requests
1247 * keep previous `Content-Type` for `res.jsonp`
1248 * support PURGE method
1250 - add `router.purge`
1251 - include PURGE in `app.all`
1252 * update debug to 0.8.0
1253 - add `enable()` method
1254 - change from stderr to stdout
1255 * update methods to 1.0.0
1261 * fix `req.host` for IPv6 literals
1262 * fix `res.jsonp` error if callback param is object
1267 * fix package.json to reflect supported node version
1272 * pass options from `res.sendfile` to `send`
1273 * preserve casing of headers in `res.header` and `res.set`
1274 * support unicode file names in `res.attachment` and `res.download`
1275 * update accepts to 1.0.1
1276 - deps: negotiator@0.4.0
1277 * update cookie to 0.1.2
1278 - Fix for maxAge == 0
1279 - made compat with expires field
1280 * update send to 0.3.0
1281 - Accept API options in options object
1282 - Coerce option types
1283 - Control whether to generate etags
1284 - Default directory access to 403 when index disabled
1285 - Fix sending files with dots without root set
1286 - Include file path in etag
1287 - Make "Can't set headers after they are sent." catchable
1288 - Send full entity-body for multi range requests
1289 - Set etags to "weak"
1290 - Support "If-Range" header
1291 - Support multiple index paths
1293 * update serve-static to 1.1.0
1294 - Accept options directly to `send` module
1295 - Resolve relative paths at middleware setup
1296 - Use parseurl to parse the URL from request
1298 * update type-is to 1.1.0
1299 - add non-array values support
1300 - add `multipart` as a shorthand
1307 - connect and connect's patches except for charset handling
1308 - express(1) - moved to [express-generator](https://github.com/expressjs/generator)
1309 - `express.createServer()` - it has been deprecated for a long time. Use `express()`
1310 - `app.configure` - use logic in your own app code
1311 - `app.router` - is removed
1312 - `req.auth` - use `basic-auth` instead
1313 - `req.accepted*` - use `req.accepts*()` instead
1314 - `res.location` - relative URL resolution is removed
1315 - `res.charset` - include the charset in the content type when using `res.set()`
1316 - all bundled middleware except `static`
1318 - `app.route` -> `app.mountpath` when mounting an express app in another express app
1319 - `json spaces` no longer enabled by default in development
1320 - `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
1321 - `req.params` is now an object instead of an array
1322 - `res.locals` is no longer a function. It is a plain js object. Treat it as such.
1323 - `res.headerSent` -> `res.headersSent` to match node.js ServerResponse object
1325 - `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
1326 - `req.is` with [type-is](https://github.com/expressjs/type-is)
1327 - [path-to-regexp](https://github.com/component/path-to-regexp)
1329 - `app.router()` - returns the app Router instance
1330 - `app.route()` - Proxy to the app's `Router#route()` method to create a new route
1331 - Router & Route - public API
1336 * deps: connect@2.30.2
1337 - deps: body-parser@~1.13.3
1338 - deps: compression@~1.5.2
1339 - deps: errorhandler@~1.4.2
1340 - deps: method-override@~2.3.5
1341 - deps: serve-index@~1.7.2
1342 - deps: type-is@~1.6.6
1343 - deps: vhost@~3.0.1
1345 - Fix setting empty header from empty `field`
1346 - perf: enable strict mode
1347 - perf: remove argument reassignments
1352 * deps: basic-auth@~1.0.3
1353 * deps: connect@2.30.1
1354 - deps: body-parser@~1.13.2
1355 - deps: compression@~1.5.1
1356 - deps: errorhandler@~1.4.1
1357 - deps: morgan@~1.6.1
1360 - deps: serve-index@~1.7.1
1361 - deps: type-is@~1.6.4
1366 * deps: basic-auth@1.0.2
1367 - perf: enable strict mode
1368 - perf: hoist regular expression
1369 - perf: parse with regular expressions
1370 - perf: remove argument reassignment
1371 * deps: connect@2.30.0
1372 - deps: body-parser@~1.13.1
1374 - deps: compression@~1.5.0
1375 - deps: cookie@0.1.3
1376 - deps: cookie-parser@~1.3.5
1377 - deps: csurf@~1.8.3
1378 - deps: errorhandler@~1.4.0
1379 - deps: express-session@~1.11.3
1380 - deps: finalhandler@0.4.0
1382 - deps: morgan@~1.6.0
1383 - deps: serve-favicon@~2.3.0
1384 - deps: serve-index@~1.7.0
1385 - deps: serve-static@~1.10.0
1386 - deps: type-is@~1.6.3
1387 * deps: cookie@0.1.3
1388 - perf: deduce the scope of try-catch deopt
1389 - perf: remove argument reassignments
1390 * deps: escape-html@1.0.2
1392 - Always include entity length in ETags for hash length extensions
1393 - Generate non-Stats ETags using MD5 only (no longer CRC32)
1394 - Improve stat performance by removing hashing
1395 - Improve support for JXcore
1396 - Remove base64 padding in ETags to shorten
1397 - Support "fake" stats objects in environments without fs
1398 - Use MD5 instead of MD4 in weak ETags over 1KB
1400 - Add weak `ETag` matching support
1401 * deps: mkdirp@0.5.1
1402 - Work in global strict mode
1404 - Allow Node.js HTTP server to set `Date` response header
1405 - Fix incorrectly removing `Content-Location` on 304 response
1406 - Improve the default redirect response headers
1407 - Send appropriate headers on default error response
1408 - Use `http-errors` for standard emitted errors
1409 - Use `statuses` instead of `http` module for status messages
1410 - deps: escape-html@1.0.2
1413 - deps: on-finished@~2.3.0
1414 - perf: enable strict mode
1415 - perf: remove unnecessary array allocations
1420 * deps: connect@2.29.2
1421 - deps: body-parser@~1.12.4
1422 - deps: compression@~1.4.4
1423 - deps: connect-timeout@~1.6.2
1424 - deps: debug@~2.2.0
1426 - deps: errorhandler@~1.3.6
1427 - deps: finalhandler@0.3.6
1428 - deps: method-override@~2.3.3
1429 - deps: morgan@~1.5.3
1431 - deps: response-time@~2.3.1
1432 - deps: serve-favicon@~2.2.1
1433 - deps: serve-index@~1.6.4
1434 - deps: serve-static@~1.9.3
1435 - deps: type-is@~1.6.2
1436 * deps: debug@~2.2.0
1439 * deps: proxy-addr@~1.0.8
1440 - deps: ipaddr.js@1.0.1
1442 - deps: debug@~2.2.0
1446 - deps: on-finished@~2.2.1
1451 * deps: connect@2.29.1
1452 - deps: body-parser@~1.12.2
1453 - deps: compression@~1.4.3
1454 - deps: connect-timeout@~1.6.1
1455 - deps: debug@~2.1.3
1456 - deps: errorhandler@~1.3.5
1457 - deps: express-session@~1.10.4
1458 - deps: finalhandler@0.3.4
1459 - deps: method-override@~2.3.2
1460 - deps: morgan@~1.5.2
1462 - deps: serve-index@~1.6.3
1463 - deps: serve-static@~1.9.2
1464 - deps: type-is@~1.6.1
1465 * deps: debug@~2.1.3
1466 - Fix high intensity foreground color for bold
1468 * deps: merge-descriptors@1.0.0
1469 * deps: proxy-addr@~1.0.7
1470 - deps: ipaddr.js@0.1.9
1472 - Throw errors early for invalid `extensions` or `index` options
1473 - deps: debug@~2.1.3
1478 * Fix `req.host` when using "trust proxy" hops count
1479 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
1484 * Fix `"trust proxy"` setting to inherit when app is mounted
1485 * Generate `ETag`s for all request responses
1486 - No longer restricted to only responses for `GET` and `HEAD` requests
1487 * Use `content-type` to parse `Content-Type` headers
1488 * deps: connect@2.29.0
1489 - Use `content-type` to parse `Content-Type` headers
1490 - deps: body-parser@~1.12.0
1491 - deps: compression@~1.4.1
1492 - deps: connect-timeout@~1.6.0
1493 - deps: cookie-parser@~1.3.4
1494 - deps: cookie-signature@1.0.6
1495 - deps: csurf@~1.7.0
1496 - deps: errorhandler@~1.3.4
1497 - deps: express-session@~1.10.3
1498 - deps: http-errors@~1.3.1
1499 - deps: response-time@~2.3.0
1500 - deps: serve-index@~1.6.2
1501 - deps: serve-static@~1.9.1
1502 - deps: type-is@~1.6.0
1503 * deps: cookie-signature@1.0.6
1505 - Always read the stat size from the file
1506 - Fix mutating passed-in `options`
1512 * deps: connect@2.28.3
1513 - deps: compression@~1.3.1
1514 - deps: csurf@~1.6.6
1515 - deps: errorhandler@~1.3.3
1516 - deps: express-session@~1.10.2
1517 - deps: serve-index@~1.6.1
1518 - deps: type-is@~1.5.6
1519 * deps: proxy-addr@~1.0.6
1520 - deps: ipaddr.js@0.1.8
1525 * deps: connect@2.28.2
1526 - deps: body-parser@~1.10.2
1527 - deps: serve-static@~1.8.1
1529 - Fix root path disclosure
1534 * Fix `OPTIONS` responses to include the `HEAD` method property
1535 * Use `readline` for prompt in `express(1)`
1536 * deps: commander@2.6.0
1537 * deps: connect@2.28.1
1538 - deps: body-parser@~1.10.1
1539 - deps: compression@~1.3.0
1540 - deps: connect-timeout@~1.5.0
1541 - deps: csurf@~1.6.4
1542 - deps: debug@~2.1.1
1543 - deps: errorhandler@~1.3.2
1544 - deps: express-session@~1.10.1
1545 - deps: finalhandler@0.3.3
1546 - deps: method-override@~2.3.1
1547 - deps: morgan@~1.5.1
1548 - deps: serve-favicon@~2.2.0
1549 - deps: serve-index@~1.6.0
1550 - deps: serve-static@~1.8.0
1551 - deps: type-is@~1.5.5
1552 * deps: debug@~2.1.1
1553 * deps: methods@~1.1.1
1554 * deps: proxy-addr@~1.0.5
1555 - deps: ipaddr.js@0.1.6
1557 - deps: debug@~2.1.1
1560 - deps: on-finished@~2.2.0
1565 * Fix exception in `req.fresh`/`req.stale` without response headers
1570 * deps: connect@2.27.6
1571 - deps: compression@~1.2.2
1572 - deps: express-session@~1.9.3
1573 - deps: http-errors@~1.2.8
1574 - deps: serve-index@~1.5.3
1575 - deps: type-is@~1.5.4
1580 * deps: connect@2.27.4
1581 - deps: body-parser@~1.9.3
1582 - deps: compression@~1.2.1
1583 - deps: errorhandler@~1.2.3
1584 - deps: express-session@~1.9.2
1586 - deps: serve-favicon@~2.1.7
1587 - deps: serve-static@~1.5.1
1588 - deps: type-is@~1.5.3
1590 * deps: proxy-addr@~1.0.4
1591 - deps: ipaddr.js@0.1.5
1596 * deps: connect@2.27.3
1597 - Correctly invoke async callback asynchronously
1598 - deps: csurf@~1.6.3
1603 * deps: connect@2.27.2
1604 - Fix handling of URLs containing `://` in the path
1605 - deps: body-parser@~1.9.2
1611 * Fix internal `utils.merge` deprecation warnings
1612 * deps: connect@2.27.1
1613 - deps: body-parser@~1.9.1
1614 - deps: express-session@~1.9.1
1615 - deps: finalhandler@0.3.2
1616 - deps: morgan@~1.4.1
1618 - deps: serve-static@~1.7.1
1620 - deps: on-finished@~2.1.1
1625 * Use `content-disposition` module for `res.attachment`/`res.download`
1626 - Sends standards-compliant `Content-Disposition` header
1627 - Full Unicode support
1628 * Use `etag` module to generate `ETag` headers
1629 * deps: connect@2.27.0
1630 - Use `http-errors` module for creating errors
1631 - Use `utils-merge` module for merging objects
1632 - deps: body-parser@~1.9.0
1633 - deps: compression@~1.2.0
1634 - deps: connect-timeout@~1.4.0
1635 - deps: debug@~2.1.0
1637 - deps: express-session@~1.9.0
1638 - deps: finalhandler@0.3.1
1639 - deps: method-override@~2.3.0
1640 - deps: morgan@~1.4.0
1641 - deps: response-time@~2.2.0
1642 - deps: serve-favicon@~2.1.6
1643 - deps: serve-index@~1.5.0
1644 - deps: serve-static@~1.7.0
1645 * deps: debug@~2.1.0
1646 - Implement `DEBUG_FD` env variable support
1649 - deps: debug@~2.1.0
1656 * deps: connect@2.26.6
1657 - deps: compression@~1.1.2
1658 - deps: csurf@~1.6.2
1659 - deps: errorhandler@~1.2.2
1664 * deps: connect@2.26.5
1665 - Fix accepting non-object arguments to `logger`
1666 - deps: serve-static@~1.6.4
1671 * deps: connect@2.26.4
1672 - deps: morgan@~1.3.2
1673 - deps: type-is@~1.5.2
1678 * deps: connect@2.26.3
1679 - deps: body-parser@~1.8.4
1680 - deps: serve-favicon@~2.1.5
1681 - deps: serve-static@~1.6.3
1682 * deps: proxy-addr@~1.0.3
1683 - Use `forwarded` npm module
1690 * deps: connect@2.26.2
1691 - deps: body-parser@~1.8.3
1697 * deps: proxy-addr@~1.0.2
1698 - Fix a global leak when multiple subnets are trusted
1699 - deps: ipaddr.js@0.1.3
1704 * Use `crc` instead of `buffer-crc32` for speed
1705 * deps: connect@2.26.1
1706 - deps: body-parser@~1.8.2
1708 - deps: express-session@~1.8.2
1709 - deps: morgan@~1.3.1
1710 - deps: serve-favicon@~2.1.3
1711 - deps: serve-static@~1.6.2
1716 - deps: range-parser@~1.0.2
1721 * Fix error in `req.subdomains` on empty host
1726 * Support `X-Forwarded-Host` in `req.subdomains`
1727 * Support IP address host in `req.subdomains`
1728 * deps: connect@2.26.0
1729 - deps: body-parser@~1.8.1
1730 - deps: compression@~1.1.0
1731 - deps: connect-timeout@~1.3.0
1732 - deps: cookie-parser@~1.3.3
1733 - deps: cookie-signature@1.0.5
1734 - deps: csurf@~1.6.1
1735 - deps: debug@~2.0.0
1736 - deps: errorhandler@~1.2.0
1737 - deps: express-session@~1.8.1
1738 - deps: finalhandler@0.2.0
1740 - deps: media-typer@0.3.0
1741 - deps: method-override@~2.2.0
1742 - deps: morgan@~1.3.0
1744 - deps: serve-favicon@~2.1.3
1745 - deps: serve-index@~1.2.1
1746 - deps: serve-static@~1.6.1
1747 - deps: type-is@~1.5.1
1748 - deps: vhost@~3.0.0
1749 * deps: cookie-signature@1.0.5
1750 * deps: debug@~2.0.0
1752 * deps: media-typer@0.3.0
1753 - Throw error when parameter format invalid on parse
1754 * deps: range-parser@~1.0.2
1756 - Add `lastModified` option
1757 - Use `etag` to generate `ETag` header
1758 - deps: debug@~2.0.0
1761 - Accept valid `Vary` header string as `field`
1763 3.16.10 / 2014-09-04
1764 ====================
1766 * deps: connect@2.25.10
1767 - deps: serve-static@~1.5.4
1769 - Fix a path traversal issue when using `root`
1770 - Fix malicious path detection for empty string path
1775 * deps: connect@2.25.9
1776 - deps: body-parser@~1.6.7
1782 * deps: connect@2.25.8
1783 - deps: body-parser@~1.6.6
1784 - deps: csurf@~1.4.1
1790 * deps: connect@2.25.7
1791 - deps: body-parser@~1.6.5
1792 - deps: express-session@~1.7.6
1793 - deps: morgan@~1.2.3
1794 - deps: serve-static@~1.5.3
1796 - deps: destroy@1.0.3
1797 - deps: on-finished@2.1.0
1802 * deps: connect@2.25.6
1803 - deps: body-parser@~1.6.4
1805 - deps: serve-static@~1.5.2
1807 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1812 * deps: connect@2.25.5
1813 - Fix backwards compatibility in `logger`
1818 * Fix original URL parsing in `res.location`
1819 * deps: connect@2.25.4
1820 - Fix `query` middleware breaking with argument
1821 - deps: body-parser@~1.6.3
1822 - deps: compression@~1.0.11
1823 - deps: connect-timeout@~1.2.2
1824 - deps: express-session@~1.7.5
1825 - deps: method-override@~2.1.3
1826 - deps: on-headers@~1.0.0
1827 - deps: parseurl@~1.3.0
1829 - deps: response-time@~2.0.1
1830 - deps: serve-index@~1.1.6
1831 - deps: serve-static@~1.5.1
1832 * deps: parseurl@~1.3.0
1837 * deps: connect@2.25.3
1838 - deps: multiparty@3.3.2
1843 * deps: connect@2.25.2
1844 - deps: body-parser@~1.6.2
1850 * deps: connect@2.25.1
1851 - deps: body-parser@~1.6.1
1857 * deps: connect@2.25.0
1858 - deps: body-parser@~1.6.0
1859 - deps: compression@~1.0.10
1860 - deps: csurf@~1.4.0
1861 - deps: express-session@~1.7.4
1863 - deps: serve-static@~1.5.0
1865 - Add `extensions` option
1870 * fix `res.sendfile` regression for serving directory index files
1871 * deps: connect@2.24.3
1872 - deps: serve-index@~1.1.5
1873 - deps: serve-static@~1.4.4
1875 - Fix incorrect 403 on Windows and Node.js 0.11
1876 - Fix serving index files without root dir
1881 * deps: connect@2.24.2
1882 - deps: body-parser@~1.5.2
1884 - deps: express-session@~1.7.2
1885 - deps: morgan@~1.2.2
1886 - deps: serve-static@~1.4.2
1888 - Work-around v8 generating empty stack traces
1895 * deps: connect@2.24.1
1896 - deps: body-parser@~1.5.1
1898 - deps: express-session@~1.7.1
1899 - deps: morgan@~1.2.1
1900 - deps: serve-index@~1.1.4
1901 - deps: serve-static@~1.4.1
1903 - Fix exception when global `Error.stackTraceLimit` is too low
1910 * Fix `req.protocol` for proxy-direct connections
1911 * Pass options from `res.sendfile` to `send`
1912 * deps: connect@2.24.0
1913 - deps: body-parser@~1.5.0
1914 - deps: compression@~1.0.9
1915 - deps: connect-timeout@~1.2.1
1918 - deps: express-session@~1.7.0
1919 - deps: finalhandler@0.1.0
1920 - deps: method-override@~2.1.2
1921 - deps: morgan@~1.2.0
1922 - deps: multiparty@3.3.1
1923 - deps: parseurl@~1.2.0
1924 - deps: serve-static@~1.4.0
1927 - Add `TRACE_DEPRECATION` environment variable
1928 - Remove non-standard grey color from color output
1929 - Support `--no-deprecation` argument
1930 - Support `--trace-deprecation` argument
1931 * deps: parseurl@~1.2.0
1932 - Cache URLs based on original value
1933 - Remove no-longer-needed URL mis-parse work-around
1934 - Simplify the "fast-path" `RegExp`
1936 - Add `dotfiles` option
1937 - Cap `maxAge` value to 1 year
1944 * add explicit "Rosetta Flash JSONP abuse" protection
1945 - previous versions are not vulnerable; this is just explicit protection
1946 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1947 * fix `res.send(status, num)` to send `num` as json (not error)
1948 * remove unnecessary escaping when `res.jsonp` returns JSON response
1949 * deps: basic-auth@1.0.0
1950 - support empty password
1951 - support empty username
1952 * deps: connect@2.23.0
1954 - deps: express-session@~1.6.4
1955 - deps: method-override@~2.1.0
1956 - deps: parseurl@~1.1.3
1957 - deps: serve-static@~1.3.1
1959 - Add support for multiple wildcards in namespaces
1960 * deps: methods@1.1.0
1962 * deps: parseurl@~1.1.3
1963 - faster parsing of href-only URLs
1968 * add deprecation message to `app.configure`
1969 * add deprecation message to `req.auth`
1970 * use `basic-auth` to parse `Authorization` header
1971 * deps: connect@2.22.0
1972 - deps: csurf@~1.3.0
1973 - deps: express-session@~1.6.1
1974 - deps: multiparty@3.3.0
1975 - deps: serve-static@~1.3.0
1977 - Accept string for `maxage` (converted by `ms`)
1978 - Include link in default redirect response
1983 * deps: connect@2.21.1
1984 - deps: cookie-parser@1.3.2
1985 - deps: cookie-signature@1.0.4
1986 - deps: express-session@~1.5.2
1987 - deps: type-is@~1.3.2
1988 * deps: cookie-signature@1.0.4
1989 - fix for timing attacks
1994 * use `media-typer` to alter content-type charset
1995 * deps: connect@2.21.0
1996 - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
1997 - deprecate `connect.createServer()` -- use `connect()` instead
1998 - fix `res.setHeader()` patch to work with with get -> append -> set pattern
1999 - deps: compression@~1.0.8
2000 - deps: errorhandler@~1.1.1
2001 - deps: express-session@~1.5.0
2002 - deps: serve-index@~1.1.3
2007 * deprecate things with `depd` module
2008 * deps: buffer-crc32@0.2.3
2009 * deps: connect@2.20.2
2010 - deprecate `verify` option to `json` -- use `body-parser` npm module instead
2011 - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
2012 - deprecate things with `depd` module
2013 - use `finalhandler` for final response handling
2014 - use `media-typer` to parse `content-type` for charset
2015 - deps: body-parser@1.4.3
2016 - deps: connect-timeout@1.1.1
2017 - deps: cookie-parser@1.3.1
2019 - deps: errorhandler@1.1.0
2020 - deps: express-session@1.4.0
2021 - deps: multiparty@3.2.9
2022 - deps: serve-index@1.1.2
2023 - deps: type-is@1.3.1
2029 * deps: connect@2.19.6
2030 - deps: body-parser@1.3.1
2031 - deps: compression@1.0.7
2033 - deps: serve-index@1.1.1
2034 - deps: serve-static@1.2.3
2037 - Do not throw uncatchable error on file open race condition
2038 - Use `escape-html` for HTML escaping
2040 - deps: finished@1.2.2
2046 * deps: connect@2.19.5
2047 - fix "event emitter leak" warnings
2050 - deps: serve-static@1.2.2
2051 - deps: type-is@1.2.1
2054 - fix "event emitter leak" warnings
2055 - deps: finished@1.2.1
2061 * use `vary` module for `res.vary`
2062 * deps: connect@2.19.4
2063 - deps: errorhandler@1.0.2
2064 - deps: method-override@2.0.2
2065 - deps: serve-favicon@2.0.1
2071 * deps: connect@2.19.3
2072 - deps: compression@1.0.6
2077 * deps: connect@2.19.2
2078 - deps: compression@1.0.4
2079 * deps: proxy-addr@1.0.1
2084 * deps: connect@2.19.1
2085 - deprecate `methodOverride()` -- use `method-override` npm module instead
2086 - deps: body-parser@1.3.0
2087 - deps: method-override@2.0.1
2088 - deps: multiparty@3.2.8
2089 - deps: response-time@2.0.0
2090 - deps: serve-static@1.2.1
2091 * deps: methods@1.0.1
2093 - Send `max-age` in `Cache-Control` in correct format
2098 * custom etag control with `app.set('etag', val)`
2099 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
2100 - `app.set('etag', 'weak')` weak tag
2101 - `app.set('etag', 'strong')` strong etag
2102 - `app.set('etag', false)` turn off
2103 - `app.set('etag', true)` standard etag
2104 * Include ETag in HEAD requests
2105 * mark `res.send` ETag as weak and reduce collisions
2106 * update connect to 2.18.0
2107 - deps: compression@1.0.3
2108 - deps: serve-index@1.1.0
2109 - deps: serve-static@1.2.0
2110 * update send to 0.4.0
2111 - Calculate ETag with md5 for reduced collisions
2112 - Ignore stream errors after request ends
2118 * update connect to 2.17.3
2119 - deps: body-parser@1.2.2
2120 - deps: express-session@1.2.1
2121 - deps: method-override@1.0.2
2126 * keep previous `Content-Type` for `res.jsonp`
2127 * set proper `charset` in `Content-Type` for `res.send`
2128 * update connect to 2.17.1
2129 - fix `res.charset` appending charset when `content-type` has one
2130 - deps: express-session@1.2.0
2131 - deps: morgan@1.1.1
2132 - deps: serve-index@1.0.3
2137 * proper proxy trust with `app.set('trust proxy', trust)`
2138 - `app.set('trust proxy', 1)` trust first hop
2139 - `app.set('trust proxy', 'loopback')` trust loopback addresses
2140 - `app.set('trust proxy', '10.0.0.1')` trust single IP
2141 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
2142 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
2143 - `app.set('trust proxy', false)` turn off
2144 - `app.set('trust proxy', true)` trust everything
2145 * update connect to 2.16.2
2146 - deprecate `res.headerSent` -- use `res.headersSent`
2147 - deprecate `res.on("header")` -- use on-headers module instead
2148 - fix edge-case in `res.appendHeader` that would append in wrong order
2149 - json: use body-parser
2150 - urlencoded: use body-parser
2152 - dep: cookie-parser@1.1.0
2154 - dep: express-session@1.1.0
2155 - dep: method-override@1.0.1
2160 * deprecate `app.del()` -- use `app.delete()` instead
2161 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
2162 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
2163 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
2164 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
2165 * support PURGE method
2167 - add `router.purge`
2168 - include PURGE in `app.all`
2169 * update connect to 2.15.0
2170 * Add `res.appendHeader`
2171 * Call error stack even when response has been sent
2172 * Patch `res.headerSent` to return Boolean
2173 * Patch `res.headersSent` for node.js 0.8
2174 * Prevent default 404 handler after response sent
2175 * dep: compression@1.0.2
2176 * dep: connect-timeout@1.1.0
2178 * dep: errorhandler@1.0.1
2179 * dep: express-session@1.0.4
2181 * dep: serve-favicon@2.0.0
2182 * dep: serve-index@1.0.2
2183 * update debug to 0.8.0
2184 * add `enable()` method
2185 * change from stderr to stdout
2186 * update methods to 1.0.0
2188 * update mkdirp to 0.5.0
2193 * fix `req.host` for IPv6 literals
2194 * fix `res.jsonp` error if callback param is object
2199 * update connect to 2.14.5
2200 * update cookie to 0.1.2
2201 * update mkdirp to 0.4.0
2202 * update send to 0.3.0
2207 * pin less-middleware in generated app
2217 * prevent incorrect automatic OPTIONS responses #1868 @dpatti
2218 * update binary and examples for jade 1.0 #1876 @yossi, #1877 @reqshark, #1892 @matheusazzi
2219 * throw 400 in case of malformed paths @rlidwka
2229 * update connect (raw-body)
2235 * res.location: remove leading ./ #1802 @kapouer
2236 * res.redirect: fix `res.redirect('toString') #1829 @michaelficarra
2237 * res.send: always send ETag when content-length > 0
2238 * router: add Router.all() method
2246 * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04
2257 * downgrade commander
2264 * jsonp: check if callback is a function
2265 * router: wrap encodeURIComponent in a try/catch #1735 (@lxe)
2266 * res.format: now includes charset @1747 (@sorribas)
2267 * res.links: allow multiple calls @1746 (@sorribas)
2272 * add res.vary(). Closes #1682
2288 * Revert "remove charset from json responses. Closes #1631" (causes issues in some clients)
2289 * add: req.accepts take an argument list
2294 * update send and connect
2306 * remove .version export
2317 * add support for multiple X-Forwarded-Proto values. Closes #1646
2318 * change: remove charset from json responses. Closes #1631
2319 * change: return actual booleans from req.accept* functions
2320 * fix jsonp callback array throw
2331 * update node-cookie
2332 * add: throw a meaningful error when there is no default engine
2333 * change generation of ETags with res.send() to GET requests only. Closes #1619
2338 * fix `req.subdomains` when no Host is present
2339 * fix `req.host` when no Host is present, return undefined
2344 * update connect / qs
2354 * add app.VERB() paths array deprecation warning
2356 * update qs and remove all ~ semver crap
2357 * fix: accept number as value of Signed Cookie
2362 * add "view" constructor setting to override view behaviour
2363 * add req.acceptsEncoding(name)
2364 * add req.acceptedEncodings
2365 * revert cookie signature change causing session race conditions
2366 * fix sorting of Accept values of the same quality
2371 * add support for custom Accept parameters
2372 * update cookie-signature
2377 * add X-Forwarded-Host support to `req.host`
2378 * fix relative redirects
2380 * update buffer-crc32
2381 * remove legacy app.configure() method from app template.
2386 * add support for leading "." in "view engine" setting
2387 * add array support to `res.set()`
2388 * add node 0.8.x to travis.yml
2389 * add "subdomain offset" setting for tweaking `req.subdomains`
2390 * add `res.location(url)` implementing `res.redirect()`-like setting of Location
2391 * use app.get() for x-powered-by setting for inheritance
2392 * fix colons in passwords for `req.auth`
2397 * add http verb methods to Router
2399 * fix mangling of the `res.cookie()` options object
2400 * fix jsonp whitespace escape. Closes #1132
2405 * add throwing when a non-function is passed to a route
2406 * fix: explicitly remove Transfer-Encoding header from 204 and 304 responses
2407 * revert "add 'etag' option"
2412 * add 'etag' option to disable `res.send()` Etags
2413 * add escaping of urls in text/plain in `res.redirect()`
2414 for old browsers interpreting as html
2415 * change crc32 module for a more liberal license
2422 * update cookie module
2423 * fix cookie max-age
2428 * add OPTIONS to cors example. Closes #1398
2429 * fix route chaining regression. Closes #1397
2440 * add "Basic" check to req.auth
2441 * add `req.auth` test coverage
2442 * add cb && cb(payload) to `res.jsonp()`. Closes #1374
2443 * add backwards compat for `res.redirect()` status. Closes #1336
2444 * add support for `res.json()` to retain previously defined Content-Types. Closes #1349
2446 * change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
2447 * remove non-primitive string support for `res.send()`
2448 * fix view-locals example. Closes #1370
2449 * fix route-separation example
2451 3.0.0rc5 / 2012-09-18
2455 * add redis search example
2456 * add static-files example
2457 * add "x-powered-by" setting (`app.disable('x-powered-by')`)
2458 * add "application/octet-stream" redirect Accept test case. Closes #1317
2460 3.0.0rc4 / 2012-08-30
2463 * add `res.jsonp()`. Closes #1307
2464 * add "verbose errors" option to error-pages example
2465 * add another route example to express(1) so people are not so confused
2466 * add redis online user activity tracking example
2467 * update connect dep
2468 * fix etag quoting. Closes #1310
2469 * fix error-pages 404 status
2470 * fix jsonp callback char restrictions
2471 * remove old OPTIONS default response
2473 3.0.0rc3 / 2012-08-13
2476 * update connect dep
2477 * fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
2478 * fix `res.render()` clobbering of "locals"
2480 3.0.0rc2 / 2012-08-03
2484 * update connect dep
2485 * deprecate `.createServer()` & remove old stale examples
2486 * fix: escape `res.redirect()` link
2489 3.0.0rc1 / 2012-07-24
2492 * add more examples to view-locals
2493 * add scheme-relative redirects (`res.redirect("//foo.com")`) support
2495 * update connect dep
2497 * fix `express(1)` -h flag, use -H for hogan. Closes #1245
2498 * fix `res.sendfile()` socket error handling regression
2500 3.0.0beta7 / 2012-07-16
2503 * update connect dep for `send()` root normalization regression
2505 3.0.0beta6 / 2012-07-13
2508 * add `err.view` property for view errors. Closes #1226
2509 * add "jsonp callback name" setting
2510 * add support for "/foo/:bar*" non-greedy matches
2511 * change `res.sendfile()` to use `send()` module
2512 * change `res.send` to use "response-send" module
2513 * remove `app.locals.use` and `res.locals.use`, use regular middleware
2515 3.0.0beta5 / 2012-07-03
2518 * add "make check" support
2519 * add route-map example
2520 * add `res.json(obj, status)` support back for BC
2521 * add "methods" dep, remove internal methods module
2522 * update connect dep
2523 * update auth example to utilize cores pbkdf2
2524 * updated tests to use "supertest"
2526 3.0.0beta4 / 2012-06-25
2530 * Added `req.range(size)`
2531 * Added `res.links(obj)`
2532 * Added `res.send(body, status)` support back for backwards compat
2533 * Added `.default()` support to `res.format()`
2534 * Added 2xx / 304 check to `req.fresh`
2535 * Revert "Added + support to the router"
2536 * Fixed `res.send()` freshness check, respect res.statusCode
2538 3.0.0beta3 / 2012-06-15
2541 * Added hogan `--hjs` to express(1) [nullfirm]
2542 * Added another example to content-negotiation
2544 * Changed: `res.send()` always checks freshness
2545 * Fixed: expose connects mime module. Closes #1165
2547 3.0.0beta2 / 2012-06-06
2550 * Added `+` support to the router
2552 * Changed `req.param()` to check route first
2553 * Update connect dep
2555 3.0.0beta1 / 2012-06-01
2558 * Added `res.format()` callback to override default 406 behaviour
2559 * Fixed `res.redirect()` 406. Closes #1154
2561 3.0.0alpha5 / 2012-05-30
2565 * Added `{ signed: true }` option to `res.cookie()`
2566 * Removed `res.signedCookie()`
2567 * Changed: dont reverse `req.ips`
2568 * Fixed "trust proxy" setting check for `req.ips`
2570 3.0.0alpha4 / 2012-05-09
2573 * Added: allow `[]` in jsonp callback. Closes #1128
2574 * Added `PORT` env var support in generated template. Closes #1118 [benatkin]
2575 * Updated: connect 2.2.2
2577 3.0.0alpha3 / 2012-05-04
2580 * Added public `app.routes`. Closes #887
2581 * Added _view-locals_ example
2582 * Added _mvc_ example
2583 * Added `res.locals.use()`. Closes #1120
2584 * Added conditional-GET support to `res.send()`
2585 * Added: coerce `res.set()` values to strings
2586 * Changed: moved `static()` in generated apps below router
2587 * Changed: `res.send()` only set ETag when not previously set
2588 * Changed connect 2.2.1 dep
2589 * Changed: `make test` now runs unit / acceptance tests
2590 * Fixed req/res proto inheritance
2592 3.0.0alpha2 / 2012-04-26
2595 * Added `make benchmark` back
2596 * Added `res.send()` support for `String` objects
2597 * Added client-side data exposing example
2598 * Added `res.header()` and `req.header()` aliases for BC
2599 * Added `express.createServer()` for BC
2600 * Perf: memoize parsed urls
2601 * Perf: connect 2.2.0 dep
2602 * Changed: make `expressInit()` middleware self-aware
2603 * Fixed: use app.get() for all core settings
2604 * Fixed redis session example
2605 * Fixed session example. Closes #1105
2606 * Fixed generated express dep. Closes #1078
2608 3.0.0alpha1 / 2012-04-15
2611 * Added `app.locals.use(callback)`
2612 * Added `app.locals` object
2613 * Added `app.locals(obj)`
2614 * Added `res.locals` object
2615 * Added `res.locals(obj)`
2616 * Added `res.format()` for content-negotiation
2617 * Added `app.engine()`
2618 * Added `res.cookie()` JSON cookie support
2619 * Added "trust proxy" setting
2620 * Added `req.subdomains`
2621 * Added `req.protocol`
2622 * Added `req.secure`
2627 * Added comma-delimited / array support for `req.accepts()`
2628 * Added debug instrumentation
2629 * Added `res.set(obj)`
2630 * Added `res.set(field, value)`
2631 * Added `res.get(field)`
2632 * Added `app.get(setting)`. Closes #842
2633 * Added `req.acceptsLanguage()`
2634 * Added `req.acceptsCharset()`
2635 * Added `req.accepted`
2636 * Added `req.acceptedLanguages`
2637 * Added `req.acceptedCharsets`
2638 * Added "json replacer" setting
2639 * Added "json spaces" setting
2640 * Added X-Forwarded-Proto support to `res.redirect()`. Closes #92
2641 * Added `--less` support to express(1)
2642 * Added `express.response` prototype
2643 * Added `express.request` prototype
2644 * Added `express.application` prototype
2645 * Added `app.path()`
2646 * Added `app.render()`
2647 * Added `res.type()` to replace `res.contentType()`
2648 * Changed: `res.redirect()` to add relative support
2649 * Changed: enable "jsonp callback" by default
2650 * Changed: renamed "case sensitive routes" to "case sensitive routing"
2651 * Rewrite of all tests with mocha
2652 * Removed "root" setting
2653 * Removed `res.redirect('home')` support
2654 * Removed `req.notify()`
2655 * Removed `app.register()`
2656 * Removed `app.redirect()`
2657 * Removed `app.is()`
2658 * Removed `app.helpers()`
2659 * Removed `app.dynamicHelpers()`
2660 * Fixed `res.sendfile()` with non-GET. Closes #723
2661 * Fixed express(1) public dir for windows. Closes #866
2666 * Added support for PURGE request method [pbuyle]
2667 * Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
2672 * Update mkdirp dep. Closes #991
2677 * Fixed `app.all` duplicate DELETE requests [mscdex]
2682 * Updated hamljs dev dep. Closes #953
2687 * Fixed: set `filename` on cached templates [matthewleon]
2692 * Fixed `express(1)` eol on 0.4.x. Closes #947
2697 * Fixed `req.is()` when a charset is present
2702 * Fixed: express(1) LF -> CRLF for windows
2707 * Changed: updated connect to 1.8.x
2708 * Removed sass.js support from express(1)
2713 * Added ./routes dir for generated app by default
2714 * Added npm install reminder to express(1) app gen
2715 * Added 0.5.x support
2716 * Removed `make test-cov` since it wont work with node 0.5.x
2717 * Fixed express(1) public dir for windows. Closes #866
2722 * Added mkdirp to express(1). Closes #795
2723 * Added simple _json-config_ example
2724 * Added shorthand for the parsed request's pathname via `req.path`
2725 * Changed connect dep to 1.7.x to fix npm issue...
2726 * Fixed `res.redirect()` __HEAD__ support. [reported by xerox]
2727 * Fixed `req.flash()`, only escape args
2728 * Fixed absolute path checking on windows. Closes #829 [reported by andrewpmckenzie]
2733 * Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2738 * Added support for routes to handle errors. Closes #809
2739 * Added `app.routes.all()`. Closes #803
2740 * Added "basepath" setting to work in conjunction with reverse proxies etc.
2741 * Refactored `Route` to use a single array of callbacks
2742 * Added support for multiple callbacks for `app.param()`. Closes #801
2744 * Changed: removed .call(self) for route callbacks
2745 * Dependency: `qs >= 0.3.1`
2746 * Fixed `res.redirect()` on windows due to `join()` usage. Closes #808
2751 * Fixed `res.header()` intention of a set, even when `undefined`
2752 * Fixed `*`, value no longer required
2753 * Fixed `res.send(204)` support. Closes #771
2758 * Added docs for `status` option special-case. Closes #739
2759 * Fixed `options.filename`, exposing the view path to template engines
2764 * Revert "removed jsonp stripping" for XSS
2769 * Added `res.json()` JSONP support. Closes #737
2770 * Added _extending-templates_ example. Closes #730
2771 * Added "strict routing" setting for trailing slashes
2772 * Added support for multiple envs in `app.configure()` calls. Closes #735
2773 * Changed: `res.send()` using `res.json()`
2774 * Changed: when cookie `path === null` don't default it
2775 * Changed; default cookie path to "home" setting. Closes #731
2776 * Removed _pids/logs_ creation from express(1)
2781 * Added chainable `res.status(code)`
2782 * Added `res.json()`, an explicit version of `res.send(obj)`
2783 * Added simple web-service example
2788 * \#express is now on freenode! come join!
2789 * Added `req.get(field, param)`
2790 * Added links to Japanese documentation, thanks @hideyukisaito!
2791 * Added; the `express(1)` generated app outputs the env
2792 * Added `content-negotiation` example
2793 * Dependency: connect >= 1.5.1 < 2.0.0
2794 * Fixed view layout bug. Closes #720
2795 * Fixed; ignore body on 304. Closes #701
2801 * Removed generation of dummy test file from `express(1)`
2802 * Fixed; `express(1)` adds express as a dep
2803 * Fixed; prune on `prepublish`
2808 * Added `req.route`, exposing the current route
2809 * Added _package.json_ generation support to `express(1)`
2810 * Fixed call to `app.param()` function for optional params. Closes #682
2815 * Fixed bug-ish with `../' in `res.partial()` calls
2820 * Fixed `app.options()`
2825 * Added route `Collection`, ex: `app.get('/user/:id').remove();`
2826 * Added support for `app.param(fn)` to define param logic
2827 * Removed `app.param()` support for callback with return value
2828 * Removed module.parent check from express(1) generated app. Closes #670
2829 * Refactored router. Closes #639
2834 * Changed; using devDependencies instead of git submodules
2835 * Fixed redis session example
2836 * Fixed markdown example
2837 * Fixed view caching, should not be enabled in development
2842 * Added export `.view` as alias for `.View`
2847 * Added `./examples/say`
2848 * Fixed `res.sendfile()` bug preventing the transfer of files with spaces
2853 * Added "case sensitive routes" option.
2854 * Changed; split methods supported per rfc [slaskis]
2855 * Fixed route-specific middleware when using the same callback function several times
2865 * Added `app.match()` as `app.match.all()`
2866 * Added `app.lookup()` as `app.lookup.all()`
2867 * Added `app.remove()` for `app.remove.all()`
2868 * Added `app.remove.VERB()`
2869 * Fixed template caching collision issue. Closes #644
2870 * Moved router over from connect and started refactor
2875 * Added options support to `res.clearCookie()`
2876 * Added `res.helpers()` as alias of `res.locals()`
2877 * Added; json defaults to UTF-8 with `res.send()`. Closes #632. [Daniel * Dependency `connect >= 1.4.0`
2878 * Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
2879 * Renamed "cache views" to "view cache". Closes #628
2880 * Fixed caching of views when using several apps. Closes #637
2881 * Fixed gotcha invoking `app.param()` callbacks once per route middleware.
2883 * Fixed partial lookup precedence. Closes #631
2889 * Added second callback support for `res.download()` connection errors
2890 * Fixed `filename` option passing to template engine
2895 * Added `layout(path)` helper to change the layout within a view. Closes #610
2896 * Fixed `partial()` collection object support.
2897 Previously only anything with `.length` would work.
2898 When `.length` is present one must still be aware of holes,
2899 however now `{ collection: {foo: 'bar'}}` is valid, exposes
2900 `keyInCollection` and `keysInCollection`.
2902 * Performance improved with better view caching
2903 * Removed `request` and `response` locals
2904 * Changed; errorHandler page title is now `Express` instead of `Connect`
2909 * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
2910 * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
2911 * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
2912 * Dependency `connect >= 1.2.0`
2917 * Added; expose `err.view` object when failing to locate a view
2918 * Fixed `res.partial()` call `next(err)` when no callback is given [reported by aheckmann]
2919 * Fixed; `res.send(undefined)` responds with 204 [aheckmann]
2924 * Added `<root>/_?<name>` partial lookup support. Closes #447
2925 * Added `request`, `response`, and `app` local variables
2926 * Added `settings` local variable, containing the app's settings
2927 * Added `req.flash()` exception if `req.session` is not available
2928 * Added `res.send(bool)` support (json response)
2929 * Fixed stylus example for latest version
2930 * Fixed; wrap try/catch around `res.render()`
2935 * Fixed up index view path alternative.
2936 * Changed; `res.locals()` without object returns the locals
2938 2.0.0rc3 / 2011-03-17
2941 * Added `res.locals(obj)` to compliment `res.local(key, val)`
2942 * Added `res.partial()` callback support
2943 * Fixed recursive error reporting issue in `res.render()`
2945 2.0.0rc2 / 2011-03-17
2948 * Changed; `partial()` "locals" are now optional
2949 * Fixed `SlowBuffer` support. Closes #584 [reported by tyrda01]
2950 * Fixed .filename view engine option [reported by drudge]
2951 * Fixed blog example
2952 * Fixed `{req,res}.app` reference when mounting [Ben Weaver]
2954 2.0.0rc / 2011-03-14
2957 * Fixed; expose `HTTPSServer` constructor
2958 * Fixed express(1) default test charset. Closes #579 [reported by secoif]
2959 * Fixed; default charset to utf-8 instead of utf8 for lame IE [reported by NickP]
2961 2.0.0beta3 / 2011-03-09
2964 * Added support for `res.contentType()` literal
2965 The original `res.contentType('.json')`,
2966 `res.contentType('application/json')`, and `res.contentType('json')`
2968 * Added `res.render()` status option support back
2969 * Added charset option for `res.render()`
2970 * Added `.charset` support (via connect 1.0.4)
2971 * Added view resolution hints when in development and a lookup fails
2972 * Added layout lookup support relative to the page view.
2973 For example while rendering `./views/user/index.jade` if you create
2974 `./views/user/layout.jade` it will be used in favour of the root layout.
2975 * Fixed `res.redirect()`. RFC states absolute url [reported by unlink]
2976 * Fixed; default `res.send()` string charset to utf8
2977 * Removed `Partial` constructor (not currently used)
2979 2.0.0beta2 / 2011-03-07
2982 * Added res.render() `.locals` support back to aid in migration process
2983 * Fixed flash example
2985 2.0.0beta / 2011-03-03
2988 * Added HTTPS support
2989 * Added `res.cookie()` maxAge support
2990 * Added `req.header()` _Referrer_ / _Referer_ special-case, either works
2991 * Added mount support for `res.redirect()`, now respects the mount-point
2992 * Added `union()` util, taking place of `merge(clone())` combo
2993 * Added stylus support to express(1) generated app
2994 * Added secret to session middleware used in examples and generated app
2995 * Added `res.local(name, val)` for progressive view locals
2996 * Added default param support to `req.param(name, default)`
2997 * Added `app.disabled()` and `app.enabled()`
2998 * Added `app.register()` support for omitting leading ".", either works
2999 * Added `res.partial()`, using the same interface as `partial()` within a view. Closes #539
3000 * Added `app.param()` to map route params to async/sync logic
3001 * Added; aliased `app.helpers()` as `app.locals()`. Closes #481
3002 * Added extname with no leading "." support to `res.contentType()`
3003 * Added `cache views` setting, defaulting to enabled in "production" env
3004 * Added index file partial resolution, eg: partial('user') may try _views/user/index.jade_.
3005 * Added `req.accepts()` support for extensions
3006 * Changed; `res.download()` and `res.sendfile()` now utilize Connect's
3007 static file server `connect.static.send()`.
3008 * Changed; replaced `connect.utils.mime()` with npm _mime_ module
3009 * Changed; allow `req.query` to be pre-defined (via middleware or other parent
3010 * Changed view partial resolution, now relative to parent view
3011 * Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
3012 * Fixed `req.param()` bug returning Array.prototype methods. Closes #552
3013 * Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
3014 * Fixed; using _qs_ module instead of _querystring_
3015 * Fixed; strip unsafe chars from jsonp callbacks
3016 * Removed "stream threshold" setting
3021 * Allow `req.query` to be pre-defined (via middleware or other parent app)
3022 * "connect": ">= 0.5.0 < 1.0.0". Closes #547
3023 * Removed the long deprecated __EXPRESS_ENV__ support
3028 * Fixed `render()` setting inheritance.
3029 Mounted apps would not inherit "view engine"
3034 * Fixed `view engine` setting bug when period is in dirname
3039 * Added secret to generated app `session()` call
3044 * Added `qs` dependency to _package.json_
3045 * Fixed namespaced `require()`s for latest connect support
3050 * Remove unsafe characters from JSONP callback names [Ryan Grove]
3055 * Removed nested require, using `connect.router`
3060 * Fixed for middleware stacked via `createServer()`
3061 previously the `foo` middleware passed to `createServer(foo)`
3062 would not have access to Express methods such as `res.send()`
3063 or props like `req.query` etc.
3068 * Added; deduce partial object names from the last segment.
3069 For example by default `partial('forum/post', postObject)` will
3070 give you the _post_ object, providing a meaningful default.
3071 * Added http status code string representation to `res.redirect()` body
3072 * Added; `res.redirect()` supporting _text/plain_ and _text/html_ via __Accept__.
3073 * Added `req.is()` to aid in content negotiation
3074 * Added partial local inheritance [suggested by masylum]. Closes #102
3075 providing access to parent template locals.
3076 * Added _-s, --session[s]_ flag to express(1) to add session related middleware
3077 * Added _--template_ flag to express(1) to specify the
3078 template engine to use.
3079 * Added _--css_ flag to express(1) to specify the
3080 stylesheet engine to use (or just plain css by default).
3081 * Added `app.all()` support [thanks aheckmann]
3082 * Added partial direct object support.
3083 You may now `partial('user', user)` providing the "user" local,
3084 vs previously `partial('user', { object: user })`.
3085 * Added _route-separation_ example since many people question ways
3086 to do this with CommonJS modules. Also view the _blog_ example for
3088 * Performance; caching view path derived partial object names
3089 * Fixed partial local inheritance precedence. [reported by Nick Poulden] Closes #454
3090 * Fixed jsonp support; _text/javascript_ as per mailinglist discussion
3092 1.0.0rc4 / 2010-10-14
3095 * Added _NODE_ENV_ support, _EXPRESS_ENV_ is deprecated and will be removed in 1.0.0
3096 * Added route-middleware support (very helpful, see the [docs](http://expressjs.com/guide.html#Route-Middleware))
3097 * Added _jsonp callback_ setting to enable/disable jsonp autowrapping [Dav Glass]
3098 * Added callback query check on response.send to autowrap JSON objects for simple webservice implementations [Dav Glass]
3099 * Added `partial()` support for array-like collections. Closes #434
3100 * Added support for swappable querystring parsers
3101 * Added session usage docs. Closes #443
3102 * Added dynamic helper caching. Closes #439 [suggested by maritz]
3103 * Added authentication example
3104 * Added basic Range support to `res.sendfile()` (and `res.download()` etc)
3105 * Changed; `express(1)` generated app using 2 spaces instead of 4
3106 * Default env to "development" again [aheckmann]
3107 * Removed _context_ option is no more, use "scope"
3108 * Fixed; exposing _./support_ libs to examples so they can run without installs
3111 1.0.0rc3 / 2010-09-20
3114 * Added confirmation for `express(1)` app generation. Closes #391
3115 * Added extending of flash formatters via `app.flashFormatters`
3116 * Added flash formatter support. Closes #411
3117 * Added streaming support to `res.sendfile()` using `sys.pump()` when >= "stream threshold"
3118 * Added _stream threshold_ setting for `res.sendfile()`
3119 * Added `res.send()` __HEAD__ support
3120 * Added `res.clearCookie()`
3121 * Added `res.cookie()`
3122 * Added `res.render()` headers option
3123 * Added `res.redirect()` response bodies
3124 * Added `res.render()` status option support. Closes #425 [thanks aheckmann]
3125 * Fixed `res.sendfile()` responding with 403 on malicious path
3126 * Fixed `res.download()` bug; when an error occurs remove _Content-Disposition_
3127 * Fixed; mounted apps settings now inherit from parent app [aheckmann]
3128 * Fixed; stripping Content-Length / Content-Type when 204
3129 * Fixed `res.send()` 204. Closes #419
3130 * Fixed multiple _Set-Cookie_ headers via `res.header()`. Closes #402
3131 * Fixed bug messing with error handlers when `listenFD()` is called instead of `listen()`. [thanks guillermo]
3134 1.0.0rc2 / 2010-08-17
3137 * Added `app.register()` for template engine mapping. Closes #390
3138 * Added `res.render()` callback support as second argument (no options)
3139 * Added callback support to `res.download()`
3140 * Added callback support for `res.sendfile()`
3141 * Added support for middleware access via `express.middlewareName()` vs `connect.middlewareName()`
3142 * Added "partials" setting to docs
3143 * Added default expresso tests to `express(1)` generated app. Closes #384
3144 * Fixed `res.sendfile()` error handling, defer via `next()`
3145 * Fixed `res.render()` callback when a layout is used [thanks guillermo]
3146 * Fixed; `make install` creating ~/.node_libraries when not present
3147 * Fixed issue preventing error handlers from being defined anywhere. Closes #387
3149 1.0.0rc / 2010-07-28
3152 * Added mounted hook. Closes #369
3153 * Added connect dependency to _package.json_
3155 * Removed "reload views" setting and support code
3156 development env never caches, production always caches.
3158 * Removed _param_ in route callbacks, signature is now
3159 simply (req, res, next), previously (req, res, params, next).
3160 Use _req.params_ for path captures, _req.query_ for GET params.
3162 * Fixed "home" setting
3163 * Fixed middleware/router precedence issue. Closes #366
3164 * Fixed; _configure()_ callbacks called immediately. Closes #368
3166 1.0.0beta2 / 2010-07-23
3169 * Added more examples
3170 * Added; exporting `Server` constructor
3171 * Added `Server#helpers()` for view locals
3172 * Added `Server#dynamicHelpers()` for dynamic view locals. Closes #349
3173 * Added support for absolute view paths
3174 * Added; _home_ setting defaults to `Server#route` for mounted apps. Closes #363
3175 * Added Guillermo Rauch to the contributor list
3176 * Added support for "as" for non-collection partials. Closes #341
3177 * Fixed _install.sh_, ensuring _~/.node_libraries_ exists. Closes #362 [thanks jf]
3178 * Fixed `res.render()` exceptions, now passed to `next()` when no callback is given [thanks guillermo]
3179 * Fixed instanceof `Array` checks, now `Array.isArray()`
3180 * Fixed express(1) expansion of public dirs. Closes #348
3181 * Fixed middleware precedence. Closes #345
3182 * Fixed view watcher, now async [thanks aheckmann]
3184 1.0.0beta / 2010-07-15
3190 - Check [ExpressJS.com](http://expressjs.com) for migration guide and updated docs
3195 * Utilize relative requires
3196 * Added Static bufferSize option [aheckmann]
3197 * Fixed caching of view and partial subdirectories [aheckmann]
3198 * Fixed mime.type() comments now that ".ext" is not supported
3199 * Updated haml submodule
3200 * Updated class submodule
3201 * Removed bin/express
3206 * Added node v0.1.97 compatibility
3207 * Added support for deleting cookies via Request#cookie('key', null)
3208 * Updated haml submodule
3209 * Fixed not-found page, now using using charset utf-8
3210 * Fixed show-exceptions page, now using using charset utf-8
3211 * Fixed view support due to fs.readFile Buffers
3212 * Changed; mime.type() no longer accepts ".type" due to node extname() changes
3217 * Added node v0.1.96 compatibility
3218 * Added view `helpers` export which act as additional local variables
3219 * Updated haml submodule
3220 * Changed ETag; removed inode, modified time only
3221 * Fixed LF to CRLF for setting multiple cookies
3222 * Fixed cookie compilation; values are now urlencoded
3223 * Fixed cookies parsing; accepts quoted values and url escaped cookies
3228 * Added support for layouts using different engines
3229 - this.render('page.html.haml', { layout: 'super-cool-layout.html.ejs' })
3230 - this.render('page.html.haml', { layout: 'foo' }) // assumes 'foo.html.haml'
3231 - this.render('page.html.haml', { layout: false }) // no layout
3232 * Updated ext submodule
3233 * Updated haml submodule
3234 * Fixed EJS partial support by passing along the context. Issue #307
3239 * Fixed binary uploads.
3244 * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3245 encoding is set to 'utf8' or 'utf-8'.
3246 * Added "encoding" option to Request#render(). Closes #299
3247 * Added "dump exceptions" setting, which is enabled by default.
3248 * Added simple ejs template engine support
3249 * Added error response support for text/plain, application/json. Closes #297
3250 * Added callback function param to Request#error()
3251 * Added Request#sendHead()
3252 * Added Request#stream()
3253 * Added support for Request#respond(304, null) for empty response bodies
3254 * Added ETag support to Request#sendfile()
3255 * Added options to Request#sendfile(), passed to fs.createReadStream()
3256 * Added filename arg to Request#download()
3257 * Performance enhanced due to pre-reversing plugins so that plugins.reverse() is not called on each request
3258 * Performance enhanced by preventing several calls to toLowerCase() in Router#match()
3259 * Changed; Request#sendfile() now streams
3260 * Changed; Renamed Request#halt() to Request#respond(). Closes #289
3261 * Changed; Using sys.inspect() instead of JSON.encode() for error output
3262 * Changed; run() returns the http.Server instance. Closes #298
3263 * Changed; Defaulting Server#host to null (INADDR_ANY)
3264 * Changed; Logger "common" format scale of 0.4f
3265 * Removed Logger "request" format
3266 * Fixed; Catching ENOENT in view caching, preventing error when "views/partials" is not found
3267 * Fixed several issues with http client
3268 * Fixed Logger Content-Length output
3269 * Fixed bug preventing Opera from retaining the generated session id. Closes #292
3274 * Added DSL level error() route support
3275 * Added DSL level notFound() route support
3276 * Added Request#error()
3277 * Added Request#notFound()
3278 * Added Request#render() callback function. Closes #258
3279 * Added "max upload size" setting
3280 * Added "magic" variables to collection partials (\_\_index\_\_, \_\_length\_\_, \_\_isFirst\_\_, \_\_isLast\_\_). Closes #254
3281 * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
3282 * Added callback function support to Request#halt() as 3rd/4th arg
3283 * Added preprocessing of route param wildcards using param(). Closes #251
3284 * Added view partial support (with collections etc)
3285 * Fixed bug preventing falsey params (such as ?page=0). Closes #286
3286 * Fixed setting of multiple cookies. Closes #199
3287 * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
3288 * Changed; session cookie is now httpOnly
3289 * Changed; Request is no longer global
3290 * Changed; Event is no longer global
3291 * Changed; "sys" module is no longer global
3292 * Changed; moved Request#download to Static plugin where it belongs
3293 * Changed; Request instance created before body parsing. Closes #262
3294 * Changed; Pre-caching views in memory when "cache view contents" is enabled. Closes #253
3295 * Changed; Pre-caching view partials in memory when "cache view partials" is enabled
3296 * Updated support to node --version 0.1.90
3297 * Updated dependencies
3298 * Removed set("session cookie") in favour of use(Session, { cookie: { ... }})
3299 * Removed utils.mixin(); use Object#mergeDeep()
3304 * Added coffeescript example app. Closes #242
3305 * Changed; cache api now async friendly. Closes #240
3306 * Removed deprecated 'express/static' support. Use 'express/plugins/static'
3311 * Added Request#isXHR. Closes #229
3312 * Added `make install` (for the executable)
3313 * Added `express` executable for setting up simple app templates
3314 * Added "GET /public/*" to Static plugin, defaulting to <root>/public
3315 * Added Static plugin
3316 * Fixed; Request#render() only calls cache.get() once
3317 * Fixed; Namespacing View caches with "view:"
3318 * Fixed; Namespacing Static caches with "static:"
3319 * Fixed; Both example apps now use the Static plugin
3320 * Fixed set("views"). Closes #239
3321 * Fixed missing space for combined log format
3322 * Deprecated Request#sendfile() and 'express/static'
3323 * Removed Server#running
3328 * Added Request#flash() support without args, now returns all flashes
3329 * Updated ext submodule
3334 * Fixed session reaper
3335 * Changed; class.js replacing js-oo Class implementation (quite a bit faster, no browser cruft)
3340 * Added package.json
3341 * Fixed requiring of haml / sass due to kiwi removal
3346 * Fixed GIT submodules (HAH!)
3351 * Changed; Express now using submodules again until a PM is adopted
3352 * Changed; chat example using millisecond conversions from ext
3357 * Added Request#pass() support (finds the next matching route, or the given path)
3358 * Added Logger plugin (default "common" format replaces CommonLogger)
3359 * Removed Profiler plugin
3360 * Removed CommonLogger plugin
3365 * Added seed.yml for kiwi package management support
3366 * Added HTTP client query string support when method is GET. Closes #205
3368 * Added support for arbitrary view engines.
3369 For example "foo.engine.html" will now require('engine'),
3370 the exports from this module are cached after the first require().
3372 * Added async plugin support
3374 * Removed usage of RESTful route funcs as http client
3375 get() etc, use http.get() and friends
3377 * Removed custom exceptions
3382 * Added ext dependency (library of js extensions)
3383 * Removed extname() / basename() utils. Use path module
3384 * Removed toArray() util. Use arguments.values
3385 * Removed escapeRegexp() util. Use RegExp.escape()
3386 * Removed process.mixin() dependency. Use utils.mixin()
3387 * Removed Collection
3388 * Removed ElementCollection
3389 * Shameless self promotion of ebook "Advanced JavaScript" (http://dev-mag.com) ;)
3394 * Added flash() example to sample upload app
3395 * Added high level restful http client module (express/http)
3396 * Changed; RESTful route functions double as HTTP clients. Closes #69
3397 * Changed; throwing error when routes are added at runtime
3398 * Changed; defaulting render() context to the current Request. Closes #197
3399 * Updated haml submodule
3404 * Updated haml / sass submodules. Closes #200
3405 * Added flash message support. Closes #64
3406 * Added accepts() now allows multiple args. fixes #117
3407 * Added support for plugins to halt. Closes #189
3408 * Added alternate layout support. Closes #119
3409 * Removed Route#run(). Closes #188
3410 * Fixed broken specs due to use(Cookie) missing
3415 * Added "plot" format option for Profiler (for gnuplot processing)
3416 * Added request number to Profiler plugin
3417 * Fixed binary encoding for multipart file uploads, was previously defaulting to UTF8
3418 * Fixed issue with routes not firing when not files are present. Closes #184
3419 * Fixed process.Promise -> events.Promise
3424 * Added parseParam() support for name[] etc. (allows for file inputs with "multiple" attr) Closes #180
3425 * Added Both Cache and Session option "reapInterval" may be "reapEvery". Closes #174
3426 * Added expiration support to cache api with reaper. Closes #133
3427 * Added cache Store.Memory#reap()
3428 * Added Cache; cache api now uses first class Cache instances
3429 * Added abstract session Store. Closes #172
3430 * Changed; cache Memory.Store#get() utilizing Collection
3431 * Renamed MemoryStore -> Store.Memory
3432 * Fixed use() of the same plugin several time will always use latest options. Closes #176
3437 * Changed; Hooks (before / after) pass request as arg as well as evaluated in their context
3438 * Updated node support to 0.1.27 Closes #169
3439 * Updated dirname(__filename) -> __dirname
3440 * Updated libxmljs support to v0.2.0
3441 * Added session support with memory store / reaping
3442 * Added quick uid() helper
3443 * Added multi-part upload support
3444 * Added Sass.js support / submodule
3445 * Added production env caching view contents and static files
3446 * Added static file caching. Closes #136
3447 * Added cache plugin with memory stores
3448 * Added support to StaticFile so that it works with non-textual files.
3449 * Removed dirname() helper
3450 * Removed several globals (now their modules must be required)
3455 * Added view benchmarks; currently haml vs ejs
3456 * Added Request#attachment() specs. Closes #116
3457 * Added use of node's parseQuery() util. Closes #123
3458 * Added `make init` for submodules
3460 * Updated sample chat app to show messages on load
3461 * Updated libxmljs parseString -> parseHtmlString
3462 * Fixed `make init` to work with older versions of git
3463 * Fixed specs can now run independent specs for those who can't build deps. Closes #127
3464 * Fixed issues introduced by the node url module changes. Closes 126.
3465 * Fixed two assertions failing due to Collection#keys() returning strings
3466 * Fixed faulty Collection#toArray() spec due to keys() returning strings
3467 * Fixed `make test` now builds libxmljs.node before testing