4 * Fix handling of `undefined` in `res.jsonp`
5 * Fix handling of `undefined` when `"json escape"` is enabled
6 * Fix incorrect middleware execution with unanchored `RegExp`s
7 * Fix `res.jsonp(obj, status)` deprecation message
8 * Fix typo in `res.is` JSDoc
9 * deps: body-parser@1.19.1
11 - deps: http-errors@1.8.1
13 - deps: raw-body@2.4.2
14 - deps: safe-buffer@5.2.1
15 - deps: type-is@~1.6.18
16 * deps: content-disposition@0.5.4
17 - deps: safe-buffer@5.2.1
19 - Fix `maxAge` option to reject invalid values
20 * deps: proxy-addr@~2.0.7
21 - Use `req.socket` over deprecated `req.connection`
22 - deps: forwarded@0.2.0
23 - deps: ipaddr.js@1.9.1
25 * deps: safe-buffer@5.2.1
27 - deps: http-errors@1.8.1
29 - pref: ignore empty http tokens
30 * deps: serve-static@1.14.2
32 * deps: setprototypeof@1.2.0
37 * Revert "Improve error message for `null`/`undefined` to `res.status`"
42 * Add `express.raw` to parse bodies into `Buffer`
43 * Add `express.text` to parse bodies into string
44 * Improve error message for non-strings to `res.sendFile`
45 * Improve error message for `null`/`undefined` to `res.status`
46 * Support multiple hosts in `X-Forwarded-Host`
47 * deps: accepts@~1.3.7
48 * deps: body-parser@1.19.0
50 - Add petabyte (`pb`) support
51 - Fix parsing array brackets after index
53 - deps: http-errors@1.7.2
54 - deps: iconv-lite@0.4.24
56 - deps: raw-body@2.4.0
57 - deps: type-is@~1.6.17
58 * deps: content-disposition@0.5.3
60 - Add `SameSite=None` support
61 * deps: finalhandler@~1.1.2
62 - Set stricter `Content-Security-Policy` header
63 - deps: parseurl@~1.3.3
64 - deps: statuses@~1.5.0
65 * deps: parseurl@~1.3.3
66 * deps: proxy-addr@~2.0.5
67 - deps: ipaddr.js@1.9.0
69 - Fix parsing array brackets after index
70 * deps: range-parser@~1.2.1
72 - Set stricter CSP header in redirect & error responses
73 - deps: http-errors@~1.7.2
76 - deps: range-parser@~1.2.1
77 - deps: statuses@~1.5.0
78 - perf: remove redundant `path.normalize` call
79 * deps: serve-static@1.14.1
80 - Set stricter CSP header in redirect response
81 - deps: parseurl@~1.3.3
83 * deps: setprototypeof@1.1.1
84 * deps: statuses@~1.5.0
85 - Add `103 Early Hints`
86 * deps: type-is@~1.6.18
87 - deps: mime-types@~2.1.24
88 - perf: prevent internal `throw` on invalid type
93 * Fix issue where `"Request aborted"` may be logged in `res.sendfile`
94 * Fix JSDoc for `Router` constructor
95 * deps: body-parser@1.18.3
96 - Fix deprecation warnings on Node.js 10+
97 - Fix stack trace for strict json parse error
99 - deps: http-errors@~1.6.3
100 - deps: iconv-lite@0.4.23
102 - deps: raw-body@2.3.3
103 - deps: type-is@~1.6.16
104 * deps: proxy-addr@~2.0.4
105 - deps: ipaddr.js@1.8.0
107 * deps: safe-buffer@5.1.2
112 * deps: accepts@~1.3.5
113 - deps: mime-types@~2.1.18
115 - perf: remove argument reassignment
116 * deps: encodeurl@~1.0.2
117 - Fix encoding `%` as last character
118 * deps: finalhandler@1.1.1
119 - Fix 404 output for bad / missing pathnames
120 - deps: encodeurl@~1.0.2
121 - deps: statuses@~1.4.0
122 * deps: proxy-addr@~2.0.3
123 - deps: ipaddr.js@1.6.0
125 - Fix incorrect end tag in default error & redirects
127 - deps: encodeurl@~1.0.2
128 - deps: statuses@~1.4.0
129 * deps: serve-static@1.13.2
130 - Fix incorrect end tag in redirects
131 - deps: encodeurl@~1.0.2
133 * deps: statuses@~1.4.0
134 * deps: type-is@~1.6.16
135 - deps: mime-types@~2.1.18
140 * Fix `TypeError` in `res.send` when given `Buffer` and `ETag` header set
141 * perf: skip parsing of entire `X-Forwarded-Proto` header
147 * deps: serve-static@1.13.1
148 - Fix regression when `root` is incorrectly set to a file
154 * Add `"json escape"` setting for `res.json` and `res.jsonp`
155 * Add `express.json` and `express.urlencoded` to parse bodies
156 * Add `options` argument to `res.download`
157 * Improve error message when autoloading invalid view engine
158 * Improve error messages when non-function provided as middleware
159 * Skip `Buffer` encoding when not generating ETag for small response
160 * Use `safe-buffer` for improved Buffer API
161 * deps: accepts@~1.3.4
162 - deps: mime-types@~2.1.16
163 * deps: content-type@~1.0.4
164 - perf: remove argument reassignment
165 - perf: skip parameter parsing when no parameters
167 - perf: replace regular expression with substring
168 * deps: finalhandler@1.1.0
169 - Use `res.headersSent` when available
170 * deps: parseurl@~1.3.2
171 - perf: reduce overhead for full URLs
172 - perf: unroll the "fast-path" `RegExp`
173 * deps: proxy-addr@~2.0.2
174 - Fix trimming leading / trailing OWS in `X-Forwarded-For`
175 - deps: forwarded@~0.1.2
176 - deps: ipaddr.js@1.5.2
177 - perf: reduce overhead when no `X-Forwarded-For` header
179 - Fix parsing & compacting very deep objects
181 - Add 70 new types for file extensions
182 - Add `immutable` option
183 - Fix missing `</html>` in default error & redirects
184 - Set charset as "UTF-8" for .js and .json
185 - Use instance methods on steam to check for listeners
187 - perf: improve path validation speed
188 * deps: serve-static@1.13.0
189 - Add 70 new types for file extensions
190 - Add `immutable` option
191 - Set charset as "UTF-8" for .js and .json
193 * deps: setprototypeof@1.1.0
194 * deps: utils-merge@1.0.1
196 - perf: improve header token parsing speed
197 * perf: re-use options object when generating ETags
198 * perf: remove dead `.charset` set in `res.jsonp`
204 * deps: finalhandler@~1.0.6
206 - deps: parseurl@~1.3.2
208 - Fix handling of modified headers with invalid dates
209 - perf: improve ETag match loop
210 - perf: improve `If-None-Match` token parsing
212 - Fix handling of modified headers with invalid dates
216 - perf: improve `If-Match` token parsing
217 * deps: serve-static@1.12.6
218 - deps: parseurl@~1.3.2
220 - perf: improve slash collapsing
227 - Remove unnecessary `Buffer` loading
228 * deps: finalhandler@~1.0.4
230 * deps: proxy-addr@~1.1.5
231 - Fix array argument being altered
232 - deps: ipaddr.js@1.4.0
237 - deps: http-errors@~1.6.2
238 * deps: serve-static@1.12.4
244 * Fix error when `res.set` cannot add charset to `Content-Type`
246 - Fix `DEBUG_MAX_ARRAY_LENGTH`
248 * deps: finalhandler@~1.0.3
249 - Fix missing `</html>` in HTML document
251 * deps: proxy-addr@~1.1.4
252 - deps: ipaddr.js@1.3.0
256 * deps: serve-static@1.12.3
258 * deps: type-is@~1.6.15
259 - deps: mime-types@~2.1.15
261 - perf: hoist regular expression
267 - Fix regression parsing keys starting with `[`
273 - Fix issue when `Date.parse` does not return `NaN` on invalid date
274 - Fix strict violation in broken environments
275 * deps: serve-static@1.12.1
276 - Fix issue when `Date.parse` does not return `NaN` on invalid date
282 * Add debug message when loading view engine
283 * Add `next("router")` to exit from router
284 * Fix case where `router.use` skipped requests routes did not
285 * Remove usage of `res._headers` private field
286 - Improves compatibility with Node.js 8 nightly
287 * Skip routing when `req.url` is not set
288 * Use `%o` in path debug to tell types apart
289 * Use `Object.create` to setup request & response prototypes
290 * Use `setprototypeof` module to replace `__proto__` setting
291 * Use `statuses` instead of `http` module for status messages
293 - Allow colors in workers
294 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
295 - Fix error when running under React Native
296 - Use same color for same namespace
299 - Use SHA1 instead of MD5 for ETag hashing
300 - Works with FIPS 140-2 OpenSSL configuration
301 * deps: finalhandler@~1.0.0
302 - Fix exception when `err` cannot be converted to a string
303 - Fully URL-encode the pathname in the 404
304 - Only include the pathname in the 404 message
305 - Send complete HTML document
306 - Set `Content-Security-Policy: default-src 'self'` header
309 - Fix false detection of `no-cache` request directive
310 - Fix incorrect result when `If-None-Match` has both `*` and ETags
311 - Fix weak `ETag` matching to match spec
312 - perf: delay reading header values until needed
313 - perf: enable strict mode
314 - perf: hoist regular expressions
315 - perf: remove duplicate conditional
316 - perf: remove unnecessary boolean coercions
317 - perf: skip checking modified time if ETag check failed
318 - perf: skip parsing `If-None-Match` when no `ETag` header
319 - perf: use `Date.parse` instead of `new Date`
321 - Fix array parsing from skipping empty values
322 - Fix compacting nested arrays
324 - Fix false detection of `no-cache` request directive
325 - Fix incorrect result when `If-None-Match` has both `*` and ETags
326 - Fix weak `ETag` matching to match spec
327 - Remove usage of `res._headers` private field
328 - Support `If-Match` and `If-Unmodified-Since` headers
329 - Use `res.getHeaderNames()` when available
330 - Use `res.headersSent` when available
334 - deps: http-errors@~1.6.1
335 * deps: serve-static@1.12.0
336 - Fix false detection of `no-cache` request directive
337 - Fix incorrect result when `If-None-Match` has both `*` and ETags
338 - Fix weak `ETag` matching to match spec
339 - Remove usage of `res._headers` private field
340 - Send complete HTML document in redirect response
341 - Set default CSP header in redirect response
342 - Support `If-Match` and `If-Unmodified-Since` headers
343 - Use `res.getHeaderNames()` when available
344 - Use `res.headersSent` when available
346 * perf: add fast match path for `*` route
347 * perf: improve `req.ips` performance
352 * deps: content-disposition@0.5.2
353 * deps: finalhandler@0.5.1
354 - Fix exception when `err.headers` is not an object
355 - deps: statuses@~1.3.1
356 - perf: hoist regular expressions
357 - perf: remove duplicate validation path
358 * deps: proxy-addr@~1.1.3
359 - deps: ipaddr.js@1.2.0
361 - deps: http-errors@~1.5.1
363 - deps: statuses@~1.3.1
364 * deps: serve-static@~1.11.2
366 * deps: type-is@~1.6.14
367 - deps: mime-types@~2.1.13
372 * Add `acceptRanges` option to `res.sendFile`/`res.sendfile`
373 * Add `cacheControl` option to `res.sendFile`/`res.sendfile`
374 * Add `options` argument to `req.range`
375 - Includes the `combine` option
376 * Encode URL in `res.location`/`res.redirect` if not already encoded
377 * Fix some redirect handling in `res.sendFile`/`res.sendfile`
378 * Fix Windows absolute path check using forward slashes
379 * Improve error with invalid arguments to `req.get()`
380 * Improve performance for `res.json`/`res.jsonp` in most cases
381 * Improve `Range` header handling in `res.sendFile`/`res.sendfile`
382 * deps: accepts@~1.3.3
383 - Fix including type extensions in parameters in `Accept` parsing
384 - Fix parsing `Accept` parameters with quoted equals
385 - Fix parsing `Accept` parameters with quoted semicolons
386 - Many performance improvements
387 - deps: mime-types@~2.1.11
388 - deps: negotiator@0.6.1
389 * deps: content-type@~1.0.2
390 - perf: enable strict mode
392 - Add `sameSite` option
393 - Fix cookie `Max-Age` to never be a floating point number
394 - Improve error message when `encode` is not a function
395 - Improve error message when `expires` is not a `Date`
396 - Throw better error for invalid argument to parse
397 - Throw on invalid values provided to `serialize`
398 - perf: enable strict mode
399 - perf: hoist regular expression
400 - perf: use for loop in parse
401 - perf: use string concatenation for serialization
402 * deps: finalhandler@0.5.0
403 - Change invalid or non-numeric status code to 500
404 - Overwrite status message to match set status code
405 - Prefer `err.statusCode` if `err.status` is invalid
406 - Set response headers from `err.headers` object
407 - Use `statuses` instead of `http` module for status messages
408 * deps: proxy-addr@~1.1.2
409 - Fix accepting various invalid netmasks
410 - Fix IPv6-mapped IPv4 validation edge cases
411 - IPv4 netmasks must be contiguous
412 - IPv6 addresses cannot be used as a netmask
413 - deps: ipaddr.js@1.1.1
415 - Add `decoder` option in `parse` function
416 * deps: range-parser@~1.2.0
417 - Add `combine` option to combine overlapping ranges
418 - Fix incorrectly returning -1 when there is at least one valid range
419 - perf: remove internal function
421 - Add `acceptRanges` option
422 - Add `cacheControl` option
423 - Attempt to combine multiple ranges into single range
424 - Correctly inherit from `Stream` class
425 - Fix `Content-Range` header in 416 responses when using `start`/`end` options
426 - Fix `Content-Range` header missing from default 416 responses
427 - Fix redirect error when `path` contains raw non-URL characters
428 - Fix redirect when `path` starts with multiple forward slashes
429 - Ignore non-byte `Range` headers
430 - deps: http-errors@~1.5.0
431 - deps: range-parser@~1.2.0
432 - deps: statuses@~1.3.0
433 - perf: remove argument reassignment
434 * deps: serve-static@~1.11.1
435 - Add `acceptRanges` option
436 - Add `cacheControl` option
437 - Attempt to combine multiple ranges into single range
438 - Fix redirect error when `req.url` contains raw non-URL characters
439 - Ignore non-byte `Range` headers
440 - Use status code 301 for redirects
442 * deps: type-is@~1.6.13
443 - Fix type error when given invalid type to match against
444 - deps: mime-types@~2.1.11
446 - Only accept valid field names in the `field` argument
447 * perf: use strict equality when possible
452 * deps: content-disposition@0.5.1
453 - perf: enable strict mode
455 - Throw on invalid values provided to `serialize`
457 - Support web browser loading
458 - perf: enable strict mode
459 * deps: escape-html@~1.0.3
460 - perf: enable strict mode
461 - perf: optimize string replacement
462 - perf: use faster string coercion
463 * deps: finalhandler@0.4.1
464 - deps: escape-html@~1.0.3
465 * deps: merge-descriptors@1.0.1
466 - perf: enable strict mode
467 * deps: methods@~1.1.2
468 - perf: enable strict mode
469 * deps: parseurl@~1.3.1
470 - perf: enable strict mode
471 * deps: proxy-addr@~1.0.10
472 - deps: ipaddr.js@1.0.5
473 - perf: enable strict mode
474 * deps: range-parser@~1.0.3
475 - perf: enable strict mode
478 - deps: destroy@~1.0.4
479 - deps: escape-html@~1.0.3
480 - deps: range-parser@~1.0.3
481 * deps: serve-static@~1.10.2
482 - deps: escape-html@~1.0.3
483 - deps: parseurl@~1.3.0
489 * Fix infinite loop condition using `mergeParams: true`
490 * Fix inner numeric indices incorrectly altering parent `req.params`
495 * deps: accepts@~1.2.12
496 - deps: mime-types@~2.1.4
497 * deps: array-flatten@1.1.1
498 - perf: enable strict mode
499 * deps: path-to-regexp@0.1.7
500 - Fix regression with escaped round brackets and matching groups
501 * deps: type-is@~1.6.6
502 - deps: mime-types@~2.1.4
507 * deps: accepts@~1.2.10
508 - deps: mime-types@~2.1.2
510 - Fix dropping parameters like `hasOwnProperty`
511 - Fix various parsing edge cases
512 * deps: type-is@~1.6.4
513 - deps: mime-types@~2.1.2
514 - perf: enable strict mode
515 - perf: remove argument reassignment
520 * Add settings to debug output
521 * Fix `res.format` error when only `default` provided
522 * Fix issue where `next('route')` in `app.param` would incorrectly skip values
523 * Fix hiding platform issues with `decodeURIComponent`
524 - Only `URIError`s are a 400
525 * Fix using `*` before params in routes
526 * Fix using capture groups before params in routes
527 * Simplify `res.cookie` to call `res.append`
528 * Use `array-flatten` module for flattening arrays
529 * deps: accepts@~1.2.9
530 - deps: mime-types@~2.1.1
531 - perf: avoid argument reassignment & argument slice
532 - perf: avoid negotiator recursive construction
533 - perf: enable strict mode
534 - perf: remove unnecessary bitwise operator
536 - perf: deduce the scope of try-catch deopt
537 - perf: remove argument reassignments
538 * deps: escape-html@1.0.2
540 - Always include entity length in ETags for hash length extensions
541 - Generate non-Stats ETags using MD5 only (no longer CRC32)
542 - Improve stat performance by removing hashing
543 - Improve support for JXcore
544 - Remove base64 padding in ETags to shorten
545 - Support "fake" stats objects in environments without fs
546 - Use MD5 instead of MD4 in weak ETags over 1KB
547 * deps: finalhandler@0.4.0
548 - Fix a false-positive when unpiping in Node.js 0.8
549 - Support `statusCode` property on `Error` objects
550 - Use `unpipe` module for unpiping requests
551 - deps: escape-html@1.0.2
552 - deps: on-finished@~2.3.0
553 - perf: enable strict mode
554 - perf: remove argument reassignment
556 - Add weak `ETag` matching support
557 * deps: on-finished@~2.3.0
558 - Add defined behavior for HTTP `CONNECT` requests
559 - Add defined behavior for HTTP `Upgrade` requests
560 - deps: ee-first@1.1.1
561 * deps: path-to-regexp@0.1.6
563 - Allow Node.js HTTP server to set `Date` response header
564 - Fix incorrectly removing `Content-Location` on 304 response
565 - Improve the default redirect response headers
566 - Send appropriate headers on default error response
567 - Use `http-errors` for standard emitted errors
568 - Use `statuses` instead of `http` module for status messages
569 - deps: escape-html@1.0.2
572 - deps: on-finished@~2.3.0
573 - perf: enable strict mode
574 - perf: remove unnecessary array allocations
575 * deps: serve-static@~1.10.0
576 - Add `fallthrough` option
577 - Fix reading options from options prototype
578 - Improve the default redirect response headers
579 - Malformed URLs now `next()` instead of 400
580 - deps: escape-html@1.0.2
582 - perf: enable strict mode
583 - perf: remove argument reassignment
584 * deps: type-is@~1.6.3
585 - deps: mime-types@~2.1.1
586 - perf: reduce try block size
587 - perf: remove bitwise operations
588 * perf: enable strict mode
589 * perf: isolate `app.render` try block
590 * perf: remove argument reassignments in application
591 * perf: remove argument reassignments in request prototype
592 * perf: remove argument reassignments in response prototype
593 * perf: remove argument reassignments in routing
594 * perf: remove argument reassignments in `View`
595 * perf: skip attempting to decode zero length string
596 * perf: use saved reference to `http.STATUS_CODES`
601 * deps: accepts@~1.2.7
602 - deps: mime-types@~2.0.11
603 - deps: negotiator@0.5.3
608 - Improve support for JXcore
609 - Support "fake" stats objects in environments without `fs`
610 * deps: finalhandler@0.3.6
612 - deps: on-finished@~2.2.1
613 * deps: on-finished@~2.2.1
614 - Fix `isFinished(req)` when data buffered
615 * deps: proxy-addr@~1.0.8
616 - deps: ipaddr.js@1.0.1
618 - Fix allowing parameters like `constructor`
624 - deps: on-finished@~2.2.1
625 * deps: serve-static@~1.9.3
627 * deps: type-is@~1.6.2
628 - deps: mime-types@~2.0.11
633 * deps: accepts@~1.2.5
634 - deps: mime-types@~2.0.10
636 - Fix high intensity foreground color for bold
638 * deps: finalhandler@0.3.4
640 * deps: proxy-addr@~1.0.7
641 - deps: ipaddr.js@0.1.9
643 - Fix error when parameter `hasOwnProperty` is present
645 - Throw errors early for invalid `extensions` or `index` options
647 * deps: serve-static@~1.9.2
649 * deps: type-is@~1.6.1
650 - deps: mime-types@~2.0.10
655 * Fix regression where `"Request aborted"` is logged using `res.sendFile`
660 * Fix constructing application with non-configurable prototype properties
661 * Fix `ECONNRESET` errors from `res.sendFile` usage
662 * Fix `req.host` when using "trust proxy" hops count
663 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
664 * Fix wrong `code` on aborted connections from `res.sendFile`
665 * deps: merge-descriptors@1.0.0
670 * Fix `"trust proxy"` setting to inherit when app is mounted
671 * Generate `ETag`s for all request responses
672 - No longer restricted to only responses for `GET` and `HEAD` requests
673 * Use `content-type` to parse `Content-Type` headers
674 * deps: accepts@~1.2.4
675 - Fix preference sorting to be stable for long acceptable lists
676 - deps: mime-types@~2.0.9
677 - deps: negotiator@0.5.1
678 * deps: cookie-signature@1.0.6
680 - Always read the stat size from the file
681 - Fix mutating passed-in `options`
683 * deps: serve-static@~1.9.1
685 * deps: type-is@~1.6.0
686 - fix argument reassignment
687 - fix false-positives in `hasBody` `Transfer-Encoding` check
688 - support wildcard for both type and subtype (`*/*`)
689 - deps: mime-types@~2.0.9
694 * Fix `res.redirect` double-calling `res.end` for `HEAD` requests
695 * deps: accepts@~1.2.3
696 - deps: mime-types@~2.0.8
697 * deps: proxy-addr@~1.0.6
698 - deps: ipaddr.js@0.1.8
699 * deps: type-is@~1.5.6
700 - deps: mime-types@~2.0.8
706 - Fix root path disclosure
707 * deps: serve-static@~1.8.1
708 - Fix redirect loop in Node.js 0.11.14
709 - Fix root path disclosure
715 * Add `res.append(field, val)` to append headers
716 * Deprecate leading `:` in `name` for `app.param(name, fn)`
717 * Deprecate `req.param()` -- use `req.params`, `req.body`, or `req.query` instead
718 * Deprecate `app.param(fn)`
719 * Fix `OPTIONS` responses to include the `HEAD` method properly
720 * Fix `res.sendFile` not always detecting aborted connection
721 * Match routes iteratively to prevent stack overflows
722 * deps: accepts@~1.2.2
723 - deps: mime-types@~2.0.7
724 - deps: negotiator@0.5.0
729 - deps: on-finished@~2.2.0
730 * deps: serve-static@~1.8.0
736 * Fix crash from error within `OPTIONS` response handler
737 * deps: proxy-addr@~1.0.5
738 - deps: ipaddr.js@0.1.6
743 * Fix `Allow` header for `OPTIONS` to not contain duplicate methods
744 * Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304
746 * deps: finalhandler@0.3.3
748 - deps: on-finished@~2.2.0
749 * deps: methods@~1.1.1
750 * deps: on-finished@~2.2.0
751 * deps: serve-static@~1.7.2
752 - Fix potential open redirect when mounted at root
753 * deps: type-is@~1.5.5
754 - deps: mime-types@~2.0.7
759 * Fix exception in `req.fresh`/`req.stale` without response headers
764 * Fix `res.send` double-calling `res.end` for `HEAD` requests
765 * deps: accepts@~1.1.4
766 - deps: mime-types@~2.0.4
767 * deps: type-is@~1.5.4
768 - deps: mime-types@~2.0.4
773 * Fix `res.sendfile` logging standard write errors
778 * Fix `res.sendFile` logging standard write errors
780 * deps: proxy-addr@~1.0.4
781 - deps: ipaddr.js@0.1.5
783 - Fix `arrayLimit` behavior
788 * Correctly invoke async router callback asynchronously
789 * deps: accepts@~1.1.3
790 - deps: mime-types@~2.0.3
791 * deps: type-is@~1.5.3
792 - deps: mime-types@~2.0.3
797 * Fix handling of URLs containing `://` in the path
799 - Fix parsing of mixed objects and values
804 * Add support for `app.set('views', array)`
805 - Views are looked up in sequence in array of directories
806 * Fix `res.send(status)` to mention `res.sendStatus(status)`
807 * Fix handling of invalid empty URLs
808 * Use `content-disposition` module for `res.attachment`/`res.download`
809 - Sends standards-compliant `Content-Disposition` header
810 - Full Unicode support
811 * Use `path.resolve` in view lookup
813 - Implement `DEBUG_FD` env variable support
816 - Improve string performance
817 - Slightly improve speed for weak ETags over 1KB
818 * deps: finalhandler@0.3.2
819 - Terminate in progress response only on error
820 - Use `on-finished` to determine request status
822 - deps: on-finished@~2.1.1
823 * deps: on-finished@~2.1.1
824 - Fix handling of pipelined requests
826 - Fix parsing of mixed implicit and explicit arrays
831 - deps: on-finished@~2.1.1
832 * deps: serve-static@~1.7.1
838 * Fix `res.redirect` body when redirect status specified
839 * deps: accepts@~1.1.2
840 - Fix error when media type has invalid parameter
841 - deps: negotiator@0.4.9
846 * Fix using same param name in array of paths
851 * deps: accepts@~1.1.1
852 - deps: mime-types@~2.0.2
853 - deps: negotiator@0.4.8
854 * deps: serve-static@~1.6.4
855 - Fix redirect loop when index file serving disabled
856 * deps: type-is@~1.5.2
857 - deps: mime-types@~2.0.2
863 * deps: proxy-addr@~1.0.3
864 - Use `forwarded` npm module
867 * deps: serve-static@~1.6.3
874 - Fix issue with object keys starting with numbers truncated
879 * deps: proxy-addr@~1.0.2
880 - Fix a global leak when multiple subnets are trusted
881 - deps: ipaddr.js@0.1.3
886 * Fix regression for empty string `path` in `app.use`
887 * Fix `router.use` to accept array of middleware without path
888 * Improve error message for bad `app.use` arguments
893 * Fix `app.use` to accept array of middleware without path
899 - deps: range-parser@~1.0.2
900 * deps: serve-static@~1.6.2
906 * Add `res.sendStatus`
907 * Invoke callback for sendfile when client aborts
908 - Applies to `res.sendFile`, `res.sendfile`, and `res.download`
909 - `err` will be populated with request aborted error
910 * Support IP address host in `req.subdomains`
911 * Use `etag` to generate `ETag` headers
912 * deps: accepts@~1.1.0
913 - update `mime-types`
914 * deps: cookie-signature@1.0.5
916 * deps: finalhandler@0.2.0
917 - Set `X-Content-Type-Options: nosniff` header
920 * deps: media-typer@0.3.0
921 - Throw error when parameter format invalid on parse
923 - Fix issue where first empty value in array is discarded
924 * deps: range-parser@~1.0.2
926 - Add `lastModified` option
927 - Use `etag` to generate `ETag` header
930 * deps: serve-static@~1.6.1
931 - Add `lastModified` option
933 * deps: type-is@~1.5.1
934 - fix `hasbody` to be true for `content-length: 0`
935 - deps: media-typer@0.3.0
936 - deps: mime-types@~2.0.1
938 - Accept valid `Vary` header string as `field`
944 - Fix a path traversal issue when using `root`
945 - Fix malicious path detection for empty string path
946 * deps: serve-static@~1.5.4
953 - Remove unnecessary cloning
960 - Performance improvements
966 - deps: destroy@1.0.3
967 - deps: on-finished@2.1.0
968 * deps: serve-static@~1.5.3
976 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
977 * deps: serve-static@~1.5.2
983 * deps: parseurl@~1.3.0
985 * deps: serve-static@~1.5.1
986 - Fix parsing of weird `req.originalUrl` values
987 - deps: parseurl@~1.3.0
988 - deps: utils-merge@1.0.0
994 - Fix parsing array of objects
999 * fix incorrect deprecation warnings on `res.download`
1001 - Accept urlencoded square brackets
1002 - Accept empty values in implicit array notation
1007 * add `res.sendFile`
1008 - accepts a file system path instead of a URL
1009 - requires an absolute path or `root` option specified
1010 * deprecate `res.sendfile` -- use `res.sendFile` instead
1011 * support mounted app as any argument to `app.use()`
1014 - Limits array length to 20
1015 - Limits object depth to 5
1016 - Limits parameters to 1,000
1018 - Add `extensions` option
1019 * deps: serve-static@~1.5.0
1020 - Add `extensions` option
1026 * fix `res.sendfile` regression for serving directory index files
1028 - Fix incorrect 403 on Windows and Node.js 0.11
1029 - Fix serving index files without root dir
1030 * deps: serve-static@~1.4.4
1037 - Fix incorrect 403 on Windows and Node.js 0.11
1038 * deps: serve-static@~1.4.3
1039 - Fix incorrect 403 on Windows and Node.js 0.11
1046 - Work-around v8 generating empty stack traces
1049 * deps: serve-static@~1.4.2
1055 - Fix exception when global `Error.stackTraceLimit` is too low
1058 * deps: serve-static@~1.4.1
1063 * fix `req.protocol` for proxy-direct connections
1064 * configurable query parser with `app.set('query parser', parser)`
1065 - `app.set('query parser', 'extended')` parse with "qs" module
1066 - `app.set('query parser', 'simple')` parse with "querystring" core module
1067 - `app.set('query parser', false)` disable query string parsing
1068 - `app.set('query parser', true)` enable simple parsing
1069 * deprecate `res.json(status, obj)` -- use `res.status(status).json(obj)` instead
1070 * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead
1071 * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead
1074 - Add `TRACE_DEPRECATION` environment variable
1075 - Remove non-standard grey color from color output
1076 - Support `--no-deprecation` argument
1077 - Support `--trace-deprecation` argument
1078 * deps: finalhandler@0.1.0
1079 - Respond after request fully read
1081 * deps: parseurl@~1.2.0
1082 - Cache URLs based on original value
1083 - Remove no-longer-needed URL mis-parse work-around
1084 - Simplify the "fast-path" `RegExp`
1086 - Add `dotfiles` option
1087 - Cap `maxAge` value to 1 year
1090 * deps: serve-static@~1.4.0
1091 - deps: parseurl@~1.2.0
1093 * perf: prevent multiple `Buffer` creation in `res.send`
1098 * fix `subapp.mountpath` regression for `app.use(subapp)`
1103 * accept multiple callbacks to `app.use()`
1104 * add explicit "Rosetta Flash JSONP abuse" protection
1105 - previous versions are not vulnerable; this is just explicit protection
1106 * catch errors in multiple `req.param(name, fn)` handlers
1107 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1108 * fix `res.send(status, num)` to send `num` as json (not error)
1109 * remove unnecessary escaping when `res.jsonp` returns JSON response
1110 * support non-string `path` in `app.use(path, fn)`
1111 - supports array of paths
1113 * router: fix optimization on router exit
1114 * router: refactor location of `try` blocks
1115 * router: speed up standard `app.use(fn)`
1117 - Add support for multiple wildcards in namespaces
1118 * deps: finalhandler@0.0.3
1120 * deps: methods@1.1.0
1122 * deps: parseurl@~1.1.3
1123 - faster parsing of href-only URLs
1124 * deps: path-to-regexp@0.1.3
1127 * deps: serve-static@~1.3.2
1128 - deps: parseurl@~1.1.3
1130 * perf: fix arguments reassign deopt in some `res` methods
1135 * fix routing regression when altering `req.method`
1140 * add deprecation message to non-plural `req.accepts*`
1141 * add deprecation message to `res.send(body, status)`
1142 * add deprecation message to `res.vary()`
1143 * add `headers` option to `res.sendfile`
1144 - use to set headers on successful file transfer
1145 * add `mergeParams` option to `Router`
1146 - merges `req.params` from parent routes
1147 * add `req.hostname` -- correct name for what `req.host` returns
1148 * deprecate things with `depd` module
1149 * deprecate `req.host` -- use `req.hostname` instead
1150 * fix behavior when handling request without routes
1151 * fix handling when `route.all` is only route
1152 * invoke `router.param()` only when route matches
1153 * restore `req.params` after invoking router
1154 * use `finalhandler` for final response handling
1155 * use `media-typer` to alter content-type charset
1156 * deps: accepts@~1.0.7
1158 - Accept string for `maxage` (converted by `ms`)
1159 - Include link in default redirect response
1160 * deps: serve-static@~1.3.0
1161 - Accept string for `maxAge` (converted by `ms`)
1162 - Add `setHeaders` option
1163 - Include HTML link in redirect response
1165 * deps: type-is@~1.3.2
1170 * deps: cookie-signature@1.0.4
1171 - fix for timing attacks
1176 * fix `res.attachment` Unicode filenames in Safari
1177 * fix "trim prefix" debug message in `express:router`
1178 * deps: accepts@~1.0.5
1179 * deps: buffer-crc32@0.2.3
1184 * fix persistence of modified `req.params[name]` from `app.param()`
1185 * deps: accepts@1.0.3
1186 - deps: negotiator@0.4.6
1189 - Do not throw uncatchable error on file open race condition
1190 - Use `escape-html` for HTML escaping
1192 - deps: finished@1.2.2
1194 * deps: serve-static@1.2.3
1195 - Do not throw uncatchable error on file open race condition
1201 * fix catching errors from top-level handlers
1202 * use `vary` module for `res.vary`
1204 * deps: proxy-addr@1.0.1
1206 - fix "event emitter leak" warnings
1208 - deps: finished@1.2.1
1209 * deps: serve-static@1.2.2
1210 - fix "event emitter leak" warnings
1212 * deps: type-is@1.2.1
1217 * deps: methods@1.0.1
1219 - Send `max-age` in `Cache-Control` in correct format
1220 * deps: serve-static@1.2.1
1221 - use `escape-html` for escaping
1227 * custom etag control with `app.set('etag', val)`
1228 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
1229 - `app.set('etag', 'weak')` weak tag
1230 - `app.set('etag', 'strong')` strong etag
1231 - `app.set('etag', false)` turn off
1232 - `app.set('etag', true)` standard etag
1233 * mark `res.send` ETag as weak and reduce collisions
1234 * update accepts to 1.0.2
1235 - Fix interpretation when header not in request
1236 * update send to 0.4.0
1237 - Calculate ETag with md5 for reduced collisions
1238 - Ignore stream errors after request ends
1240 * update serve-static to 1.2.0
1241 - Calculate ETag with md5 for reduced collisions
1242 - Ignore stream errors after request ends
1248 * fix handling of errors from `router.param()` callbacks
1253 * revert "fix behavior of multiple `app.VERB` for the same path"
1254 - this caused a regression in the order of route execution
1259 * add `req.baseUrl` to access the path stripped from `req.url` in routes
1260 * fix behavior of multiple `app.VERB` for the same path
1261 * fix issue routing requests among sub routers
1262 * invoke `router.param()` only when necessary instead of every match
1263 * proper proxy trust with `app.set('trust proxy', trust)`
1264 - `app.set('trust proxy', 1)` trust first hop
1265 - `app.set('trust proxy', 'loopback')` trust loopback addresses
1266 - `app.set('trust proxy', '10.0.0.1')` trust single IP
1267 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1268 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1269 - `app.set('trust proxy', false)` turn off
1270 - `app.set('trust proxy', true)` trust everything
1271 * set proper `charset` in `Content-Type` for `res.send`
1272 * update type-is to 1.2.0
1273 - support suffix matching
1278 * deprecate `app.del()` -- use `app.delete()` instead
1279 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1280 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1281 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1282 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1283 * fix `req.next` when inside router instance
1284 * include `ETag` header in `HEAD` requests
1285 * keep previous `Content-Type` for `res.jsonp`
1286 * support PURGE method
1288 - add `router.purge`
1289 - include PURGE in `app.all`
1290 * update debug to 0.8.0
1291 - add `enable()` method
1292 - change from stderr to stdout
1293 * update methods to 1.0.0
1299 * fix `req.host` for IPv6 literals
1300 * fix `res.jsonp` error if callback param is object
1305 * fix package.json to reflect supported node version
1310 * pass options from `res.sendfile` to `send`
1311 * preserve casing of headers in `res.header` and `res.set`
1312 * support unicode file names in `res.attachment` and `res.download`
1313 * update accepts to 1.0.1
1314 - deps: negotiator@0.4.0
1315 * update cookie to 0.1.2
1316 - Fix for maxAge == 0
1317 - made compat with expires field
1318 * update send to 0.3.0
1319 - Accept API options in options object
1320 - Coerce option types
1321 - Control whether to generate etags
1322 - Default directory access to 403 when index disabled
1323 - Fix sending files with dots without root set
1324 - Include file path in etag
1325 - Make "Can't set headers after they are sent." catchable
1326 - Send full entity-body for multi range requests
1327 - Set etags to "weak"
1328 - Support "If-Range" header
1329 - Support multiple index paths
1331 * update serve-static to 1.1.0
1332 - Accept options directly to `send` module
1333 - Resolve relative paths at middleware setup
1334 - Use parseurl to parse the URL from request
1336 * update type-is to 1.1.0
1337 - add non-array values support
1338 - add `multipart` as a shorthand
1345 - connect and connect's patches except for charset handling
1346 - express(1) - moved to [express-generator](https://github.com/expressjs/generator)
1347 - `express.createServer()` - it has been deprecated for a long time. Use `express()`
1348 - `app.configure` - use logic in your own app code
1349 - `app.router` - is removed
1350 - `req.auth` - use `basic-auth` instead
1351 - `req.accepted*` - use `req.accepts*()` instead
1352 - `res.location` - relative URL resolution is removed
1353 - `res.charset` - include the charset in the content type when using `res.set()`
1354 - all bundled middleware except `static`
1356 - `app.route` -> `app.mountpath` when mounting an express app in another express app
1357 - `json spaces` no longer enabled by default in development
1358 - `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
1359 - `req.params` is now an object instead of an array
1360 - `res.locals` is no longer a function. It is a plain js object. Treat it as such.
1361 - `res.headerSent` -> `res.headersSent` to match node.js ServerResponse object
1363 - `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
1364 - `req.is` with [type-is](https://github.com/expressjs/type-is)
1365 - [path-to-regexp](https://github.com/component/path-to-regexp)
1367 - `app.router()` - returns the app Router instance
1368 - `app.route()` - Proxy to the app's `Router#route()` method to create a new route
1369 - Router & Route - public API
1374 * deps: connect@2.30.2
1375 - deps: body-parser@~1.13.3
1376 - deps: compression@~1.5.2
1377 - deps: errorhandler@~1.4.2
1378 - deps: method-override@~2.3.5
1379 - deps: serve-index@~1.7.2
1380 - deps: type-is@~1.6.6
1381 - deps: vhost@~3.0.1
1383 - Fix setting empty header from empty `field`
1384 - perf: enable strict mode
1385 - perf: remove argument reassignments
1390 * deps: basic-auth@~1.0.3
1391 * deps: connect@2.30.1
1392 - deps: body-parser@~1.13.2
1393 - deps: compression@~1.5.1
1394 - deps: errorhandler@~1.4.1
1395 - deps: morgan@~1.6.1
1398 - deps: serve-index@~1.7.1
1399 - deps: type-is@~1.6.4
1404 * deps: basic-auth@1.0.2
1405 - perf: enable strict mode
1406 - perf: hoist regular expression
1407 - perf: parse with regular expressions
1408 - perf: remove argument reassignment
1409 * deps: connect@2.30.0
1410 - deps: body-parser@~1.13.1
1412 - deps: compression@~1.5.0
1413 - deps: cookie@0.1.3
1414 - deps: cookie-parser@~1.3.5
1415 - deps: csurf@~1.8.3
1416 - deps: errorhandler@~1.4.0
1417 - deps: express-session@~1.11.3
1418 - deps: finalhandler@0.4.0
1420 - deps: morgan@~1.6.0
1421 - deps: serve-favicon@~2.3.0
1422 - deps: serve-index@~1.7.0
1423 - deps: serve-static@~1.10.0
1424 - deps: type-is@~1.6.3
1425 * deps: cookie@0.1.3
1426 - perf: deduce the scope of try-catch deopt
1427 - perf: remove argument reassignments
1428 * deps: escape-html@1.0.2
1430 - Always include entity length in ETags for hash length extensions
1431 - Generate non-Stats ETags using MD5 only (no longer CRC32)
1432 - Improve stat performance by removing hashing
1433 - Improve support for JXcore
1434 - Remove base64 padding in ETags to shorten
1435 - Support "fake" stats objects in environments without fs
1436 - Use MD5 instead of MD4 in weak ETags over 1KB
1438 - Add weak `ETag` matching support
1439 * deps: mkdirp@0.5.1
1440 - Work in global strict mode
1442 - Allow Node.js HTTP server to set `Date` response header
1443 - Fix incorrectly removing `Content-Location` on 304 response
1444 - Improve the default redirect response headers
1445 - Send appropriate headers on default error response
1446 - Use `http-errors` for standard emitted errors
1447 - Use `statuses` instead of `http` module for status messages
1448 - deps: escape-html@1.0.2
1451 - deps: on-finished@~2.3.0
1452 - perf: enable strict mode
1453 - perf: remove unnecessary array allocations
1458 * deps: connect@2.29.2
1459 - deps: body-parser@~1.12.4
1460 - deps: compression@~1.4.4
1461 - deps: connect-timeout@~1.6.2
1462 - deps: debug@~2.2.0
1464 - deps: errorhandler@~1.3.6
1465 - deps: finalhandler@0.3.6
1466 - deps: method-override@~2.3.3
1467 - deps: morgan@~1.5.3
1469 - deps: response-time@~2.3.1
1470 - deps: serve-favicon@~2.2.1
1471 - deps: serve-index@~1.6.4
1472 - deps: serve-static@~1.9.3
1473 - deps: type-is@~1.6.2
1474 * deps: debug@~2.2.0
1477 * deps: proxy-addr@~1.0.8
1478 - deps: ipaddr.js@1.0.1
1480 - deps: debug@~2.2.0
1484 - deps: on-finished@~2.2.1
1489 * deps: connect@2.29.1
1490 - deps: body-parser@~1.12.2
1491 - deps: compression@~1.4.3
1492 - deps: connect-timeout@~1.6.1
1493 - deps: debug@~2.1.3
1494 - deps: errorhandler@~1.3.5
1495 - deps: express-session@~1.10.4
1496 - deps: finalhandler@0.3.4
1497 - deps: method-override@~2.3.2
1498 - deps: morgan@~1.5.2
1500 - deps: serve-index@~1.6.3
1501 - deps: serve-static@~1.9.2
1502 - deps: type-is@~1.6.1
1503 * deps: debug@~2.1.3
1504 - Fix high intensity foreground color for bold
1506 * deps: merge-descriptors@1.0.0
1507 * deps: proxy-addr@~1.0.7
1508 - deps: ipaddr.js@0.1.9
1510 - Throw errors early for invalid `extensions` or `index` options
1511 - deps: debug@~2.1.3
1516 * Fix `req.host` when using "trust proxy" hops count
1517 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
1522 * Fix `"trust proxy"` setting to inherit when app is mounted
1523 * Generate `ETag`s for all request responses
1524 - No longer restricted to only responses for `GET` and `HEAD` requests
1525 * Use `content-type` to parse `Content-Type` headers
1526 * deps: connect@2.29.0
1527 - Use `content-type` to parse `Content-Type` headers
1528 - deps: body-parser@~1.12.0
1529 - deps: compression@~1.4.1
1530 - deps: connect-timeout@~1.6.0
1531 - deps: cookie-parser@~1.3.4
1532 - deps: cookie-signature@1.0.6
1533 - deps: csurf@~1.7.0
1534 - deps: errorhandler@~1.3.4
1535 - deps: express-session@~1.10.3
1536 - deps: http-errors@~1.3.1
1537 - deps: response-time@~2.3.0
1538 - deps: serve-index@~1.6.2
1539 - deps: serve-static@~1.9.1
1540 - deps: type-is@~1.6.0
1541 * deps: cookie-signature@1.0.6
1543 - Always read the stat size from the file
1544 - Fix mutating passed-in `options`
1550 * deps: connect@2.28.3
1551 - deps: compression@~1.3.1
1552 - deps: csurf@~1.6.6
1553 - deps: errorhandler@~1.3.3
1554 - deps: express-session@~1.10.2
1555 - deps: serve-index@~1.6.1
1556 - deps: type-is@~1.5.6
1557 * deps: proxy-addr@~1.0.6
1558 - deps: ipaddr.js@0.1.8
1563 * deps: connect@2.28.2
1564 - deps: body-parser@~1.10.2
1565 - deps: serve-static@~1.8.1
1567 - Fix root path disclosure
1572 * Fix `OPTIONS` responses to include the `HEAD` method property
1573 * Use `readline` for prompt in `express(1)`
1574 * deps: commander@2.6.0
1575 * deps: connect@2.28.1
1576 - deps: body-parser@~1.10.1
1577 - deps: compression@~1.3.0
1578 - deps: connect-timeout@~1.5.0
1579 - deps: csurf@~1.6.4
1580 - deps: debug@~2.1.1
1581 - deps: errorhandler@~1.3.2
1582 - deps: express-session@~1.10.1
1583 - deps: finalhandler@0.3.3
1584 - deps: method-override@~2.3.1
1585 - deps: morgan@~1.5.1
1586 - deps: serve-favicon@~2.2.0
1587 - deps: serve-index@~1.6.0
1588 - deps: serve-static@~1.8.0
1589 - deps: type-is@~1.5.5
1590 * deps: debug@~2.1.1
1591 * deps: methods@~1.1.1
1592 * deps: proxy-addr@~1.0.5
1593 - deps: ipaddr.js@0.1.6
1595 - deps: debug@~2.1.1
1598 - deps: on-finished@~2.2.0
1603 * Fix exception in `req.fresh`/`req.stale` without response headers
1608 * deps: connect@2.27.6
1609 - deps: compression@~1.2.2
1610 - deps: express-session@~1.9.3
1611 - deps: http-errors@~1.2.8
1612 - deps: serve-index@~1.5.3
1613 - deps: type-is@~1.5.4
1618 * deps: connect@2.27.4
1619 - deps: body-parser@~1.9.3
1620 - deps: compression@~1.2.1
1621 - deps: errorhandler@~1.2.3
1622 - deps: express-session@~1.9.2
1624 - deps: serve-favicon@~2.1.7
1625 - deps: serve-static@~1.5.1
1626 - deps: type-is@~1.5.3
1628 * deps: proxy-addr@~1.0.4
1629 - deps: ipaddr.js@0.1.5
1634 * deps: connect@2.27.3
1635 - Correctly invoke async callback asynchronously
1636 - deps: csurf@~1.6.3
1641 * deps: connect@2.27.2
1642 - Fix handling of URLs containing `://` in the path
1643 - deps: body-parser@~1.9.2
1649 * Fix internal `utils.merge` deprecation warnings
1650 * deps: connect@2.27.1
1651 - deps: body-parser@~1.9.1
1652 - deps: express-session@~1.9.1
1653 - deps: finalhandler@0.3.2
1654 - deps: morgan@~1.4.1
1656 - deps: serve-static@~1.7.1
1658 - deps: on-finished@~2.1.1
1663 * Use `content-disposition` module for `res.attachment`/`res.download`
1664 - Sends standards-compliant `Content-Disposition` header
1665 - Full Unicode support
1666 * Use `etag` module to generate `ETag` headers
1667 * deps: connect@2.27.0
1668 - Use `http-errors` module for creating errors
1669 - Use `utils-merge` module for merging objects
1670 - deps: body-parser@~1.9.0
1671 - deps: compression@~1.2.0
1672 - deps: connect-timeout@~1.4.0
1673 - deps: debug@~2.1.0
1675 - deps: express-session@~1.9.0
1676 - deps: finalhandler@0.3.1
1677 - deps: method-override@~2.3.0
1678 - deps: morgan@~1.4.0
1679 - deps: response-time@~2.2.0
1680 - deps: serve-favicon@~2.1.6
1681 - deps: serve-index@~1.5.0
1682 - deps: serve-static@~1.7.0
1683 * deps: debug@~2.1.0
1684 - Implement `DEBUG_FD` env variable support
1687 - deps: debug@~2.1.0
1694 * deps: connect@2.26.6
1695 - deps: compression@~1.1.2
1696 - deps: csurf@~1.6.2
1697 - deps: errorhandler@~1.2.2
1702 * deps: connect@2.26.5
1703 - Fix accepting non-object arguments to `logger`
1704 - deps: serve-static@~1.6.4
1709 * deps: connect@2.26.4
1710 - deps: morgan@~1.3.2
1711 - deps: type-is@~1.5.2
1716 * deps: connect@2.26.3
1717 - deps: body-parser@~1.8.4
1718 - deps: serve-favicon@~2.1.5
1719 - deps: serve-static@~1.6.3
1720 * deps: proxy-addr@~1.0.3
1721 - Use `forwarded` npm module
1728 * deps: connect@2.26.2
1729 - deps: body-parser@~1.8.3
1735 * deps: proxy-addr@~1.0.2
1736 - Fix a global leak when multiple subnets are trusted
1737 - deps: ipaddr.js@0.1.3
1742 * Use `crc` instead of `buffer-crc32` for speed
1743 * deps: connect@2.26.1
1744 - deps: body-parser@~1.8.2
1746 - deps: express-session@~1.8.2
1747 - deps: morgan@~1.3.1
1748 - deps: serve-favicon@~2.1.3
1749 - deps: serve-static@~1.6.2
1754 - deps: range-parser@~1.0.2
1759 * Fix error in `req.subdomains` on empty host
1764 * Support `X-Forwarded-Host` in `req.subdomains`
1765 * Support IP address host in `req.subdomains`
1766 * deps: connect@2.26.0
1767 - deps: body-parser@~1.8.1
1768 - deps: compression@~1.1.0
1769 - deps: connect-timeout@~1.3.0
1770 - deps: cookie-parser@~1.3.3
1771 - deps: cookie-signature@1.0.5
1772 - deps: csurf@~1.6.1
1773 - deps: debug@~2.0.0
1774 - deps: errorhandler@~1.2.0
1775 - deps: express-session@~1.8.1
1776 - deps: finalhandler@0.2.0
1778 - deps: media-typer@0.3.0
1779 - deps: method-override@~2.2.0
1780 - deps: morgan@~1.3.0
1782 - deps: serve-favicon@~2.1.3
1783 - deps: serve-index@~1.2.1
1784 - deps: serve-static@~1.6.1
1785 - deps: type-is@~1.5.1
1786 - deps: vhost@~3.0.0
1787 * deps: cookie-signature@1.0.5
1788 * deps: debug@~2.0.0
1790 * deps: media-typer@0.3.0
1791 - Throw error when parameter format invalid on parse
1792 * deps: range-parser@~1.0.2
1794 - Add `lastModified` option
1795 - Use `etag` to generate `ETag` header
1796 - deps: debug@~2.0.0
1799 - Accept valid `Vary` header string as `field`
1801 3.16.10 / 2014-09-04
1802 ====================
1804 * deps: connect@2.25.10
1805 - deps: serve-static@~1.5.4
1807 - Fix a path traversal issue when using `root`
1808 - Fix malicious path detection for empty string path
1813 * deps: connect@2.25.9
1814 - deps: body-parser@~1.6.7
1820 * deps: connect@2.25.8
1821 - deps: body-parser@~1.6.6
1822 - deps: csurf@~1.4.1
1828 * deps: connect@2.25.7
1829 - deps: body-parser@~1.6.5
1830 - deps: express-session@~1.7.6
1831 - deps: morgan@~1.2.3
1832 - deps: serve-static@~1.5.3
1834 - deps: destroy@1.0.3
1835 - deps: on-finished@2.1.0
1840 * deps: connect@2.25.6
1841 - deps: body-parser@~1.6.4
1843 - deps: serve-static@~1.5.2
1845 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1850 * deps: connect@2.25.5
1851 - Fix backwards compatibility in `logger`
1856 * Fix original URL parsing in `res.location`
1857 * deps: connect@2.25.4
1858 - Fix `query` middleware breaking with argument
1859 - deps: body-parser@~1.6.3
1860 - deps: compression@~1.0.11
1861 - deps: connect-timeout@~1.2.2
1862 - deps: express-session@~1.7.5
1863 - deps: method-override@~2.1.3
1864 - deps: on-headers@~1.0.0
1865 - deps: parseurl@~1.3.0
1867 - deps: response-time@~2.0.1
1868 - deps: serve-index@~1.1.6
1869 - deps: serve-static@~1.5.1
1870 * deps: parseurl@~1.3.0
1875 * deps: connect@2.25.3
1876 - deps: multiparty@3.3.2
1881 * deps: connect@2.25.2
1882 - deps: body-parser@~1.6.2
1888 * deps: connect@2.25.1
1889 - deps: body-parser@~1.6.1
1895 * deps: connect@2.25.0
1896 - deps: body-parser@~1.6.0
1897 - deps: compression@~1.0.10
1898 - deps: csurf@~1.4.0
1899 - deps: express-session@~1.7.4
1901 - deps: serve-static@~1.5.0
1903 - Add `extensions` option
1908 * fix `res.sendfile` regression for serving directory index files
1909 * deps: connect@2.24.3
1910 - deps: serve-index@~1.1.5
1911 - deps: serve-static@~1.4.4
1913 - Fix incorrect 403 on Windows and Node.js 0.11
1914 - Fix serving index files without root dir
1919 * deps: connect@2.24.2
1920 - deps: body-parser@~1.5.2
1922 - deps: express-session@~1.7.2
1923 - deps: morgan@~1.2.2
1924 - deps: serve-static@~1.4.2
1926 - Work-around v8 generating empty stack traces
1933 * deps: connect@2.24.1
1934 - deps: body-parser@~1.5.1
1936 - deps: express-session@~1.7.1
1937 - deps: morgan@~1.2.1
1938 - deps: serve-index@~1.1.4
1939 - deps: serve-static@~1.4.1
1941 - Fix exception when global `Error.stackTraceLimit` is too low
1948 * Fix `req.protocol` for proxy-direct connections
1949 * Pass options from `res.sendfile` to `send`
1950 * deps: connect@2.24.0
1951 - deps: body-parser@~1.5.0
1952 - deps: compression@~1.0.9
1953 - deps: connect-timeout@~1.2.1
1956 - deps: express-session@~1.7.0
1957 - deps: finalhandler@0.1.0
1958 - deps: method-override@~2.1.2
1959 - deps: morgan@~1.2.0
1960 - deps: multiparty@3.3.1
1961 - deps: parseurl@~1.2.0
1962 - deps: serve-static@~1.4.0
1965 - Add `TRACE_DEPRECATION` environment variable
1966 - Remove non-standard grey color from color output
1967 - Support `--no-deprecation` argument
1968 - Support `--trace-deprecation` argument
1969 * deps: parseurl@~1.2.0
1970 - Cache URLs based on original value
1971 - Remove no-longer-needed URL mis-parse work-around
1972 - Simplify the "fast-path" `RegExp`
1974 - Add `dotfiles` option
1975 - Cap `maxAge` value to 1 year
1982 * add explicit "Rosetta Flash JSONP abuse" protection
1983 - previous versions are not vulnerable; this is just explicit protection
1984 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1985 * fix `res.send(status, num)` to send `num` as json (not error)
1986 * remove unnecessary escaping when `res.jsonp` returns JSON response
1987 * deps: basic-auth@1.0.0
1988 - support empty password
1989 - support empty username
1990 * deps: connect@2.23.0
1992 - deps: express-session@~1.6.4
1993 - deps: method-override@~2.1.0
1994 - deps: parseurl@~1.1.3
1995 - deps: serve-static@~1.3.1
1997 - Add support for multiple wildcards in namespaces
1998 * deps: methods@1.1.0
2000 * deps: parseurl@~1.1.3
2001 - faster parsing of href-only URLs
2006 * add deprecation message to `app.configure`
2007 * add deprecation message to `req.auth`
2008 * use `basic-auth` to parse `Authorization` header
2009 * deps: connect@2.22.0
2010 - deps: csurf@~1.3.0
2011 - deps: express-session@~1.6.1
2012 - deps: multiparty@3.3.0
2013 - deps: serve-static@~1.3.0
2015 - Accept string for `maxage` (converted by `ms`)
2016 - Include link in default redirect response
2021 * deps: connect@2.21.1
2022 - deps: cookie-parser@1.3.2
2023 - deps: cookie-signature@1.0.4
2024 - deps: express-session@~1.5.2
2025 - deps: type-is@~1.3.2
2026 * deps: cookie-signature@1.0.4
2027 - fix for timing attacks
2032 * use `media-typer` to alter content-type charset
2033 * deps: connect@2.21.0
2034 - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
2035 - deprecate `connect.createServer()` -- use `connect()` instead
2036 - fix `res.setHeader()` patch to work with with get -> append -> set pattern
2037 - deps: compression@~1.0.8
2038 - deps: errorhandler@~1.1.1
2039 - deps: express-session@~1.5.0
2040 - deps: serve-index@~1.1.3
2045 * deprecate things with `depd` module
2046 * deps: buffer-crc32@0.2.3
2047 * deps: connect@2.20.2
2048 - deprecate `verify` option to `json` -- use `body-parser` npm module instead
2049 - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
2050 - deprecate things with `depd` module
2051 - use `finalhandler` for final response handling
2052 - use `media-typer` to parse `content-type` for charset
2053 - deps: body-parser@1.4.3
2054 - deps: connect-timeout@1.1.1
2055 - deps: cookie-parser@1.3.1
2057 - deps: errorhandler@1.1.0
2058 - deps: express-session@1.4.0
2059 - deps: multiparty@3.2.9
2060 - deps: serve-index@1.1.2
2061 - deps: type-is@1.3.1
2067 * deps: connect@2.19.6
2068 - deps: body-parser@1.3.1
2069 - deps: compression@1.0.7
2071 - deps: serve-index@1.1.1
2072 - deps: serve-static@1.2.3
2075 - Do not throw uncatchable error on file open race condition
2076 - Use `escape-html` for HTML escaping
2078 - deps: finished@1.2.2
2084 * deps: connect@2.19.5
2085 - fix "event emitter leak" warnings
2088 - deps: serve-static@1.2.2
2089 - deps: type-is@1.2.1
2092 - fix "event emitter leak" warnings
2093 - deps: finished@1.2.1
2099 * use `vary` module for `res.vary`
2100 * deps: connect@2.19.4
2101 - deps: errorhandler@1.0.2
2102 - deps: method-override@2.0.2
2103 - deps: serve-favicon@2.0.1
2109 * deps: connect@2.19.3
2110 - deps: compression@1.0.6
2115 * deps: connect@2.19.2
2116 - deps: compression@1.0.4
2117 * deps: proxy-addr@1.0.1
2122 * deps: connect@2.19.1
2123 - deprecate `methodOverride()` -- use `method-override` npm module instead
2124 - deps: body-parser@1.3.0
2125 - deps: method-override@2.0.1
2126 - deps: multiparty@3.2.8
2127 - deps: response-time@2.0.0
2128 - deps: serve-static@1.2.1
2129 * deps: methods@1.0.1
2131 - Send `max-age` in `Cache-Control` in correct format
2136 * custom etag control with `app.set('etag', val)`
2137 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
2138 - `app.set('etag', 'weak')` weak tag
2139 - `app.set('etag', 'strong')` strong etag
2140 - `app.set('etag', false)` turn off
2141 - `app.set('etag', true)` standard etag
2142 * Include ETag in HEAD requests
2143 * mark `res.send` ETag as weak and reduce collisions
2144 * update connect to 2.18.0
2145 - deps: compression@1.0.3
2146 - deps: serve-index@1.1.0
2147 - deps: serve-static@1.2.0
2148 * update send to 0.4.0
2149 - Calculate ETag with md5 for reduced collisions
2150 - Ignore stream errors after request ends
2156 * update connect to 2.17.3
2157 - deps: body-parser@1.2.2
2158 - deps: express-session@1.2.1
2159 - deps: method-override@1.0.2
2164 * keep previous `Content-Type` for `res.jsonp`
2165 * set proper `charset` in `Content-Type` for `res.send`
2166 * update connect to 2.17.1
2167 - fix `res.charset` appending charset when `content-type` has one
2168 - deps: express-session@1.2.0
2169 - deps: morgan@1.1.1
2170 - deps: serve-index@1.0.3
2175 * proper proxy trust with `app.set('trust proxy', trust)`
2176 - `app.set('trust proxy', 1)` trust first hop
2177 - `app.set('trust proxy', 'loopback')` trust loopback addresses
2178 - `app.set('trust proxy', '10.0.0.1')` trust single IP
2179 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
2180 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
2181 - `app.set('trust proxy', false)` turn off
2182 - `app.set('trust proxy', true)` trust everything
2183 * update connect to 2.16.2
2184 - deprecate `res.headerSent` -- use `res.headersSent`
2185 - deprecate `res.on("header")` -- use on-headers module instead
2186 - fix edge-case in `res.appendHeader` that would append in wrong order
2187 - json: use body-parser
2188 - urlencoded: use body-parser
2190 - dep: cookie-parser@1.1.0
2192 - dep: express-session@1.1.0
2193 - dep: method-override@1.0.1
2198 * deprecate `app.del()` -- use `app.delete()` instead
2199 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
2200 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
2201 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
2202 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
2203 * support PURGE method
2205 - add `router.purge`
2206 - include PURGE in `app.all`
2207 * update connect to 2.15.0
2208 * Add `res.appendHeader`
2209 * Call error stack even when response has been sent
2210 * Patch `res.headerSent` to return Boolean
2211 * Patch `res.headersSent` for node.js 0.8
2212 * Prevent default 404 handler after response sent
2213 * dep: compression@1.0.2
2214 * dep: connect-timeout@1.1.0
2216 * dep: errorhandler@1.0.1
2217 * dep: express-session@1.0.4
2219 * dep: serve-favicon@2.0.0
2220 * dep: serve-index@1.0.2
2221 * update debug to 0.8.0
2222 * add `enable()` method
2223 * change from stderr to stdout
2224 * update methods to 1.0.0
2226 * update mkdirp to 0.5.0
2231 * fix `req.host` for IPv6 literals
2232 * fix `res.jsonp` error if callback param is object
2237 * update connect to 2.14.5
2238 * update cookie to 0.1.2
2239 * update mkdirp to 0.4.0
2240 * update send to 0.3.0
2245 * pin less-middleware in generated app
2255 * prevent incorrect automatic OPTIONS responses #1868 @dpatti
2256 * update binary and examples for jade 1.0 #1876 @yossi, #1877 @reqshark, #1892 @matheusazzi
2257 * throw 400 in case of malformed paths @rlidwka
2267 * update connect (raw-body)
2273 * res.location: remove leading ./ #1802 @kapouer
2274 * res.redirect: fix `res.redirect('toString') #1829 @michaelficarra
2275 * res.send: always send ETag when content-length > 0
2276 * router: add Router.all() method
2284 * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04
2295 * downgrade commander
2302 * jsonp: check if callback is a function
2303 * router: wrap encodeURIComponent in a try/catch #1735 (@lxe)
2304 * res.format: now includes charset @1747 (@sorribas)
2305 * res.links: allow multiple calls @1746 (@sorribas)
2310 * add res.vary(). Closes #1682
2326 * Revert "remove charset from json responses. Closes #1631" (causes issues in some clients)
2327 * add: req.accepts take an argument list
2332 * update send and connect
2344 * remove .version export
2355 * add support for multiple X-Forwarded-Proto values. Closes #1646
2356 * change: remove charset from json responses. Closes #1631
2357 * change: return actual booleans from req.accept* functions
2358 * fix jsonp callback array throw
2369 * update node-cookie
2370 * add: throw a meaningful error when there is no default engine
2371 * change generation of ETags with res.send() to GET requests only. Closes #1619
2376 * fix `req.subdomains` when no Host is present
2377 * fix `req.host` when no Host is present, return undefined
2382 * update connect / qs
2392 * add app.VERB() paths array deprecation warning
2394 * update qs and remove all ~ semver crap
2395 * fix: accept number as value of Signed Cookie
2400 * add "view" constructor setting to override view behaviour
2401 * add req.acceptsEncoding(name)
2402 * add req.acceptedEncodings
2403 * revert cookie signature change causing session race conditions
2404 * fix sorting of Accept values of the same quality
2409 * add support for custom Accept parameters
2410 * update cookie-signature
2415 * add X-Forwarded-Host support to `req.host`
2416 * fix relative redirects
2418 * update buffer-crc32
2419 * remove legacy app.configure() method from app template.
2424 * add support for leading "." in "view engine" setting
2425 * add array support to `res.set()`
2426 * add node 0.8.x to travis.yml
2427 * add "subdomain offset" setting for tweaking `req.subdomains`
2428 * add `res.location(url)` implementing `res.redirect()`-like setting of Location
2429 * use app.get() for x-powered-by setting for inheritance
2430 * fix colons in passwords for `req.auth`
2435 * add http verb methods to Router
2437 * fix mangling of the `res.cookie()` options object
2438 * fix jsonp whitespace escape. Closes #1132
2443 * add throwing when a non-function is passed to a route
2444 * fix: explicitly remove Transfer-Encoding header from 204 and 304 responses
2445 * revert "add 'etag' option"
2450 * add 'etag' option to disable `res.send()` Etags
2451 * add escaping of urls in text/plain in `res.redirect()`
2452 for old browsers interpreting as html
2453 * change crc32 module for a more liberal license
2460 * update cookie module
2461 * fix cookie max-age
2466 * add OPTIONS to cors example. Closes #1398
2467 * fix route chaining regression. Closes #1397
2478 * add "Basic" check to req.auth
2479 * add `req.auth` test coverage
2480 * add cb && cb(payload) to `res.jsonp()`. Closes #1374
2481 * add backwards compat for `res.redirect()` status. Closes #1336
2482 * add support for `res.json()` to retain previously defined Content-Types. Closes #1349
2484 * change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
2485 * remove non-primitive string support for `res.send()`
2486 * fix view-locals example. Closes #1370
2487 * fix route-separation example
2489 3.0.0rc5 / 2012-09-18
2493 * add redis search example
2494 * add static-files example
2495 * add "x-powered-by" setting (`app.disable('x-powered-by')`)
2496 * add "application/octet-stream" redirect Accept test case. Closes #1317
2498 3.0.0rc4 / 2012-08-30
2501 * add `res.jsonp()`. Closes #1307
2502 * add "verbose errors" option to error-pages example
2503 * add another route example to express(1) so people are not so confused
2504 * add redis online user activity tracking example
2505 * update connect dep
2506 * fix etag quoting. Closes #1310
2507 * fix error-pages 404 status
2508 * fix jsonp callback char restrictions
2509 * remove old OPTIONS default response
2511 3.0.0rc3 / 2012-08-13
2514 * update connect dep
2515 * fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
2516 * fix `res.render()` clobbering of "locals"
2518 3.0.0rc2 / 2012-08-03
2522 * update connect dep
2523 * deprecate `.createServer()` & remove old stale examples
2524 * fix: escape `res.redirect()` link
2527 3.0.0rc1 / 2012-07-24
2530 * add more examples to view-locals
2531 * add scheme-relative redirects (`res.redirect("//foo.com")`) support
2533 * update connect dep
2535 * fix `express(1)` -h flag, use -H for hogan. Closes #1245
2536 * fix `res.sendfile()` socket error handling regression
2538 3.0.0beta7 / 2012-07-16
2541 * update connect dep for `send()` root normalization regression
2543 3.0.0beta6 / 2012-07-13
2546 * add `err.view` property for view errors. Closes #1226
2547 * add "jsonp callback name" setting
2548 * add support for "/foo/:bar*" non-greedy matches
2549 * change `res.sendfile()` to use `send()` module
2550 * change `res.send` to use "response-send" module
2551 * remove `app.locals.use` and `res.locals.use`, use regular middleware
2553 3.0.0beta5 / 2012-07-03
2556 * add "make check" support
2557 * add route-map example
2558 * add `res.json(obj, status)` support back for BC
2559 * add "methods" dep, remove internal methods module
2560 * update connect dep
2561 * update auth example to utilize cores pbkdf2
2562 * updated tests to use "supertest"
2564 3.0.0beta4 / 2012-06-25
2568 * Added `req.range(size)`
2569 * Added `res.links(obj)`
2570 * Added `res.send(body, status)` support back for backwards compat
2571 * Added `.default()` support to `res.format()`
2572 * Added 2xx / 304 check to `req.fresh`
2573 * Revert "Added + support to the router"
2574 * Fixed `res.send()` freshness check, respect res.statusCode
2576 3.0.0beta3 / 2012-06-15
2579 * Added hogan `--hjs` to express(1) [nullfirm]
2580 * Added another example to content-negotiation
2582 * Changed: `res.send()` always checks freshness
2583 * Fixed: expose connects mime module. Closes #1165
2585 3.0.0beta2 / 2012-06-06
2588 * Added `+` support to the router
2590 * Changed `req.param()` to check route first
2591 * Update connect dep
2593 3.0.0beta1 / 2012-06-01
2596 * Added `res.format()` callback to override default 406 behaviour
2597 * Fixed `res.redirect()` 406. Closes #1154
2599 3.0.0alpha5 / 2012-05-30
2603 * Added `{ signed: true }` option to `res.cookie()`
2604 * Removed `res.signedCookie()`
2605 * Changed: dont reverse `req.ips`
2606 * Fixed "trust proxy" setting check for `req.ips`
2608 3.0.0alpha4 / 2012-05-09
2611 * Added: allow `[]` in jsonp callback. Closes #1128
2612 * Added `PORT` env var support in generated template. Closes #1118 [benatkin]
2613 * Updated: connect 2.2.2
2615 3.0.0alpha3 / 2012-05-04
2618 * Added public `app.routes`. Closes #887
2619 * Added _view-locals_ example
2620 * Added _mvc_ example
2621 * Added `res.locals.use()`. Closes #1120
2622 * Added conditional-GET support to `res.send()`
2623 * Added: coerce `res.set()` values to strings
2624 * Changed: moved `static()` in generated apps below router
2625 * Changed: `res.send()` only set ETag when not previously set
2626 * Changed connect 2.2.1 dep
2627 * Changed: `make test` now runs unit / acceptance tests
2628 * Fixed req/res proto inheritance
2630 3.0.0alpha2 / 2012-04-26
2633 * Added `make benchmark` back
2634 * Added `res.send()` support for `String` objects
2635 * Added client-side data exposing example
2636 * Added `res.header()` and `req.header()` aliases for BC
2637 * Added `express.createServer()` for BC
2638 * Perf: memoize parsed urls
2639 * Perf: connect 2.2.0 dep
2640 * Changed: make `expressInit()` middleware self-aware
2641 * Fixed: use app.get() for all core settings
2642 * Fixed redis session example
2643 * Fixed session example. Closes #1105
2644 * Fixed generated express dep. Closes #1078
2646 3.0.0alpha1 / 2012-04-15
2649 * Added `app.locals.use(callback)`
2650 * Added `app.locals` object
2651 * Added `app.locals(obj)`
2652 * Added `res.locals` object
2653 * Added `res.locals(obj)`
2654 * Added `res.format()` for content-negotiation
2655 * Added `app.engine()`
2656 * Added `res.cookie()` JSON cookie support
2657 * Added "trust proxy" setting
2658 * Added `req.subdomains`
2659 * Added `req.protocol`
2660 * Added `req.secure`
2665 * Added comma-delimited / array support for `req.accepts()`
2666 * Added debug instrumentation
2667 * Added `res.set(obj)`
2668 * Added `res.set(field, value)`
2669 * Added `res.get(field)`
2670 * Added `app.get(setting)`. Closes #842
2671 * Added `req.acceptsLanguage()`
2672 * Added `req.acceptsCharset()`
2673 * Added `req.accepted`
2674 * Added `req.acceptedLanguages`
2675 * Added `req.acceptedCharsets`
2676 * Added "json replacer" setting
2677 * Added "json spaces" setting
2678 * Added X-Forwarded-Proto support to `res.redirect()`. Closes #92
2679 * Added `--less` support to express(1)
2680 * Added `express.response` prototype
2681 * Added `express.request` prototype
2682 * Added `express.application` prototype
2683 * Added `app.path()`
2684 * Added `app.render()`
2685 * Added `res.type()` to replace `res.contentType()`
2686 * Changed: `res.redirect()` to add relative support
2687 * Changed: enable "jsonp callback" by default
2688 * Changed: renamed "case sensitive routes" to "case sensitive routing"
2689 * Rewrite of all tests with mocha
2690 * Removed "root" setting
2691 * Removed `res.redirect('home')` support
2692 * Removed `req.notify()`
2693 * Removed `app.register()`
2694 * Removed `app.redirect()`
2695 * Removed `app.is()`
2696 * Removed `app.helpers()`
2697 * Removed `app.dynamicHelpers()`
2698 * Fixed `res.sendfile()` with non-GET. Closes #723
2699 * Fixed express(1) public dir for windows. Closes #866
2704 * Added support for PURGE request method [pbuyle]
2705 * Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
2710 * Update mkdirp dep. Closes #991
2715 * Fixed `app.all` duplicate DELETE requests [mscdex]
2720 * Updated hamljs dev dep. Closes #953
2725 * Fixed: set `filename` on cached templates [matthewleon]
2730 * Fixed `express(1)` eol on 0.4.x. Closes #947
2735 * Fixed `req.is()` when a charset is present
2740 * Fixed: express(1) LF -> CRLF for windows
2745 * Changed: updated connect to 1.8.x
2746 * Removed sass.js support from express(1)
2751 * Added ./routes dir for generated app by default
2752 * Added npm install reminder to express(1) app gen
2753 * Added 0.5.x support
2754 * Removed `make test-cov` since it wont work with node 0.5.x
2755 * Fixed express(1) public dir for windows. Closes #866
2760 * Added mkdirp to express(1). Closes #795
2761 * Added simple _json-config_ example
2762 * Added shorthand for the parsed request's pathname via `req.path`
2763 * Changed connect dep to 1.7.x to fix npm issue...
2764 * Fixed `res.redirect()` __HEAD__ support. [reported by xerox]
2765 * Fixed `req.flash()`, only escape args
2766 * Fixed absolute path checking on windows. Closes #829 [reported by andrewpmckenzie]
2771 * Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2776 * Added support for routes to handle errors. Closes #809
2777 * Added `app.routes.all()`. Closes #803
2778 * Added "basepath" setting to work in conjunction with reverse proxies etc.
2779 * Refactored `Route` to use a single array of callbacks
2780 * Added support for multiple callbacks for `app.param()`. Closes #801
2782 * Changed: removed .call(self) for route callbacks
2783 * Dependency: `qs >= 0.3.1`
2784 * Fixed `res.redirect()` on windows due to `join()` usage. Closes #808
2789 * Fixed `res.header()` intention of a set, even when `undefined`
2790 * Fixed `*`, value no longer required
2791 * Fixed `res.send(204)` support. Closes #771
2796 * Added docs for `status` option special-case. Closes #739
2797 * Fixed `options.filename`, exposing the view path to template engines
2802 * Revert "removed jsonp stripping" for XSS
2807 * Added `res.json()` JSONP support. Closes #737
2808 * Added _extending-templates_ example. Closes #730
2809 * Added "strict routing" setting for trailing slashes
2810 * Added support for multiple envs in `app.configure()` calls. Closes #735
2811 * Changed: `res.send()` using `res.json()`
2812 * Changed: when cookie `path === null` don't default it
2813 * Changed; default cookie path to "home" setting. Closes #731
2814 * Removed _pids/logs_ creation from express(1)
2819 * Added chainable `res.status(code)`
2820 * Added `res.json()`, an explicit version of `res.send(obj)`
2821 * Added simple web-service example
2826 * \#express is now on freenode! come join!
2827 * Added `req.get(field, param)`
2828 * Added links to Japanese documentation, thanks @hideyukisaito!
2829 * Added; the `express(1)` generated app outputs the env
2830 * Added `content-negotiation` example
2831 * Dependency: connect >= 1.5.1 < 2.0.0
2832 * Fixed view layout bug. Closes #720
2833 * Fixed; ignore body on 304. Closes #701
2839 * Removed generation of dummy test file from `express(1)`
2840 * Fixed; `express(1)` adds express as a dep
2841 * Fixed; prune on `prepublish`
2846 * Added `req.route`, exposing the current route
2847 * Added _package.json_ generation support to `express(1)`
2848 * Fixed call to `app.param()` function for optional params. Closes #682
2853 * Fixed bug-ish with `../' in `res.partial()` calls
2858 * Fixed `app.options()`
2863 * Added route `Collection`, ex: `app.get('/user/:id').remove();`
2864 * Added support for `app.param(fn)` to define param logic
2865 * Removed `app.param()` support for callback with return value
2866 * Removed module.parent check from express(1) generated app. Closes #670
2867 * Refactored router. Closes #639
2872 * Changed; using devDependencies instead of git submodules
2873 * Fixed redis session example
2874 * Fixed markdown example
2875 * Fixed view caching, should not be enabled in development
2880 * Added export `.view` as alias for `.View`
2885 * Added `./examples/say`
2886 * Fixed `res.sendfile()` bug preventing the transfer of files with spaces
2891 * Added "case sensitive routes" option.
2892 * Changed; split methods supported per rfc [slaskis]
2893 * Fixed route-specific middleware when using the same callback function several times
2903 * Added `app.match()` as `app.match.all()`
2904 * Added `app.lookup()` as `app.lookup.all()`
2905 * Added `app.remove()` for `app.remove.all()`
2906 * Added `app.remove.VERB()`
2907 * Fixed template caching collision issue. Closes #644
2908 * Moved router over from connect and started refactor
2913 * Added options support to `res.clearCookie()`
2914 * Added `res.helpers()` as alias of `res.locals()`
2915 * Added; json defaults to UTF-8 with `res.send()`. Closes #632. [Daniel * Dependency `connect >= 1.4.0`
2916 * Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
2917 * Renamed "cache views" to "view cache". Closes #628
2918 * Fixed caching of views when using several apps. Closes #637
2919 * Fixed gotcha invoking `app.param()` callbacks once per route middleware.
2921 * Fixed partial lookup precedence. Closes #631
2927 * Added second callback support for `res.download()` connection errors
2928 * Fixed `filename` option passing to template engine
2933 * Added `layout(path)` helper to change the layout within a view. Closes #610
2934 * Fixed `partial()` collection object support.
2935 Previously only anything with `.length` would work.
2936 When `.length` is present one must still be aware of holes,
2937 however now `{ collection: {foo: 'bar'}}` is valid, exposes
2938 `keyInCollection` and `keysInCollection`.
2940 * Performance improved with better view caching
2941 * Removed `request` and `response` locals
2942 * Changed; errorHandler page title is now `Express` instead of `Connect`
2947 * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
2948 * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
2949 * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
2950 * Dependency `connect >= 1.2.0`
2955 * Added; expose `err.view` object when failing to locate a view
2956 * Fixed `res.partial()` call `next(err)` when no callback is given [reported by aheckmann]
2957 * Fixed; `res.send(undefined)` responds with 204 [aheckmann]
2962 * Added `<root>/_?<name>` partial lookup support. Closes #447
2963 * Added `request`, `response`, and `app` local variables
2964 * Added `settings` local variable, containing the app's settings
2965 * Added `req.flash()` exception if `req.session` is not available
2966 * Added `res.send(bool)` support (json response)
2967 * Fixed stylus example for latest version
2968 * Fixed; wrap try/catch around `res.render()`
2973 * Fixed up index view path alternative.
2974 * Changed; `res.locals()` without object returns the locals
2976 2.0.0rc3 / 2011-03-17
2979 * Added `res.locals(obj)` to compliment `res.local(key, val)`
2980 * Added `res.partial()` callback support
2981 * Fixed recursive error reporting issue in `res.render()`
2983 2.0.0rc2 / 2011-03-17
2986 * Changed; `partial()` "locals" are now optional
2987 * Fixed `SlowBuffer` support. Closes #584 [reported by tyrda01]
2988 * Fixed .filename view engine option [reported by drudge]
2989 * Fixed blog example
2990 * Fixed `{req,res}.app` reference when mounting [Ben Weaver]
2992 2.0.0rc / 2011-03-14
2995 * Fixed; expose `HTTPSServer` constructor
2996 * Fixed express(1) default test charset. Closes #579 [reported by secoif]
2997 * Fixed; default charset to utf-8 instead of utf8 for lame IE [reported by NickP]
2999 2.0.0beta3 / 2011-03-09
3002 * Added support for `res.contentType()` literal
3003 The original `res.contentType('.json')`,
3004 `res.contentType('application/json')`, and `res.contentType('json')`
3006 * Added `res.render()` status option support back
3007 * Added charset option for `res.render()`
3008 * Added `.charset` support (via connect 1.0.4)
3009 * Added view resolution hints when in development and a lookup fails
3010 * Added layout lookup support relative to the page view.
3011 For example while rendering `./views/user/index.jade` if you create
3012 `./views/user/layout.jade` it will be used in favour of the root layout.
3013 * Fixed `res.redirect()`. RFC states absolute url [reported by unlink]
3014 * Fixed; default `res.send()` string charset to utf8
3015 * Removed `Partial` constructor (not currently used)
3017 2.0.0beta2 / 2011-03-07
3020 * Added res.render() `.locals` support back to aid in migration process
3021 * Fixed flash example
3023 2.0.0beta / 2011-03-03
3026 * Added HTTPS support
3027 * Added `res.cookie()` maxAge support
3028 * Added `req.header()` _Referrer_ / _Referer_ special-case, either works
3029 * Added mount support for `res.redirect()`, now respects the mount-point
3030 * Added `union()` util, taking place of `merge(clone())` combo
3031 * Added stylus support to express(1) generated app
3032 * Added secret to session middleware used in examples and generated app
3033 * Added `res.local(name, val)` for progressive view locals
3034 * Added default param support to `req.param(name, default)`
3035 * Added `app.disabled()` and `app.enabled()`
3036 * Added `app.register()` support for omitting leading ".", either works
3037 * Added `res.partial()`, using the same interface as `partial()` within a view. Closes #539
3038 * Added `app.param()` to map route params to async/sync logic
3039 * Added; aliased `app.helpers()` as `app.locals()`. Closes #481
3040 * Added extname with no leading "." support to `res.contentType()`
3041 * Added `cache views` setting, defaulting to enabled in "production" env
3042 * Added index file partial resolution, eg: partial('user') may try _views/user/index.jade_.
3043 * Added `req.accepts()` support for extensions
3044 * Changed; `res.download()` and `res.sendfile()` now utilize Connect's
3045 static file server `connect.static.send()`.
3046 * Changed; replaced `connect.utils.mime()` with npm _mime_ module
3047 * Changed; allow `req.query` to be pre-defined (via middleware or other parent
3048 * Changed view partial resolution, now relative to parent view
3049 * Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
3050 * Fixed `req.param()` bug returning Array.prototype methods. Closes #552
3051 * Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
3052 * Fixed; using _qs_ module instead of _querystring_
3053 * Fixed; strip unsafe chars from jsonp callbacks
3054 * Removed "stream threshold" setting
3059 * Allow `req.query` to be pre-defined (via middleware or other parent app)
3060 * "connect": ">= 0.5.0 < 1.0.0". Closes #547
3061 * Removed the long deprecated __EXPRESS_ENV__ support
3066 * Fixed `render()` setting inheritance.
3067 Mounted apps would not inherit "view engine"
3072 * Fixed `view engine` setting bug when period is in dirname
3077 * Added secret to generated app `session()` call
3082 * Added `qs` dependency to _package.json_
3083 * Fixed namespaced `require()`s for latest connect support
3088 * Remove unsafe characters from JSONP callback names [Ryan Grove]
3093 * Removed nested require, using `connect.router`
3098 * Fixed for middleware stacked via `createServer()`
3099 previously the `foo` middleware passed to `createServer(foo)`
3100 would not have access to Express methods such as `res.send()`
3101 or props like `req.query` etc.
3106 * Added; deduce partial object names from the last segment.
3107 For example by default `partial('forum/post', postObject)` will
3108 give you the _post_ object, providing a meaningful default.
3109 * Added http status code string representation to `res.redirect()` body
3110 * Added; `res.redirect()` supporting _text/plain_ and _text/html_ via __Accept__.
3111 * Added `req.is()` to aid in content negotiation
3112 * Added partial local inheritance [suggested by masylum]. Closes #102
3113 providing access to parent template locals.
3114 * Added _-s, --session[s]_ flag to express(1) to add session related middleware
3115 * Added _--template_ flag to express(1) to specify the
3116 template engine to use.
3117 * Added _--css_ flag to express(1) to specify the
3118 stylesheet engine to use (or just plain css by default).
3119 * Added `app.all()` support [thanks aheckmann]
3120 * Added partial direct object support.
3121 You may now `partial('user', user)` providing the "user" local,
3122 vs previously `partial('user', { object: user })`.
3123 * Added _route-separation_ example since many people question ways
3124 to do this with CommonJS modules. Also view the _blog_ example for
3126 * Performance; caching view path derived partial object names
3127 * Fixed partial local inheritance precedence. [reported by Nick Poulden] Closes #454
3128 * Fixed jsonp support; _text/javascript_ as per mailinglist discussion
3130 1.0.0rc4 / 2010-10-14
3133 * Added _NODE_ENV_ support, _EXPRESS_ENV_ is deprecated and will be removed in 1.0.0
3134 * Added route-middleware support (very helpful, see the [docs](http://expressjs.com/guide.html#Route-Middleware))
3135 * Added _jsonp callback_ setting to enable/disable jsonp autowrapping [Dav Glass]
3136 * Added callback query check on response.send to autowrap JSON objects for simple webservice implementations [Dav Glass]
3137 * Added `partial()` support for array-like collections. Closes #434
3138 * Added support for swappable querystring parsers
3139 * Added session usage docs. Closes #443
3140 * Added dynamic helper caching. Closes #439 [suggested by maritz]
3141 * Added authentication example
3142 * Added basic Range support to `res.sendfile()` (and `res.download()` etc)
3143 * Changed; `express(1)` generated app using 2 spaces instead of 4
3144 * Default env to "development" again [aheckmann]
3145 * Removed _context_ option is no more, use "scope"
3146 * Fixed; exposing _./support_ libs to examples so they can run without installs
3149 1.0.0rc3 / 2010-09-20
3152 * Added confirmation for `express(1)` app generation. Closes #391
3153 * Added extending of flash formatters via `app.flashFormatters`
3154 * Added flash formatter support. Closes #411
3155 * Added streaming support to `res.sendfile()` using `sys.pump()` when >= "stream threshold"
3156 * Added _stream threshold_ setting for `res.sendfile()`
3157 * Added `res.send()` __HEAD__ support
3158 * Added `res.clearCookie()`
3159 * Added `res.cookie()`
3160 * Added `res.render()` headers option
3161 * Added `res.redirect()` response bodies
3162 * Added `res.render()` status option support. Closes #425 [thanks aheckmann]
3163 * Fixed `res.sendfile()` responding with 403 on malicious path
3164 * Fixed `res.download()` bug; when an error occurs remove _Content-Disposition_
3165 * Fixed; mounted apps settings now inherit from parent app [aheckmann]
3166 * Fixed; stripping Content-Length / Content-Type when 204
3167 * Fixed `res.send()` 204. Closes #419
3168 * Fixed multiple _Set-Cookie_ headers via `res.header()`. Closes #402
3169 * Fixed bug messing with error handlers when `listenFD()` is called instead of `listen()`. [thanks guillermo]
3172 1.0.0rc2 / 2010-08-17
3175 * Added `app.register()` for template engine mapping. Closes #390
3176 * Added `res.render()` callback support as second argument (no options)
3177 * Added callback support to `res.download()`
3178 * Added callback support for `res.sendfile()`
3179 * Added support for middleware access via `express.middlewareName()` vs `connect.middlewareName()`
3180 * Added "partials" setting to docs
3181 * Added default expresso tests to `express(1)` generated app. Closes #384
3182 * Fixed `res.sendfile()` error handling, defer via `next()`
3183 * Fixed `res.render()` callback when a layout is used [thanks guillermo]
3184 * Fixed; `make install` creating ~/.node_libraries when not present
3185 * Fixed issue preventing error handlers from being defined anywhere. Closes #387
3187 1.0.0rc / 2010-07-28
3190 * Added mounted hook. Closes #369
3191 * Added connect dependency to _package.json_
3193 * Removed "reload views" setting and support code
3194 development env never caches, production always caches.
3196 * Removed _param_ in route callbacks, signature is now
3197 simply (req, res, next), previously (req, res, params, next).
3198 Use _req.params_ for path captures, _req.query_ for GET params.
3200 * Fixed "home" setting
3201 * Fixed middleware/router precedence issue. Closes #366
3202 * Fixed; _configure()_ callbacks called immediately. Closes #368
3204 1.0.0beta2 / 2010-07-23
3207 * Added more examples
3208 * Added; exporting `Server` constructor
3209 * Added `Server#helpers()` for view locals
3210 * Added `Server#dynamicHelpers()` for dynamic view locals. Closes #349
3211 * Added support for absolute view paths
3212 * Added; _home_ setting defaults to `Server#route` for mounted apps. Closes #363
3213 * Added Guillermo Rauch to the contributor list
3214 * Added support for "as" for non-collection partials. Closes #341
3215 * Fixed _install.sh_, ensuring _~/.node_libraries_ exists. Closes #362 [thanks jf]
3216 * Fixed `res.render()` exceptions, now passed to `next()` when no callback is given [thanks guillermo]
3217 * Fixed instanceof `Array` checks, now `Array.isArray()`
3218 * Fixed express(1) expansion of public dirs. Closes #348
3219 * Fixed middleware precedence. Closes #345
3220 * Fixed view watcher, now async [thanks aheckmann]
3222 1.0.0beta / 2010-07-15
3228 - Check [ExpressJS.com](http://expressjs.com) for migration guide and updated docs
3233 * Utilize relative requires
3234 * Added Static bufferSize option [aheckmann]
3235 * Fixed caching of view and partial subdirectories [aheckmann]
3236 * Fixed mime.type() comments now that ".ext" is not supported
3237 * Updated haml submodule
3238 * Updated class submodule
3239 * Removed bin/express
3244 * Added node v0.1.97 compatibility
3245 * Added support for deleting cookies via Request#cookie('key', null)
3246 * Updated haml submodule
3247 * Fixed not-found page, now using using charset utf-8
3248 * Fixed show-exceptions page, now using using charset utf-8
3249 * Fixed view support due to fs.readFile Buffers
3250 * Changed; mime.type() no longer accepts ".type" due to node extname() changes
3255 * Added node v0.1.96 compatibility
3256 * Added view `helpers` export which act as additional local variables
3257 * Updated haml submodule
3258 * Changed ETag; removed inode, modified time only
3259 * Fixed LF to CRLF for setting multiple cookies
3260 * Fixed cookie compilation; values are now urlencoded
3261 * Fixed cookies parsing; accepts quoted values and url escaped cookies
3266 * Added support for layouts using different engines
3267 - this.render('page.html.haml', { layout: 'super-cool-layout.html.ejs' })
3268 - this.render('page.html.haml', { layout: 'foo' }) // assumes 'foo.html.haml'
3269 - this.render('page.html.haml', { layout: false }) // no layout
3270 * Updated ext submodule
3271 * Updated haml submodule
3272 * Fixed EJS partial support by passing along the context. Issue #307
3277 * Fixed binary uploads.
3282 * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3283 encoding is set to 'utf8' or 'utf-8'.
3284 * Added "encoding" option to Request#render(). Closes #299
3285 * Added "dump exceptions" setting, which is enabled by default.
3286 * Added simple ejs template engine support
3287 * Added error response support for text/plain, application/json. Closes #297
3288 * Added callback function param to Request#error()
3289 * Added Request#sendHead()
3290 * Added Request#stream()
3291 * Added support for Request#respond(304, null) for empty response bodies
3292 * Added ETag support to Request#sendfile()
3293 * Added options to Request#sendfile(), passed to fs.createReadStream()
3294 * Added filename arg to Request#download()
3295 * Performance enhanced due to pre-reversing plugins so that plugins.reverse() is not called on each request
3296 * Performance enhanced by preventing several calls to toLowerCase() in Router#match()
3297 * Changed; Request#sendfile() now streams
3298 * Changed; Renamed Request#halt() to Request#respond(). Closes #289
3299 * Changed; Using sys.inspect() instead of JSON.encode() for error output
3300 * Changed; run() returns the http.Server instance. Closes #298
3301 * Changed; Defaulting Server#host to null (INADDR_ANY)
3302 * Changed; Logger "common" format scale of 0.4f
3303 * Removed Logger "request" format
3304 * Fixed; Catching ENOENT in view caching, preventing error when "views/partials" is not found
3305 * Fixed several issues with http client
3306 * Fixed Logger Content-Length output
3307 * Fixed bug preventing Opera from retaining the generated session id. Closes #292
3312 * Added DSL level error() route support
3313 * Added DSL level notFound() route support
3314 * Added Request#error()
3315 * Added Request#notFound()
3316 * Added Request#render() callback function. Closes #258
3317 * Added "max upload size" setting
3318 * Added "magic" variables to collection partials (\_\_index\_\_, \_\_length\_\_, \_\_isFirst\_\_, \_\_isLast\_\_). Closes #254
3319 * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
3320 * Added callback function support to Request#halt() as 3rd/4th arg
3321 * Added preprocessing of route param wildcards using param(). Closes #251
3322 * Added view partial support (with collections etc)
3323 * Fixed bug preventing falsey params (such as ?page=0). Closes #286
3324 * Fixed setting of multiple cookies. Closes #199
3325 * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
3326 * Changed; session cookie is now httpOnly
3327 * Changed; Request is no longer global
3328 * Changed; Event is no longer global
3329 * Changed; "sys" module is no longer global
3330 * Changed; moved Request#download to Static plugin where it belongs
3331 * Changed; Request instance created before body parsing. Closes #262
3332 * Changed; Pre-caching views in memory when "cache view contents" is enabled. Closes #253
3333 * Changed; Pre-caching view partials in memory when "cache view partials" is enabled
3334 * Updated support to node --version 0.1.90
3335 * Updated dependencies
3336 * Removed set("session cookie") in favour of use(Session, { cookie: { ... }})
3337 * Removed utils.mixin(); use Object#mergeDeep()
3342 * Added coffeescript example app. Closes #242
3343 * Changed; cache api now async friendly. Closes #240
3344 * Removed deprecated 'express/static' support. Use 'express/plugins/static'
3349 * Added Request#isXHR. Closes #229
3350 * Added `make install` (for the executable)
3351 * Added `express` executable for setting up simple app templates
3352 * Added "GET /public/*" to Static plugin, defaulting to <root>/public
3353 * Added Static plugin
3354 * Fixed; Request#render() only calls cache.get() once
3355 * Fixed; Namespacing View caches with "view:"
3356 * Fixed; Namespacing Static caches with "static:"
3357 * Fixed; Both example apps now use the Static plugin
3358 * Fixed set("views"). Closes #239
3359 * Fixed missing space for combined log format
3360 * Deprecated Request#sendfile() and 'express/static'
3361 * Removed Server#running
3366 * Added Request#flash() support without args, now returns all flashes
3367 * Updated ext submodule
3372 * Fixed session reaper
3373 * Changed; class.js replacing js-oo Class implementation (quite a bit faster, no browser cruft)
3378 * Added package.json
3379 * Fixed requiring of haml / sass due to kiwi removal
3384 * Fixed GIT submodules (HAH!)
3389 * Changed; Express now using submodules again until a PM is adopted
3390 * Changed; chat example using millisecond conversions from ext
3395 * Added Request#pass() support (finds the next matching route, or the given path)
3396 * Added Logger plugin (default "common" format replaces CommonLogger)
3397 * Removed Profiler plugin
3398 * Removed CommonLogger plugin
3403 * Added seed.yml for kiwi package management support
3404 * Added HTTP client query string support when method is GET. Closes #205
3406 * Added support for arbitrary view engines.
3407 For example "foo.engine.html" will now require('engine'),
3408 the exports from this module are cached after the first require().
3410 * Added async plugin support
3412 * Removed usage of RESTful route funcs as http client
3413 get() etc, use http.get() and friends
3415 * Removed custom exceptions
3420 * Added ext dependency (library of js extensions)
3421 * Removed extname() / basename() utils. Use path module
3422 * Removed toArray() util. Use arguments.values
3423 * Removed escapeRegexp() util. Use RegExp.escape()
3424 * Removed process.mixin() dependency. Use utils.mixin()
3425 * Removed Collection
3426 * Removed ElementCollection
3427 * Shameless self promotion of ebook "Advanced JavaScript" (http://dev-mag.com) ;)
3432 * Added flash() example to sample upload app
3433 * Added high level restful http client module (express/http)
3434 * Changed; RESTful route functions double as HTTP clients. Closes #69
3435 * Changed; throwing error when routes are added at runtime
3436 * Changed; defaulting render() context to the current Request. Closes #197
3437 * Updated haml submodule
3442 * Updated haml / sass submodules. Closes #200
3443 * Added flash message support. Closes #64
3444 * Added accepts() now allows multiple args. fixes #117
3445 * Added support for plugins to halt. Closes #189
3446 * Added alternate layout support. Closes #119
3447 * Removed Route#run(). Closes #188
3448 * Fixed broken specs due to use(Cookie) missing
3453 * Added "plot" format option for Profiler (for gnuplot processing)
3454 * Added request number to Profiler plugin
3455 * Fixed binary encoding for multipart file uploads, was previously defaulting to UTF8
3456 * Fixed issue with routes not firing when not files are present. Closes #184
3457 * Fixed process.Promise -> events.Promise
3462 * Added parseParam() support for name[] etc. (allows for file inputs with "multiple" attr) Closes #180
3463 * Added Both Cache and Session option "reapInterval" may be "reapEvery". Closes #174
3464 * Added expiration support to cache api with reaper. Closes #133
3465 * Added cache Store.Memory#reap()
3466 * Added Cache; cache api now uses first class Cache instances
3467 * Added abstract session Store. Closes #172
3468 * Changed; cache Memory.Store#get() utilizing Collection
3469 * Renamed MemoryStore -> Store.Memory
3470 * Fixed use() of the same plugin several time will always use latest options. Closes #176
3475 * Changed; Hooks (before / after) pass request as arg as well as evaluated in their context
3476 * Updated node support to 0.1.27 Closes #169
3477 * Updated dirname(__filename) -> __dirname
3478 * Updated libxmljs support to v0.2.0
3479 * Added session support with memory store / reaping
3480 * Added quick uid() helper
3481 * Added multi-part upload support
3482 * Added Sass.js support / submodule
3483 * Added production env caching view contents and static files
3484 * Added static file caching. Closes #136
3485 * Added cache plugin with memory stores
3486 * Added support to StaticFile so that it works with non-textual files.
3487 * Removed dirname() helper
3488 * Removed several globals (now their modules must be required)
3493 * Added view benchmarks; currently haml vs ejs
3494 * Added Request#attachment() specs. Closes #116
3495 * Added use of node's parseQuery() util. Closes #123
3496 * Added `make init` for submodules
3498 * Updated sample chat app to show messages on load
3499 * Updated libxmljs parseString -> parseHtmlString
3500 * Fixed `make init` to work with older versions of git
3501 * Fixed specs can now run independent specs for those who can't build deps. Closes #127
3502 * Fixed issues introduced by the node url module changes. Closes 126.
3503 * Fixed two assertions failing due to Collection#keys() returning strings
3504 * Fixed faulty Collection#toArray() spec due to keys() returning strings
3505 * Fixed `make test` now builds libxmljs.node before testing