UNPKG

102 kBMarkdownView Raw
14.15.1 / 2017-03-05
2===================
3
4 * deps: send@0.15.1
5 - Fix issue when `Date.parse` does not return `NaN` on invalid date
6 - Fix strict violation in broken environments
7 * deps: serve-static@1.12.1
8 - Fix issue when `Date.parse` does not return `NaN` on invalid date
9 - deps: send@0.15.1
10
114.15.0 / 2017-03-01
12===================
13
14 * Add debug message when loading view engine
15 * Add `next("router")` to exit from router
16 * Fix case where `router.use` skipped requests routes did not
17 * Remove usage of `res._headers` private field
18 - Improves compatibility with Node.js 8 nightly
19 * Skip routing when `req.url` is not set
20 * Use `%o` in path debug to tell types apart
21 * Use `Object.create` to setup request & response prototypes
22 * Use `setprototypeof` module to replace `__proto__` setting
23 * Use `statuses` instead of `http` module for status messages
24 * deps: debug@2.6.1
25 - Allow colors in workers
26 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
27 - Fix error when running under React Native
28 - Use same color for same namespace
29 - deps: ms@0.7.2
30 * deps: etag@~1.8.0
31 - Use SHA1 instead of MD5 for ETag hashing
32 - Works with FIPS 140-2 OpenSSL configuration
33 * deps: finalhandler@~1.0.0
34 - Fix exception when `err` cannot be converted to a string
35 - Fully URL-encode the pathname in the 404
36 - Only include the pathname in the 404 message
37 - Send complete HTML document
38 - Set `Content-Security-Policy: default-src 'self'` header
39 - deps: debug@2.6.1
40 * deps: fresh@0.5.0
41 - Fix false detection of `no-cache` request directive
42 - Fix incorrect result when `If-None-Match` has both `*` and ETags
43 - Fix weak `ETag` matching to match spec
44 - perf: delay reading header values until needed
45 - perf: enable strict mode
46 - perf: hoist regular expressions
47 - perf: remove duplicate conditional
48 - perf: remove unnecessary boolean coercions
49 - perf: skip checking modified time if ETag check failed
50 - perf: skip parsing `If-None-Match` when no `ETag` header
51 - perf: use `Date.parse` instead of `new Date`
52 * deps: qs@6.3.1
53 - Fix array parsing from skipping empty values
54 - Fix compacting nested arrays
55 * deps: send@0.15.0
56 - Fix false detection of `no-cache` request directive
57 - Fix incorrect result when `If-None-Match` has both `*` and ETags
58 - Fix weak `ETag` matching to match spec
59 - Remove usage of `res._headers` private field
60 - Support `If-Match` and `If-Unmodified-Since` headers
61 - Use `res.getHeaderNames()` when available
62 - Use `res.headersSent` when available
63 - deps: debug@2.6.1
64 - deps: etag@~1.8.0
65 - deps: fresh@0.5.0
66 - deps: http-errors@~1.6.1
67 * deps: serve-static@1.12.0
68 - Fix false detection of `no-cache` request directive
69 - Fix incorrect result when `If-None-Match` has both `*` and ETags
70 - Fix weak `ETag` matching to match spec
71 - Remove usage of `res._headers` private field
72 - Send complete HTML document in redirect response
73 - Set default CSP header in redirect response
74 - Support `If-Match` and `If-Unmodified-Since` headers
75 - Use `res.getHeaderNames()` when available
76 - Use `res.headersSent` when available
77 - deps: send@0.15.0
78 * perf: add fast match path for `*` route
79 * perf: improve `req.ips` performance
80
814.14.1 / 2017-01-28
82===================
83
84 * deps: content-disposition@0.5.2
85 * deps: finalhandler@0.5.1
86 - Fix exception when `err.headers` is not an object
87 - deps: statuses@~1.3.1
88 - perf: hoist regular expressions
89 - perf: remove duplicate validation path
90 * deps: proxy-addr@~1.1.3
91 - deps: ipaddr.js@1.2.0
92 * deps: send@0.14.2
93 - deps: http-errors@~1.5.1
94 - deps: ms@0.7.2
95 - deps: statuses@~1.3.1
96 * deps: serve-static@~1.11.2
97 - deps: send@0.14.2
98 * deps: type-is@~1.6.14
99 - deps: mime-types@~2.1.13
100
1014.14.0 / 2016-06-16
102===================
103
104 * Add `acceptRanges` option to `res.sendFile`/`res.sendfile`
105 * Add `cacheControl` option to `res.sendFile`/`res.sendfile`
106 * Add `options` argument to `req.range`
107 - Includes the `combine` option
108 * Encode URL in `res.location`/`res.redirect` if not already encoded
109 * Fix some redirect handling in `res.sendFile`/`res.sendfile`
110 * Fix Windows absolute path check using forward slashes
111 * Improve error with invalid arguments to `req.get()`
112 * Improve performance for `res.json`/`res.jsonp` in most cases
113 * Improve `Range` header handling in `res.sendFile`/`res.sendfile`
114 * deps: accepts@~1.3.3
115 - Fix including type extensions in parameters in `Accept` parsing
116 - Fix parsing `Accept` parameters with quoted equals
117 - Fix parsing `Accept` parameters with quoted semicolons
118 - Many performance improvments
119 - deps: mime-types@~2.1.11
120 - deps: negotiator@0.6.1
121 * deps: content-type@~1.0.2
122 - perf: enable strict mode
123 * deps: cookie@0.3.1
124 - Add `sameSite` option
125 - Fix cookie `Max-Age` to never be a floating point number
126 - Improve error message when `encode` is not a function
127 - Improve error message when `expires` is not a `Date`
128 - Throw better error for invalid argument to parse
129 - Throw on invalid values provided to `serialize`
130 - perf: enable strict mode
131 - perf: hoist regular expression
132 - perf: use for loop in parse
133 - perf: use string concatination for serialization
134 * deps: finalhandler@0.5.0
135 - Change invalid or non-numeric status code to 500
136 - Overwrite status message to match set status code
137 - Prefer `err.statusCode` if `err.status` is invalid
138 - Set response headers from `err.headers` object
139 - Use `statuses` instead of `http` module for status messages
140 * deps: proxy-addr@~1.1.2
141 - Fix accepting various invalid netmasks
142 - Fix IPv6-mapped IPv4 validation edge cases
143 - IPv4 netmasks must be contingous
144 - IPv6 addresses cannot be used as a netmask
145 - deps: ipaddr.js@1.1.1
146 * deps: qs@6.2.0
147 - Add `decoder` option in `parse` function
148 * deps: range-parser@~1.2.0
149 - Add `combine` option to combine overlapping ranges
150 - Fix incorrectly returning -1 when there is at least one valid range
151 - perf: remove internal function
152 * deps: send@0.14.1
153 - Add `acceptRanges` option
154 - Add `cacheControl` option
155 - Attempt to combine multiple ranges into single range
156 - Correctly inherit from `Stream` class
157 - Fix `Content-Range` header in 416 responses when using `start`/`end` options
158 - Fix `Content-Range` header missing from default 416 responses
159 - Fix redirect error when `path` contains raw non-URL characters
160 - Fix redirect when `path` starts with multiple forward slashes
161 - Ignore non-byte `Range` headers
162 - deps: http-errors@~1.5.0
163 - deps: range-parser@~1.2.0
164 - deps: statuses@~1.3.0
165 - perf: remove argument reassignment
166 * deps: serve-static@~1.11.1
167 - Add `acceptRanges` option
168 - Add `cacheControl` option
169 - Attempt to combine multiple ranges into single range
170 - Fix redirect error when `req.url` contains raw non-URL characters
171 - Ignore non-byte `Range` headers
172 - Use status code 301 for redirects
173 - deps: send@0.14.1
174 * deps: type-is@~1.6.13
175 - Fix type error when given invalid type to match against
176 - deps: mime-types@~2.1.11
177 * deps: vary@~1.1.0
178 - Only accept valid field names in the `field` argument
179 * perf: use strict equality when possible
180
1814.13.4 / 2016-01-21
182===================
183
184 * deps: content-disposition@0.5.1
185 - perf: enable strict mode
186 * deps: cookie@0.1.5
187 - Throw on invalid values provided to `serialize`
188 * deps: depd@~1.1.0
189 - Support web browser loading
190 - perf: enable strict mode
191 * deps: escape-html@~1.0.3
192 - perf: enable strict mode
193 - perf: optimize string replacement
194 - perf: use faster string coercion
195 * deps: finalhandler@0.4.1
196 - deps: escape-html@~1.0.3
197 * deps: merge-descriptors@1.0.1
198 - perf: enable strict mode
199 * deps: methods@~1.1.2
200 - perf: enable strict mode
201 * deps: parseurl@~1.3.1
202 - perf: enable strict mode
203 * deps: proxy-addr@~1.0.10
204 - deps: ipaddr.js@1.0.5
205 - perf: enable strict mode
206 * deps: range-parser@~1.0.3
207 - perf: enable strict mode
208 * deps: send@0.13.1
209 - deps: depd@~1.1.0
210 - deps: destroy@~1.0.4
211 - deps: escape-html@~1.0.3
212 - deps: range-parser@~1.0.3
213 * deps: serve-static@~1.10.2
214 - deps: escape-html@~1.0.3
215 - deps: parseurl@~1.3.0
216 - deps: send@0.13.1
217
2184.13.3 / 2015-08-02
219===================
220
221 * Fix infinite loop condition using `mergeParams: true`
222 * Fix inner numeric indices incorrectly altering parent `req.params`
223
2244.13.2 / 2015-07-31
225===================
226
227 * deps: accepts@~1.2.12
228 - deps: mime-types@~2.1.4
229 * deps: array-flatten@1.1.1
230 - perf: enable strict mode
231 * deps: path-to-regexp@0.1.7
232 - Fix regression with escaped round brackets and matching groups
233 * deps: type-is@~1.6.6
234 - deps: mime-types@~2.1.4
235
2364.13.1 / 2015-07-05
237===================
238
239 * deps: accepts@~1.2.10
240 - deps: mime-types@~2.1.2
241 * deps: qs@4.0.0
242 - Fix dropping parameters like `hasOwnProperty`
243 - Fix various parsing edge cases
244 * deps: type-is@~1.6.4
245 - deps: mime-types@~2.1.2
246 - perf: enable strict mode
247 - perf: remove argument reassignment
248
2494.13.0 / 2015-06-20
250===================
251
252 * Add settings to debug output
253 * Fix `res.format` error when only `default` provided
254 * Fix issue where `next('route')` in `app.param` would incorrectly skip values
255 * Fix hiding platform issues with `decodeURIComponent`
256 - Only `URIError`s are a 400
257 * Fix using `*` before params in routes
258 * Fix using capture groups before params in routes
259 * Simplify `res.cookie` to call `res.append`
260 * Use `array-flatten` module for flattening arrays
261 * deps: accepts@~1.2.9
262 - deps: mime-types@~2.1.1
263 - perf: avoid argument reassignment & argument slice
264 - perf: avoid negotiator recursive construction
265 - perf: enable strict mode
266 - perf: remove unnecessary bitwise operator
267 * deps: cookie@0.1.3
268 - perf: deduce the scope of try-catch deopt
269 - perf: remove argument reassignments
270 * deps: escape-html@1.0.2
271 * deps: etag@~1.7.0
272 - Always include entity length in ETags for hash length extensions
273 - Generate non-Stats ETags using MD5 only (no longer CRC32)
274 - Improve stat performance by removing hashing
275 - Improve support for JXcore
276 - Remove base64 padding in ETags to shorten
277 - Support "fake" stats objects in environments without fs
278 - Use MD5 instead of MD4 in weak ETags over 1KB
279 * deps: finalhandler@0.4.0
280 - Fix a false-positive when unpiping in Node.js 0.8
281 - Support `statusCode` property on `Error` objects
282 - Use `unpipe` module for unpiping requests
283 - deps: escape-html@1.0.2
284 - deps: on-finished@~2.3.0
285 - perf: enable strict mode
286 - perf: remove argument reassignment
287 * deps: fresh@0.3.0
288 - Add weak `ETag` matching support
289 * deps: on-finished@~2.3.0
290 - Add defined behavior for HTTP `CONNECT` requests
291 - Add defined behavior for HTTP `Upgrade` requests
292 - deps: ee-first@1.1.1
293 * deps: path-to-regexp@0.1.6
294 * deps: send@0.13.0
295 - Allow Node.js HTTP server to set `Date` response header
296 - Fix incorrectly removing `Content-Location` on 304 response
297 - Improve the default redirect response headers
298 - Send appropriate headers on default error response
299 - Use `http-errors` for standard emitted errors
300 - Use `statuses` instead of `http` module for status messages
301 - deps: escape-html@1.0.2
302 - deps: etag@~1.7.0
303 - deps: fresh@0.3.0
304 - deps: on-finished@~2.3.0
305 - perf: enable strict mode
306 - perf: remove unnecessary array allocations
307 * deps: serve-static@~1.10.0
308 - Add `fallthrough` option
309 - Fix reading options from options prototype
310 - Improve the default redirect response headers
311 - Malformed URLs now `next()` instead of 400
312 - deps: escape-html@1.0.2
313 - deps: send@0.13.0
314 - perf: enable strict mode
315 - perf: remove argument reassignment
316 * deps: type-is@~1.6.3
317 - deps: mime-types@~2.1.1
318 - perf: reduce try block size
319 - perf: remove bitwise operations
320 * perf: enable strict mode
321 * perf: isolate `app.render` try block
322 * perf: remove argument reassignments in application
323 * perf: remove argument reassignments in request prototype
324 * perf: remove argument reassignments in response prototype
325 * perf: remove argument reassignments in routing
326 * perf: remove argument reassignments in `View`
327 * perf: skip attempting to decode zero length string
328 * perf: use saved reference to `http.STATUS_CODES`
329
3304.12.4 / 2015-05-17
331===================
332
333 * deps: accepts@~1.2.7
334 - deps: mime-types@~2.0.11
335 - deps: negotiator@0.5.3
336 * deps: debug@~2.2.0
337 - deps: ms@0.7.1
338 * deps: depd@~1.0.1
339 * deps: etag@~1.6.0
340 - Improve support for JXcore
341 - Support "fake" stats objects in environments without `fs`
342 * deps: finalhandler@0.3.6
343 - deps: debug@~2.2.0
344 - deps: on-finished@~2.2.1
345 * deps: on-finished@~2.2.1
346 - Fix `isFinished(req)` when data buffered
347 * deps: proxy-addr@~1.0.8
348 - deps: ipaddr.js@1.0.1
349 * deps: qs@2.4.2
350 - Fix allowing parameters like `constructor`
351 * deps: send@0.12.3
352 - deps: debug@~2.2.0
353 - deps: depd@~1.0.1
354 - deps: etag@~1.6.0
355 - deps: ms@0.7.1
356 - deps: on-finished@~2.2.1
357 * deps: serve-static@~1.9.3
358 - deps: send@0.12.3
359 * deps: type-is@~1.6.2
360 - deps: mime-types@~2.0.11
361
3624.12.3 / 2015-03-17
363===================
364
365 * deps: accepts@~1.2.5
366 - deps: mime-types@~2.0.10
367 * deps: debug@~2.1.3
368 - Fix high intensity foreground color for bold
369 - deps: ms@0.7.0
370 * deps: finalhandler@0.3.4
371 - deps: debug@~2.1.3
372 * deps: proxy-addr@~1.0.7
373 - deps: ipaddr.js@0.1.9
374 * deps: qs@2.4.1
375 - Fix error when parameter `hasOwnProperty` is present
376 * deps: send@0.12.2
377 - Throw errors early for invalid `extensions` or `index` options
378 - deps: debug@~2.1.3
379 * deps: serve-static@~1.9.2
380 - deps: send@0.12.2
381 * deps: type-is@~1.6.1
382 - deps: mime-types@~2.0.10
383
3844.12.2 / 2015-03-02
385===================
386
387 * Fix regression where `"Request aborted"` is logged using `res.sendFile`
388
3894.12.1 / 2015-03-01
390===================
391
392 * Fix constructing application with non-configurable prototype properties
393 * Fix `ECONNRESET` errors from `res.sendFile` usage
394 * Fix `req.host` when using "trust proxy" hops count
395 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
396 * Fix wrong `code` on aborted connections from `res.sendFile`
397 * deps: merge-descriptors@1.0.0
398
3994.12.0 / 2015-02-23
400===================
401
402 * Fix `"trust proxy"` setting to inherit when app is mounted
403 * Generate `ETag`s for all request responses
404 - No longer restricted to only responses for `GET` and `HEAD` requests
405 * Use `content-type` to parse `Content-Type` headers
406 * deps: accepts@~1.2.4
407 - Fix preference sorting to be stable for long acceptable lists
408 - deps: mime-types@~2.0.9
409 - deps: negotiator@0.5.1
410 * deps: cookie-signature@1.0.6
411 * deps: send@0.12.1
412 - Always read the stat size from the file
413 - Fix mutating passed-in `options`
414 - deps: mime@1.3.4
415 * deps: serve-static@~1.9.1
416 - deps: send@0.12.1
417 * deps: type-is@~1.6.0
418 - fix argument reassignment
419 - fix false-positives in `hasBody` `Transfer-Encoding` check
420 - support wildcard for both type and subtype (`*/*`)
421 - deps: mime-types@~2.0.9
422
4234.11.2 / 2015-02-01
424===================
425
426 * Fix `res.redirect` double-calling `res.end` for `HEAD` requests
427 * deps: accepts@~1.2.3
428 - deps: mime-types@~2.0.8
429 * deps: proxy-addr@~1.0.6
430 - deps: ipaddr.js@0.1.8
431 * deps: type-is@~1.5.6
432 - deps: mime-types@~2.0.8
433
4344.11.1 / 2015-01-20
435===================
436
437 * deps: send@0.11.1
438 - Fix root path disclosure
439 * deps: serve-static@~1.8.1
440 - Fix redirect loop in Node.js 0.11.14
441 - Fix root path disclosure
442 - deps: send@0.11.1
443
4444.11.0 / 2015-01-13
445===================
446
447 * Add `res.append(field, val)` to append headers
448 * Deprecate leading `:` in `name` for `app.param(name, fn)`
449 * Deprecate `req.param()` -- use `req.params`, `req.body`, or `req.query` instead
450 * Deprecate `app.param(fn)`
451 * Fix `OPTIONS` responses to include the `HEAD` method properly
452 * Fix `res.sendFile` not always detecting aborted connection
453 * Match routes iteratively to prevent stack overflows
454 * deps: accepts@~1.2.2
455 - deps: mime-types@~2.0.7
456 - deps: negotiator@0.5.0
457 * deps: send@0.11.0
458 - deps: debug@~2.1.1
459 - deps: etag@~1.5.1
460 - deps: ms@0.7.0
461 - deps: on-finished@~2.2.0
462 * deps: serve-static@~1.8.0
463 - deps: send@0.11.0
464
4654.10.8 / 2015-01-13
466===================
467
468 * Fix crash from error within `OPTIONS` response handler
469 * deps: proxy-addr@~1.0.5
470 - deps: ipaddr.js@0.1.6
471
4724.10.7 / 2015-01-04
473===================
474
475 * Fix `Allow` header for `OPTIONS` to not contain duplicate methods
476 * Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304
477 * deps: debug@~2.1.1
478 * deps: finalhandler@0.3.3
479 - deps: debug@~2.1.1
480 - deps: on-finished@~2.2.0
481 * deps: methods@~1.1.1
482 * deps: on-finished@~2.2.0
483 * deps: serve-static@~1.7.2
484 - Fix potential open redirect when mounted at root
485 * deps: type-is@~1.5.5
486 - deps: mime-types@~2.0.7
487
4884.10.6 / 2014-12-12
489===================
490
491 * Fix exception in `req.fresh`/`req.stale` without response headers
492
4934.10.5 / 2014-12-10
494===================
495
496 * Fix `res.send` double-calling `res.end` for `HEAD` requests
497 * deps: accepts@~1.1.4
498 - deps: mime-types@~2.0.4
499 * deps: type-is@~1.5.4
500 - deps: mime-types@~2.0.4
501
5024.10.4 / 2014-11-24
503===================
504
505 * Fix `res.sendfile` logging standard write errors
506
5074.10.3 / 2014-11-23
508===================
509
510 * Fix `res.sendFile` logging standard write errors
511 * deps: etag@~1.5.1
512 * deps: proxy-addr@~1.0.4
513 - deps: ipaddr.js@0.1.5
514 * deps: qs@2.3.3
515 - Fix `arrayLimit` behavior
516
5174.10.2 / 2014-11-09
518===================
519
520 * Correctly invoke async router callback asynchronously
521 * deps: accepts@~1.1.3
522 - deps: mime-types@~2.0.3
523 * deps: type-is@~1.5.3
524 - deps: mime-types@~2.0.3
525
5264.10.1 / 2014-10-28
527===================
528
529 * Fix handling of URLs containing `://` in the path
530 * deps: qs@2.3.2
531 - Fix parsing of mixed objects and values
532
5334.10.0 / 2014-10-23
534===================
535
536 * Add support for `app.set('views', array)`
537 - Views are looked up in sequence in array of directories
538 * Fix `res.send(status)` to mention `res.sendStatus(status)`
539 * Fix handling of invalid empty URLs
540 * Use `content-disposition` module for `res.attachment`/`res.download`
541 - Sends standards-compliant `Content-Disposition` header
542 - Full Unicode support
543 * Use `path.resolve` in view lookup
544 * deps: debug@~2.1.0
545 - Implement `DEBUG_FD` env variable support
546 * deps: depd@~1.0.0
547 * deps: etag@~1.5.0
548 - Improve string performance
549 - Slightly improve speed for weak ETags over 1KB
550 * deps: finalhandler@0.3.2
551 - Terminate in progress response only on error
552 - Use `on-finished` to determine request status
553 - deps: debug@~2.1.0
554 - deps: on-finished@~2.1.1
555 * deps: on-finished@~2.1.1
556 - Fix handling of pipelined requests
557 * deps: qs@2.3.0
558 - Fix parsing of mixed implicit and explicit arrays
559 * deps: send@0.10.1
560 - deps: debug@~2.1.0
561 - deps: depd@~1.0.0
562 - deps: etag@~1.5.0
563 - deps: on-finished@~2.1.1
564 * deps: serve-static@~1.7.1
565 - deps: send@0.10.1
566
5674.9.8 / 2014-10-17
568==================
569
570 * Fix `res.redirect` body when redirect status specified
571 * deps: accepts@~1.1.2
572 - Fix error when media type has invalid parameter
573 - deps: negotiator@0.4.9
574
5754.9.7 / 2014-10-10
576==================
577
578 * Fix using same param name in array of paths
579
5804.9.6 / 2014-10-08
581==================
582
583 * deps: accepts@~1.1.1
584 - deps: mime-types@~2.0.2
585 - deps: negotiator@0.4.8
586 * deps: serve-static@~1.6.4
587 - Fix redirect loop when index file serving disabled
588 * deps: type-is@~1.5.2
589 - deps: mime-types@~2.0.2
590
5914.9.5 / 2014-09-24
592==================
593
594 * deps: etag@~1.4.0
595 * deps: proxy-addr@~1.0.3
596 - Use `forwarded` npm module
597 * deps: send@0.9.3
598 - deps: etag@~1.4.0
599 * deps: serve-static@~1.6.3
600 - deps: send@0.9.3
601
6024.9.4 / 2014-09-19
603==================
604
605 * deps: qs@2.2.4
606 - Fix issue with object keys starting with numbers truncated
607
6084.9.3 / 2014-09-18
609==================
610
611 * deps: proxy-addr@~1.0.2
612 - Fix a global leak when multiple subnets are trusted
613 - deps: ipaddr.js@0.1.3
614
6154.9.2 / 2014-09-17
616==================
617
618 * Fix regression for empty string `path` in `app.use`
619 * Fix `router.use` to accept array of middleware without path
620 * Improve error message for bad `app.use` arguments
621
6224.9.1 / 2014-09-16
623==================
624
625 * Fix `app.use` to accept array of middleware without path
626 * deps: depd@0.4.5
627 * deps: etag@~1.3.1
628 * deps: send@0.9.2
629 - deps: depd@0.4.5
630 - deps: etag@~1.3.1
631 - deps: range-parser@~1.0.2
632 * deps: serve-static@~1.6.2
633 - deps: send@0.9.2
634
6354.9.0 / 2014-09-08
636==================
637
638 * Add `res.sendStatus`
639 * Invoke callback for sendfile when client aborts
640 - Applies to `res.sendFile`, `res.sendfile`, and `res.download`
641 - `err` will be populated with request aborted error
642 * Support IP address host in `req.subdomains`
643 * Use `etag` to generate `ETag` headers
644 * deps: accepts@~1.1.0
645 - update `mime-types`
646 * deps: cookie-signature@1.0.5
647 * deps: debug@~2.0.0
648 * deps: finalhandler@0.2.0
649 - Set `X-Content-Type-Options: nosniff` header
650 - deps: debug@~2.0.0
651 * deps: fresh@0.2.4
652 * deps: media-typer@0.3.0
653 - Throw error when parameter format invalid on parse
654 * deps: qs@2.2.3
655 - Fix issue where first empty value in array is discarded
656 * deps: range-parser@~1.0.2
657 * deps: send@0.9.1
658 - Add `lastModified` option
659 - Use `etag` to generate `ETag` header
660 - deps: debug@~2.0.0
661 - deps: fresh@0.2.4
662 * deps: serve-static@~1.6.1
663 - Add `lastModified` option
664 - deps: send@0.9.1
665 * deps: type-is@~1.5.1
666 - fix `hasbody` to be true for `content-length: 0`
667 - deps: media-typer@0.3.0
668 - deps: mime-types@~2.0.1
669 * deps: vary@~1.0.0
670 - Accept valid `Vary` header string as `field`
671
6724.8.8 / 2014-09-04
673==================
674
675 * deps: send@0.8.5
676 - Fix a path traversal issue when using `root`
677 - Fix malicious path detection for empty string path
678 * deps: serve-static@~1.5.4
679 - deps: send@0.8.5
680
6814.8.7 / 2014-08-29
682==================
683
684 * deps: qs@2.2.2
685 - Remove unnecessary cloning
686
6874.8.6 / 2014-08-27
688==================
689
690 * deps: qs@2.2.0
691 - Array parsing fix
692 - Performance improvements
693
6944.8.5 / 2014-08-18
695==================
696
697 * deps: send@0.8.3
698 - deps: destroy@1.0.3
699 - deps: on-finished@2.1.0
700 * deps: serve-static@~1.5.3
701 - deps: send@0.8.3
702
7034.8.4 / 2014-08-14
704==================
705
706 * deps: qs@1.2.2
707 * deps: send@0.8.2
708 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
709 * deps: serve-static@~1.5.2
710 - deps: send@0.8.2
711
7124.8.3 / 2014-08-10
713==================
714
715 * deps: parseurl@~1.3.0
716 * deps: qs@1.2.1
717 * deps: serve-static@~1.5.1
718 - Fix parsing of weird `req.originalUrl` values
719 - deps: parseurl@~1.3.0
720 - deps: utils-merge@1.0.0
721
7224.8.2 / 2014-08-07
723==================
724
725 * deps: qs@1.2.0
726 - Fix parsing array of objects
727
7284.8.1 / 2014-08-06
729==================
730
731 * fix incorrect deprecation warnings on `res.download`
732 * deps: qs@1.1.0
733 - Accept urlencoded square brackets
734 - Accept empty values in implicit array notation
735
7364.8.0 / 2014-08-05
737==================
738
739 * add `res.sendFile`
740 - accepts a file system path instead of a URL
741 - requires an absolute path or `root` option specified
742 * deprecate `res.sendfile` -- use `res.sendFile` instead
743 * support mounted app as any argument to `app.use()`
744 * deps: qs@1.0.2
745 - Complete rewrite
746 - Limits array length to 20
747 - Limits object depth to 5
748 - Limits parameters to 1,000
749 * deps: send@0.8.1
750 - Add `extensions` option
751 * deps: serve-static@~1.5.0
752 - Add `extensions` option
753 - deps: send@0.8.1
754
7554.7.4 / 2014-08-04
756==================
757
758 * fix `res.sendfile` regression for serving directory index files
759 * deps: send@0.7.4
760 - Fix incorrect 403 on Windows and Node.js 0.11
761 - Fix serving index files without root dir
762 * deps: serve-static@~1.4.4
763 - deps: send@0.7.4
764
7654.7.3 / 2014-08-04
766==================
767
768 * deps: send@0.7.3
769 - Fix incorrect 403 on Windows and Node.js 0.11
770 * deps: serve-static@~1.4.3
771 - Fix incorrect 403 on Windows and Node.js 0.11
772 - deps: send@0.7.3
773
7744.7.2 / 2014-07-27
775==================
776
777 * deps: depd@0.4.4
778 - Work-around v8 generating empty stack traces
779 * deps: send@0.7.2
780 - deps: depd@0.4.4
781 * deps: serve-static@~1.4.2
782
7834.7.1 / 2014-07-26
784==================
785
786 * deps: depd@0.4.3
787 - Fix exception when global `Error.stackTraceLimit` is too low
788 * deps: send@0.7.1
789 - deps: depd@0.4.3
790 * deps: serve-static@~1.4.1
791
7924.7.0 / 2014-07-25
793==================
794
795 * fix `req.protocol` for proxy-direct connections
796 * configurable query parser with `app.set('query parser', parser)`
797 - `app.set('query parser', 'extended')` parse with "qs" module
798 - `app.set('query parser', 'simple')` parse with "querystring" core module
799 - `app.set('query parser', false)` disable query string parsing
800 - `app.set('query parser', true)` enable simple parsing
801 * deprecate `res.json(status, obj)` -- use `res.status(status).json(obj)` instead
802 * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead
803 * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead
804 * deps: debug@1.0.4
805 * deps: depd@0.4.2
806 - Add `TRACE_DEPRECATION` environment variable
807 - Remove non-standard grey color from color output
808 - Support `--no-deprecation` argument
809 - Support `--trace-deprecation` argument
810 * deps: finalhandler@0.1.0
811 - Respond after request fully read
812 - deps: debug@1.0.4
813 * deps: parseurl@~1.2.0
814 - Cache URLs based on original value
815 - Remove no-longer-needed URL mis-parse work-around
816 - Simplify the "fast-path" `RegExp`
817 * deps: send@0.7.0
818 - Add `dotfiles` option
819 - Cap `maxAge` value to 1 year
820 - deps: debug@1.0.4
821 - deps: depd@0.4.2
822 * deps: serve-static@~1.4.0
823 - deps: parseurl@~1.2.0
824 - deps: send@0.7.0
825 * perf: prevent multiple `Buffer` creation in `res.send`
826
8274.6.1 / 2014-07-12
828==================
829
830 * fix `subapp.mountpath` regression for `app.use(subapp)`
831
8324.6.0 / 2014-07-11
833==================
834
835 * accept multiple callbacks to `app.use()`
836 * add explicit "Rosetta Flash JSONP abuse" protection
837 - previous versions are not vulnerable; this is just explicit protection
838 * catch errors in multiple `req.param(name, fn)` handlers
839 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
840 * fix `res.send(status, num)` to send `num` as json (not error)
841 * remove unnecessary escaping when `res.jsonp` returns JSON response
842 * support non-string `path` in `app.use(path, fn)`
843 - supports array of paths
844 - supports `RegExp`
845 * router: fix optimization on router exit
846 * router: refactor location of `try` blocks
847 * router: speed up standard `app.use(fn)`
848 * deps: debug@1.0.3
849 - Add support for multiple wildcards in namespaces
850 * deps: finalhandler@0.0.3
851 - deps: debug@1.0.3
852 * deps: methods@1.1.0
853 - add `CONNECT`
854 * deps: parseurl@~1.1.3
855 - faster parsing of href-only URLs
856 * deps: path-to-regexp@0.1.3
857 * deps: send@0.6.0
858 - deps: debug@1.0.3
859 * deps: serve-static@~1.3.2
860 - deps: parseurl@~1.1.3
861 - deps: send@0.6.0
862 * perf: fix arguments reassign deopt in some `res` methods
863
8644.5.1 / 2014-07-06
865==================
866
867 * fix routing regression when altering `req.method`
868
8694.5.0 / 2014-07-04
870==================
871
872 * add deprecation message to non-plural `req.accepts*`
873 * add deprecation message to `res.send(body, status)`
874 * add deprecation message to `res.vary()`
875 * add `headers` option to `res.sendfile`
876 - use to set headers on successful file transfer
877 * add `mergeParams` option to `Router`
878 - merges `req.params` from parent routes
879 * add `req.hostname` -- correct name for what `req.host` returns
880 * deprecate things with `depd` module
881 * deprecate `req.host` -- use `req.hostname` instead
882 * fix behavior when handling request without routes
883 * fix handling when `route.all` is only route
884 * invoke `router.param()` only when route matches
885 * restore `req.params` after invoking router
886 * use `finalhandler` for final response handling
887 * use `media-typer` to alter content-type charset
888 * deps: accepts@~1.0.7
889 * deps: send@0.5.0
890 - Accept string for `maxage` (converted by `ms`)
891 - Include link in default redirect response
892 * deps: serve-static@~1.3.0
893 - Accept string for `maxAge` (converted by `ms`)
894 - Add `setHeaders` option
895 - Include HTML link in redirect response
896 - deps: send@0.5.0
897 * deps: type-is@~1.3.2
898
8994.4.5 / 2014-06-26
900==================
901
902 * deps: cookie-signature@1.0.4
903 - fix for timing attacks
904
9054.4.4 / 2014-06-20
906==================
907
908 * fix `res.attachment` Unicode filenames in Safari
909 * fix "trim prefix" debug message in `express:router`
910 * deps: accepts@~1.0.5
911 * deps: buffer-crc32@0.2.3
912
9134.4.3 / 2014-06-11
914==================
915
916 * fix persistence of modified `req.params[name]` from `app.param()`
917 * deps: accepts@1.0.3
918 - deps: negotiator@0.4.6
919 * deps: debug@1.0.2
920 * deps: send@0.4.3
921 - Do not throw un-catchable error on file open race condition
922 - Use `escape-html` for HTML escaping
923 - deps: debug@1.0.2
924 - deps: finished@1.2.2
925 - deps: fresh@0.2.2
926 * deps: serve-static@1.2.3
927 - Do not throw un-catchable error on file open race condition
928 - deps: send@0.4.3
929
9304.4.2 / 2014-06-09
931==================
932
933 * fix catching errors from top-level handlers
934 * use `vary` module for `res.vary`
935 * deps: debug@1.0.1
936 * deps: proxy-addr@1.0.1
937 * deps: send@0.4.2
938 - fix "event emitter leak" warnings
939 - deps: debug@1.0.1
940 - deps: finished@1.2.1
941 * deps: serve-static@1.2.2
942 - fix "event emitter leak" warnings
943 - deps: send@0.4.2
944 * deps: type-is@1.2.1
945
9464.4.1 / 2014-06-02
947==================
948
949 * deps: methods@1.0.1
950 * deps: send@0.4.1
951 - Send `max-age` in `Cache-Control` in correct format
952 * deps: serve-static@1.2.1
953 - use `escape-html` for escaping
954 - deps: send@0.4.1
955
9564.4.0 / 2014-05-30
957==================
958
959 * custom etag control with `app.set('etag', val)`
960 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
961 - `app.set('etag', 'weak')` weak tag
962 - `app.set('etag', 'strong')` strong etag
963 - `app.set('etag', false)` turn off
964 - `app.set('etag', true)` standard etag
965 * mark `res.send` ETag as weak and reduce collisions
966 * update accepts to 1.0.2
967 - Fix interpretation when header not in request
968 * update send to 0.4.0
969 - Calculate ETag with md5 for reduced collisions
970 - Ignore stream errors after request ends
971 - deps: debug@0.8.1
972 * update serve-static to 1.2.0
973 - Calculate ETag with md5 for reduced collisions
974 - Ignore stream errors after request ends
975 - deps: send@0.4.0
976
9774.3.2 / 2014-05-28
978==================
979
980 * fix handling of errors from `router.param()` callbacks
981
9824.3.1 / 2014-05-23
983==================
984
985 * revert "fix behavior of multiple `app.VERB` for the same path"
986 - this caused a regression in the order of route execution
987
9884.3.0 / 2014-05-21
989==================
990
991 * add `req.baseUrl` to access the path stripped from `req.url` in routes
992 * fix behavior of multiple `app.VERB` for the same path
993 * fix issue routing requests among sub routers
994 * invoke `router.param()` only when necessary instead of every match
995 * proper proxy trust with `app.set('trust proxy', trust)`
996 - `app.set('trust proxy', 1)` trust first hop
997 - `app.set('trust proxy', 'loopback')` trust loopback addresses
998 - `app.set('trust proxy', '10.0.0.1')` trust single IP
999 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1000 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1001 - `app.set('trust proxy', false)` turn off
1002 - `app.set('trust proxy', true)` trust everything
1003 * set proper `charset` in `Content-Type` for `res.send`
1004 * update type-is to 1.2.0
1005 - support suffix matching
1006
10074.2.0 / 2014-05-11
1008==================
1009
1010 * deprecate `app.del()` -- use `app.delete()` instead
1011 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1012 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1013 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1014 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1015 * fix `req.next` when inside router instance
1016 * include `ETag` header in `HEAD` requests
1017 * keep previous `Content-Type` for `res.jsonp`
1018 * support PURGE method
1019 - add `app.purge`
1020 - add `router.purge`
1021 - include PURGE in `app.all`
1022 * update debug to 0.8.0
1023 - add `enable()` method
1024 - change from stderr to stdout
1025 * update methods to 1.0.0
1026 - add PURGE
1027
10284.1.2 / 2014-05-08
1029==================
1030
1031 * fix `req.host` for IPv6 literals
1032 * fix `res.jsonp` error if callback param is object
1033
10344.1.1 / 2014-04-27
1035==================
1036
1037 * fix package.json to reflect supported node version
1038
10394.1.0 / 2014-04-24
1040==================
1041
1042 * pass options from `res.sendfile` to `send`
1043 * preserve casing of headers in `res.header` and `res.set`
1044 * support unicode file names in `res.attachment` and `res.download`
1045 * update accepts to 1.0.1
1046 - deps: negotiator@0.4.0
1047 * update cookie to 0.1.2
1048 - Fix for maxAge == 0
1049 - made compat with expires field
1050 * update send to 0.3.0
1051 - Accept API options in options object
1052 - Coerce option types
1053 - Control whether to generate etags
1054 - Default directory access to 403 when index disabled
1055 - Fix sending files with dots without root set
1056 - Include file path in etag
1057 - Make "Can't set headers after they are sent." catchable
1058 - Send full entity-body for multi range requests
1059 - Set etags to "weak"
1060 - Support "If-Range" header
1061 - Support multiple index paths
1062 - deps: mime@1.2.11
1063 * update serve-static to 1.1.0
1064 - Accept options directly to `send` module
1065 - Resolve relative paths at middleware setup
1066 - Use parseurl to parse the URL from request
1067 - deps: send@0.3.0
1068 * update type-is to 1.1.0
1069 - add non-array values support
1070 - add `multipart` as a shorthand
1071
10724.0.0 / 2014-04-09
1073==================
1074
1075 * remove:
1076 - node 0.8 support
1077 - connect and connect's patches except for charset handling
1078 - express(1) - moved to [express-generator](https://github.com/expressjs/generator)
1079 - `express.createServer()` - it has been deprecated for a long time. Use `express()`
1080 - `app.configure` - use logic in your own app code
1081 - `app.router` - is removed
1082 - `req.auth` - use `basic-auth` instead
1083 - `req.accepted*` - use `req.accepts*()` instead
1084 - `res.location` - relative URL resolution is removed
1085 - `res.charset` - include the charset in the content type when using `res.set()`
1086 - all bundled middleware except `static`
1087 * change:
1088 - `app.route` -> `app.mountpath` when mounting an express app in another express app
1089 - `json spaces` no longer enabled by default in development
1090 - `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
1091 - `req.params` is now an object instead of an array
1092 - `res.locals` is no longer a function. It is a plain js object. Treat it as such.
1093 - `res.headerSent` -> `res.headersSent` to match node.js ServerResponse object
1094 * refactor:
1095 - `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
1096 - `req.is` with [type-is](https://github.com/expressjs/type-is)
1097 - [path-to-regexp](https://github.com/component/path-to-regexp)
1098 * add:
1099 - `app.router()` - returns the app Router instance
1100 - `app.route()` - Proxy to the app's `Router#route()` method to create a new route
1101 - Router & Route - public API
1102
11033.21.2 / 2015-07-31
1104===================
1105
1106 * deps: connect@2.30.2
1107 - deps: body-parser@~1.13.3
1108 - deps: compression@~1.5.2
1109 - deps: errorhandler@~1.4.2
1110 - deps: method-override@~2.3.5
1111 - deps: serve-index@~1.7.2
1112 - deps: type-is@~1.6.6
1113 - deps: vhost@~3.0.1
1114 * deps: vary@~1.0.1
1115 - Fix setting empty header from empty `field`
1116 - perf: enable strict mode
1117 - perf: remove argument reassignments
1118
11193.21.1 / 2015-07-05
1120===================
1121
1122 * deps: basic-auth@~1.0.3
1123 * deps: connect@2.30.1
1124 - deps: body-parser@~1.13.2
1125 - deps: compression@~1.5.1
1126 - deps: errorhandler@~1.4.1
1127 - deps: morgan@~1.6.1
1128 - deps: pause@0.1.0
1129 - deps: qs@4.0.0
1130 - deps: serve-index@~1.7.1
1131 - deps: type-is@~1.6.4
1132
11333.21.0 / 2015-06-18
1134===================
1135
1136 * deps: basic-auth@1.0.2
1137 - perf: enable strict mode
1138 - perf: hoist regular expression
1139 - perf: parse with regular expressions
1140 - perf: remove argument reassignment
1141 * deps: connect@2.30.0
1142 - deps: body-parser@~1.13.1
1143 - deps: bytes@2.1.0
1144 - deps: compression@~1.5.0
1145 - deps: cookie@0.1.3
1146 - deps: cookie-parser@~1.3.5
1147 - deps: csurf@~1.8.3
1148 - deps: errorhandler@~1.4.0
1149 - deps: express-session@~1.11.3
1150 - deps: finalhandler@0.4.0
1151 - deps: fresh@0.3.0
1152 - deps: morgan@~1.6.0
1153 - deps: serve-favicon@~2.3.0
1154 - deps: serve-index@~1.7.0
1155 - deps: serve-static@~1.10.0
1156 - deps: type-is@~1.6.3
1157 * deps: cookie@0.1.3
1158 - perf: deduce the scope of try-catch deopt
1159 - perf: remove argument reassignments
1160 * deps: escape-html@1.0.2
1161 * deps: etag@~1.7.0
1162 - Always include entity length in ETags for hash length extensions
1163 - Generate non-Stats ETags using MD5 only (no longer CRC32)
1164 - Improve stat performance by removing hashing
1165 - Improve support for JXcore
1166 - Remove base64 padding in ETags to shorten
1167 - Support "fake" stats objects in environments without fs
1168 - Use MD5 instead of MD4 in weak ETags over 1KB
1169 * deps: fresh@0.3.0
1170 - Add weak `ETag` matching support
1171 * deps: mkdirp@0.5.1
1172 - Work in global strict mode
1173 * deps: send@0.13.0
1174 - Allow Node.js HTTP server to set `Date` response header
1175 - Fix incorrectly removing `Content-Location` on 304 response
1176 - Improve the default redirect response headers
1177 - Send appropriate headers on default error response
1178 - Use `http-errors` for standard emitted errors
1179 - Use `statuses` instead of `http` module for status messages
1180 - deps: escape-html@1.0.2
1181 - deps: etag@~1.7.0
1182 - deps: fresh@0.3.0
1183 - deps: on-finished@~2.3.0
1184 - perf: enable strict mode
1185 - perf: remove unnecessary array allocations
1186
11873.20.3 / 2015-05-17
1188===================
1189
1190 * deps: connect@2.29.2
1191 - deps: body-parser@~1.12.4
1192 - deps: compression@~1.4.4
1193 - deps: connect-timeout@~1.6.2
1194 - deps: debug@~2.2.0
1195 - deps: depd@~1.0.1
1196 - deps: errorhandler@~1.3.6
1197 - deps: finalhandler@0.3.6
1198 - deps: method-override@~2.3.3
1199 - deps: morgan@~1.5.3
1200 - deps: qs@2.4.2
1201 - deps: response-time@~2.3.1
1202 - deps: serve-favicon@~2.2.1
1203 - deps: serve-index@~1.6.4
1204 - deps: serve-static@~1.9.3
1205 - deps: type-is@~1.6.2
1206 * deps: debug@~2.2.0
1207 - deps: ms@0.7.1
1208 * deps: depd@~1.0.1
1209 * deps: proxy-addr@~1.0.8
1210 - deps: ipaddr.js@1.0.1
1211 * deps: send@0.12.3
1212 - deps: debug@~2.2.0
1213 - deps: depd@~1.0.1
1214 - deps: etag@~1.6.0
1215 - deps: ms@0.7.1
1216 - deps: on-finished@~2.2.1
1217
12183.20.2 / 2015-03-16
1219===================
1220
1221 * deps: connect@2.29.1
1222 - deps: body-parser@~1.12.2
1223 - deps: compression@~1.4.3
1224 - deps: connect-timeout@~1.6.1
1225 - deps: debug@~2.1.3
1226 - deps: errorhandler@~1.3.5
1227 - deps: express-session@~1.10.4
1228 - deps: finalhandler@0.3.4
1229 - deps: method-override@~2.3.2
1230 - deps: morgan@~1.5.2
1231 - deps: qs@2.4.1
1232 - deps: serve-index@~1.6.3
1233 - deps: serve-static@~1.9.2
1234 - deps: type-is@~1.6.1
1235 * deps: debug@~2.1.3
1236 - Fix high intensity foreground color for bold
1237 - deps: ms@0.7.0
1238 * deps: merge-descriptors@1.0.0
1239 * deps: proxy-addr@~1.0.7
1240 - deps: ipaddr.js@0.1.9
1241 * deps: send@0.12.2
1242 - Throw errors early for invalid `extensions` or `index` options
1243 - deps: debug@~2.1.3
1244
12453.20.1 / 2015-02-28
1246===================
1247
1248 * Fix `req.host` when using "trust proxy" hops count
1249 * Fix `req.protocol`/`req.secure` when using "trust proxy" hops count
1250
12513.20.0 / 2015-02-18
1252===================
1253
1254 * Fix `"trust proxy"` setting to inherit when app is mounted
1255 * Generate `ETag`s for all request responses
1256 - No longer restricted to only responses for `GET` and `HEAD` requests
1257 * Use `content-type` to parse `Content-Type` headers
1258 * deps: connect@2.29.0
1259 - Use `content-type` to parse `Content-Type` headers
1260 - deps: body-parser@~1.12.0
1261 - deps: compression@~1.4.1
1262 - deps: connect-timeout@~1.6.0
1263 - deps: cookie-parser@~1.3.4
1264 - deps: cookie-signature@1.0.6
1265 - deps: csurf@~1.7.0
1266 - deps: errorhandler@~1.3.4
1267 - deps: express-session@~1.10.3
1268 - deps: http-errors@~1.3.1
1269 - deps: response-time@~2.3.0
1270 - deps: serve-index@~1.6.2
1271 - deps: serve-static@~1.9.1
1272 - deps: type-is@~1.6.0
1273 * deps: cookie-signature@1.0.6
1274 * deps: send@0.12.1
1275 - Always read the stat size from the file
1276 - Fix mutating passed-in `options`
1277 - deps: mime@1.3.4
1278
12793.19.2 / 2015-02-01
1280===================
1281
1282 * deps: connect@2.28.3
1283 - deps: compression@~1.3.1
1284 - deps: csurf@~1.6.6
1285 - deps: errorhandler@~1.3.3
1286 - deps: express-session@~1.10.2
1287 - deps: serve-index@~1.6.1
1288 - deps: type-is@~1.5.6
1289 * deps: proxy-addr@~1.0.6
1290 - deps: ipaddr.js@0.1.8
1291
12923.19.1 / 2015-01-20
1293===================
1294
1295 * deps: connect@2.28.2
1296 - deps: body-parser@~1.10.2
1297 - deps: serve-static@~1.8.1
1298 * deps: send@0.11.1
1299 - Fix root path disclosure
1300
13013.19.0 / 2015-01-09
1302===================
1303
1304 * Fix `OPTIONS` responses to include the `HEAD` method property
1305 * Use `readline` for prompt in `express(1)`
1306 * deps: commander@2.6.0
1307 * deps: connect@2.28.1
1308 - deps: body-parser@~1.10.1
1309 - deps: compression@~1.3.0
1310 - deps: connect-timeout@~1.5.0
1311 - deps: csurf@~1.6.4
1312 - deps: debug@~2.1.1
1313 - deps: errorhandler@~1.3.2
1314 - deps: express-session@~1.10.1
1315 - deps: finalhandler@0.3.3
1316 - deps: method-override@~2.3.1
1317 - deps: morgan@~1.5.1
1318 - deps: serve-favicon@~2.2.0
1319 - deps: serve-index@~1.6.0
1320 - deps: serve-static@~1.8.0
1321 - deps: type-is@~1.5.5
1322 * deps: debug@~2.1.1
1323 * deps: methods@~1.1.1
1324 * deps: proxy-addr@~1.0.5
1325 - deps: ipaddr.js@0.1.6
1326 * deps: send@0.11.0
1327 - deps: debug@~2.1.1
1328 - deps: etag@~1.5.1
1329 - deps: ms@0.7.0
1330 - deps: on-finished@~2.2.0
1331
13323.18.6 / 2014-12-12
1333===================
1334
1335 * Fix exception in `req.fresh`/`req.stale` without response headers
1336
13373.18.5 / 2014-12-11
1338===================
1339
1340 * deps: connect@2.27.6
1341 - deps: compression@~1.2.2
1342 - deps: express-session@~1.9.3
1343 - deps: http-errors@~1.2.8
1344 - deps: serve-index@~1.5.3
1345 - deps: type-is@~1.5.4
1346
13473.18.4 / 2014-11-23
1348===================
1349
1350 * deps: connect@2.27.4
1351 - deps: body-parser@~1.9.3
1352 - deps: compression@~1.2.1
1353 - deps: errorhandler@~1.2.3
1354 - deps: express-session@~1.9.2
1355 - deps: qs@2.3.3
1356 - deps: serve-favicon@~2.1.7
1357 - deps: serve-static@~1.5.1
1358 - deps: type-is@~1.5.3
1359 * deps: etag@~1.5.1
1360 * deps: proxy-addr@~1.0.4
1361 - deps: ipaddr.js@0.1.5
1362
13633.18.3 / 2014-11-09
1364===================
1365
1366 * deps: connect@2.27.3
1367 - Correctly invoke async callback asynchronously
1368 - deps: csurf@~1.6.3
1369
13703.18.2 / 2014-10-28
1371===================
1372
1373 * deps: connect@2.27.2
1374 - Fix handling of URLs containing `://` in the path
1375 - deps: body-parser@~1.9.2
1376 - deps: qs@2.3.2
1377
13783.18.1 / 2014-10-22
1379===================
1380
1381 * Fix internal `utils.merge` deprecation warnings
1382 * deps: connect@2.27.1
1383 - deps: body-parser@~1.9.1
1384 - deps: express-session@~1.9.1
1385 - deps: finalhandler@0.3.2
1386 - deps: morgan@~1.4.1
1387 - deps: qs@2.3.0
1388 - deps: serve-static@~1.7.1
1389 * deps: send@0.10.1
1390 - deps: on-finished@~2.1.1
1391
13923.18.0 / 2014-10-17
1393===================
1394
1395 * Use `content-disposition` module for `res.attachment`/`res.download`
1396 - Sends standards-compliant `Content-Disposition` header
1397 - Full Unicode support
1398 * Use `etag` module to generate `ETag` headers
1399 * deps: connect@2.27.0
1400 - Use `http-errors` module for creating errors
1401 - Use `utils-merge` module for merging objects
1402 - deps: body-parser@~1.9.0
1403 - deps: compression@~1.2.0
1404 - deps: connect-timeout@~1.4.0
1405 - deps: debug@~2.1.0
1406 - deps: depd@~1.0.0
1407 - deps: express-session@~1.9.0
1408 - deps: finalhandler@0.3.1
1409 - deps: method-override@~2.3.0
1410 - deps: morgan@~1.4.0
1411 - deps: response-time@~2.2.0
1412 - deps: serve-favicon@~2.1.6
1413 - deps: serve-index@~1.5.0
1414 - deps: serve-static@~1.7.0
1415 * deps: debug@~2.1.0
1416 - Implement `DEBUG_FD` env variable support
1417 * deps: depd@~1.0.0
1418 * deps: send@0.10.0
1419 - deps: debug@~2.1.0
1420 - deps: depd@~1.0.0
1421 - deps: etag@~1.5.0
1422
14233.17.8 / 2014-10-15
1424===================
1425
1426 * deps: connect@2.26.6
1427 - deps: compression@~1.1.2
1428 - deps: csurf@~1.6.2
1429 - deps: errorhandler@~1.2.2
1430
14313.17.7 / 2014-10-08
1432===================
1433
1434 * deps: connect@2.26.5
1435 - Fix accepting non-object arguments to `logger`
1436 - deps: serve-static@~1.6.4
1437
14383.17.6 / 2014-10-02
1439===================
1440
1441 * deps: connect@2.26.4
1442 - deps: morgan@~1.3.2
1443 - deps: type-is@~1.5.2
1444
14453.17.5 / 2014-09-24
1446===================
1447
1448 * deps: connect@2.26.3
1449 - deps: body-parser@~1.8.4
1450 - deps: serve-favicon@~2.1.5
1451 - deps: serve-static@~1.6.3
1452 * deps: proxy-addr@~1.0.3
1453 - Use `forwarded` npm module
1454 * deps: send@0.9.3
1455 - deps: etag@~1.4.0
1456
14573.17.4 / 2014-09-19
1458===================
1459
1460 * deps: connect@2.26.2
1461 - deps: body-parser@~1.8.3
1462 - deps: qs@2.2.4
1463
14643.17.3 / 2014-09-18
1465===================
1466
1467 * deps: proxy-addr@~1.0.2
1468 - Fix a global leak when multiple subnets are trusted
1469 - deps: ipaddr.js@0.1.3
1470
14713.17.2 / 2014-09-15
1472===================
1473
1474 * Use `crc` instead of `buffer-crc32` for speed
1475 * deps: connect@2.26.1
1476 - deps: body-parser@~1.8.2
1477 - deps: depd@0.4.5
1478 - deps: express-session@~1.8.2
1479 - deps: morgan@~1.3.1
1480 - deps: serve-favicon@~2.1.3
1481 - deps: serve-static@~1.6.2
1482 * deps: depd@0.4.5
1483 * deps: send@0.9.2
1484 - deps: depd@0.4.5
1485 - deps: etag@~1.3.1
1486 - deps: range-parser@~1.0.2
1487
14883.17.1 / 2014-09-08
1489===================
1490
1491 * Fix error in `req.subdomains` on empty host
1492
14933.17.0 / 2014-09-08
1494===================
1495
1496 * Support `X-Forwarded-Host` in `req.subdomains`
1497 * Support IP address host in `req.subdomains`
1498 * deps: connect@2.26.0
1499 - deps: body-parser@~1.8.1
1500 - deps: compression@~1.1.0
1501 - deps: connect-timeout@~1.3.0
1502 - deps: cookie-parser@~1.3.3
1503 - deps: cookie-signature@1.0.5
1504 - deps: csurf@~1.6.1
1505 - deps: debug@~2.0.0
1506 - deps: errorhandler@~1.2.0
1507 - deps: express-session@~1.8.1
1508 - deps: finalhandler@0.2.0
1509 - deps: fresh@0.2.4
1510 - deps: media-typer@0.3.0
1511 - deps: method-override@~2.2.0
1512 - deps: morgan@~1.3.0
1513 - deps: qs@2.2.3
1514 - deps: serve-favicon@~2.1.3
1515 - deps: serve-index@~1.2.1
1516 - deps: serve-static@~1.6.1
1517 - deps: type-is@~1.5.1
1518 - deps: vhost@~3.0.0
1519 * deps: cookie-signature@1.0.5
1520 * deps: debug@~2.0.0
1521 * deps: fresh@0.2.4
1522 * deps: media-typer@0.3.0
1523 - Throw error when parameter format invalid on parse
1524 * deps: range-parser@~1.0.2
1525 * deps: send@0.9.1
1526 - Add `lastModified` option
1527 - Use `etag` to generate `ETag` header
1528 - deps: debug@~2.0.0
1529 - deps: fresh@0.2.4
1530 * deps: vary@~1.0.0
1531 - Accept valid `Vary` header string as `field`
1532
15333.16.10 / 2014-09-04
1534====================
1535
1536 * deps: connect@2.25.10
1537 - deps: serve-static@~1.5.4
1538 * deps: send@0.8.5
1539 - Fix a path traversal issue when using `root`
1540 - Fix malicious path detection for empty string path
1541
15423.16.9 / 2014-08-29
1543===================
1544
1545 * deps: connect@2.25.9
1546 - deps: body-parser@~1.6.7
1547 - deps: qs@2.2.2
1548
15493.16.8 / 2014-08-27
1550===================
1551
1552 * deps: connect@2.25.8
1553 - deps: body-parser@~1.6.6
1554 - deps: csurf@~1.4.1
1555 - deps: qs@2.2.0
1556
15573.16.7 / 2014-08-18
1558===================
1559
1560 * deps: connect@2.25.7
1561 - deps: body-parser@~1.6.5
1562 - deps: express-session@~1.7.6
1563 - deps: morgan@~1.2.3
1564 - deps: serve-static@~1.5.3
1565 * deps: send@0.8.3
1566 - deps: destroy@1.0.3
1567 - deps: on-finished@2.1.0
1568
15693.16.6 / 2014-08-14
1570===================
1571
1572 * deps: connect@2.25.6
1573 - deps: body-parser@~1.6.4
1574 - deps: qs@1.2.2
1575 - deps: serve-static@~1.5.2
1576 * deps: send@0.8.2
1577 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
1578
15793.16.5 / 2014-08-11
1580===================
1581
1582 * deps: connect@2.25.5
1583 - Fix backwards compatibility in `logger`
1584
15853.16.4 / 2014-08-10
1586===================
1587
1588 * Fix original URL parsing in `res.location`
1589 * deps: connect@2.25.4
1590 - Fix `query` middleware breaking with argument
1591 - deps: body-parser@~1.6.3
1592 - deps: compression@~1.0.11
1593 - deps: connect-timeout@~1.2.2
1594 - deps: express-session@~1.7.5
1595 - deps: method-override@~2.1.3
1596 - deps: on-headers@~1.0.0
1597 - deps: parseurl@~1.3.0
1598 - deps: qs@1.2.1
1599 - deps: response-time@~2.0.1
1600 - deps: serve-index@~1.1.6
1601 - deps: serve-static@~1.5.1
1602 * deps: parseurl@~1.3.0
1603
16043.16.3 / 2014-08-07
1605===================
1606
1607 * deps: connect@2.25.3
1608 - deps: multiparty@3.3.2
1609
16103.16.2 / 2014-08-07
1611===================
1612
1613 * deps: connect@2.25.2
1614 - deps: body-parser@~1.6.2
1615 - deps: qs@1.2.0
1616
16173.16.1 / 2014-08-06
1618===================
1619
1620 * deps: connect@2.25.1
1621 - deps: body-parser@~1.6.1
1622 - deps: qs@1.1.0
1623
16243.16.0 / 2014-08-05
1625===================
1626
1627 * deps: connect@2.25.0
1628 - deps: body-parser@~1.6.0
1629 - deps: compression@~1.0.10
1630 - deps: csurf@~1.4.0
1631 - deps: express-session@~1.7.4
1632 - deps: qs@1.0.2
1633 - deps: serve-static@~1.5.0
1634 * deps: send@0.8.1
1635 - Add `extensions` option
1636
16373.15.3 / 2014-08-04
1638===================
1639
1640 * fix `res.sendfile` regression for serving directory index files
1641 * deps: connect@2.24.3
1642 - deps: serve-index@~1.1.5
1643 - deps: serve-static@~1.4.4
1644 * deps: send@0.7.4
1645 - Fix incorrect 403 on Windows and Node.js 0.11
1646 - Fix serving index files without root dir
1647
16483.15.2 / 2014-07-27
1649===================
1650
1651 * deps: connect@2.24.2
1652 - deps: body-parser@~1.5.2
1653 - deps: depd@0.4.4
1654 - deps: express-session@~1.7.2
1655 - deps: morgan@~1.2.2
1656 - deps: serve-static@~1.4.2
1657 * deps: depd@0.4.4
1658 - Work-around v8 generating empty stack traces
1659 * deps: send@0.7.2
1660 - deps: depd@0.4.4
1661
16623.15.1 / 2014-07-26
1663===================
1664
1665 * deps: connect@2.24.1
1666 - deps: body-parser@~1.5.1
1667 - deps: depd@0.4.3
1668 - deps: express-session@~1.7.1
1669 - deps: morgan@~1.2.1
1670 - deps: serve-index@~1.1.4
1671 - deps: serve-static@~1.4.1
1672 * deps: depd@0.4.3
1673 - Fix exception when global `Error.stackTraceLimit` is too low
1674 * deps: send@0.7.1
1675 - deps: depd@0.4.3
1676
16773.15.0 / 2014-07-22
1678===================
1679
1680 * Fix `req.protocol` for proxy-direct connections
1681 * Pass options from `res.sendfile` to `send`
1682 * deps: connect@2.24.0
1683 - deps: body-parser@~1.5.0
1684 - deps: compression@~1.0.9
1685 - deps: connect-timeout@~1.2.1
1686 - deps: debug@1.0.4
1687 - deps: depd@0.4.2
1688 - deps: express-session@~1.7.0
1689 - deps: finalhandler@0.1.0
1690 - deps: method-override@~2.1.2
1691 - deps: morgan@~1.2.0
1692 - deps: multiparty@3.3.1
1693 - deps: parseurl@~1.2.0
1694 - deps: serve-static@~1.4.0
1695 * deps: debug@1.0.4
1696 * deps: depd@0.4.2
1697 - Add `TRACE_DEPRECATION` environment variable
1698 - Remove non-standard grey color from color output
1699 - Support `--no-deprecation` argument
1700 - Support `--trace-deprecation` argument
1701 * deps: parseurl@~1.2.0
1702 - Cache URLs based on original value
1703 - Remove no-longer-needed URL mis-parse work-around
1704 - Simplify the "fast-path" `RegExp`
1705 * deps: send@0.7.0
1706 - Add `dotfiles` option
1707 - Cap `maxAge` value to 1 year
1708 - deps: debug@1.0.4
1709 - deps: depd@0.4.2
1710
17113.14.0 / 2014-07-11
1712===================
1713
1714 * add explicit "Rosetta Flash JSONP abuse" protection
1715 - previous versions are not vulnerable; this is just explicit protection
1716 * deprecate `res.redirect(url, status)` -- use `res.redirect(status, url)` instead
1717 * fix `res.send(status, num)` to send `num` as json (not error)
1718 * remove unnecessary escaping when `res.jsonp` returns JSON response
1719 * deps: basic-auth@1.0.0
1720 - support empty password
1721 - support empty username
1722 * deps: connect@2.23.0
1723 - deps: debug@1.0.3
1724 - deps: express-session@~1.6.4
1725 - deps: method-override@~2.1.0
1726 - deps: parseurl@~1.1.3
1727 - deps: serve-static@~1.3.1
1728 * deps: debug@1.0.3
1729 - Add support for multiple wildcards in namespaces
1730 * deps: methods@1.1.0
1731 - add `CONNECT`
1732 * deps: parseurl@~1.1.3
1733 - faster parsing of href-only URLs
1734
17353.13.0 / 2014-07-03
1736===================
1737
1738 * add deprecation message to `app.configure`
1739 * add deprecation message to `req.auth`
1740 * use `basic-auth` to parse `Authorization` header
1741 * deps: connect@2.22.0
1742 - deps: csurf@~1.3.0
1743 - deps: express-session@~1.6.1
1744 - deps: multiparty@3.3.0
1745 - deps: serve-static@~1.3.0
1746 * deps: send@0.5.0
1747 - Accept string for `maxage` (converted by `ms`)
1748 - Include link in default redirect response
1749
17503.12.1 / 2014-06-26
1751===================
1752
1753 * deps: connect@2.21.1
1754 - deps: cookie-parser@1.3.2
1755 - deps: cookie-signature@1.0.4
1756 - deps: express-session@~1.5.2
1757 - deps: type-is@~1.3.2
1758 * deps: cookie-signature@1.0.4
1759 - fix for timing attacks
1760
17613.12.0 / 2014-06-21
1762===================
1763
1764 * use `media-typer` to alter content-type charset
1765 * deps: connect@2.21.0
1766 - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
1767 - deprecate `connect.createServer()` -- use `connect()` instead
1768 - fix `res.setHeader()` patch to work with with get -> append -> set pattern
1769 - deps: compression@~1.0.8
1770 - deps: errorhandler@~1.1.1
1771 - deps: express-session@~1.5.0
1772 - deps: serve-index@~1.1.3
1773
17743.11.0 / 2014-06-19
1775===================
1776
1777 * deprecate things with `depd` module
1778 * deps: buffer-crc32@0.2.3
1779 * deps: connect@2.20.2
1780 - deprecate `verify` option to `json` -- use `body-parser` npm module instead
1781 - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
1782 - deprecate things with `depd` module
1783 - use `finalhandler` for final response handling
1784 - use `media-typer` to parse `content-type` for charset
1785 - deps: body-parser@1.4.3
1786 - deps: connect-timeout@1.1.1
1787 - deps: cookie-parser@1.3.1
1788 - deps: csurf@1.2.2
1789 - deps: errorhandler@1.1.0
1790 - deps: express-session@1.4.0
1791 - deps: multiparty@3.2.9
1792 - deps: serve-index@1.1.2
1793 - deps: type-is@1.3.1
1794 - deps: vhost@2.0.0
1795
17963.10.5 / 2014-06-11
1797===================
1798
1799 * deps: connect@2.19.6
1800 - deps: body-parser@1.3.1
1801 - deps: compression@1.0.7
1802 - deps: debug@1.0.2
1803 - deps: serve-index@1.1.1
1804 - deps: serve-static@1.2.3
1805 * deps: debug@1.0.2
1806 * deps: send@0.4.3
1807 - Do not throw un-catchable error on file open race condition
1808 - Use `escape-html` for HTML escaping
1809 - deps: debug@1.0.2
1810 - deps: finished@1.2.2
1811 - deps: fresh@0.2.2
1812
18133.10.4 / 2014-06-09
1814===================
1815
1816 * deps: connect@2.19.5
1817 - fix "event emitter leak" warnings
1818 - deps: csurf@1.2.1
1819 - deps: debug@1.0.1
1820 - deps: serve-static@1.2.2
1821 - deps: type-is@1.2.1
1822 * deps: debug@1.0.1
1823 * deps: send@0.4.2
1824 - fix "event emitter leak" warnings
1825 - deps: finished@1.2.1
1826 - deps: debug@1.0.1
1827
18283.10.3 / 2014-06-05
1829===================
1830
1831 * use `vary` module for `res.vary`
1832 * deps: connect@2.19.4
1833 - deps: errorhandler@1.0.2
1834 - deps: method-override@2.0.2
1835 - deps: serve-favicon@2.0.1
1836 * deps: debug@1.0.0
1837
18383.10.2 / 2014-06-03
1839===================
1840
1841 * deps: connect@2.19.3
1842 - deps: compression@1.0.6
1843
18443.10.1 / 2014-06-03
1845===================
1846
1847 * deps: connect@2.19.2
1848 - deps: compression@1.0.4
1849 * deps: proxy-addr@1.0.1
1850
18513.10.0 / 2014-06-02
1852===================
1853
1854 * deps: connect@2.19.1
1855 - deprecate `methodOverride()` -- use `method-override` npm module instead
1856 - deps: body-parser@1.3.0
1857 - deps: method-override@2.0.1
1858 - deps: multiparty@3.2.8
1859 - deps: response-time@2.0.0
1860 - deps: serve-static@1.2.1
1861 * deps: methods@1.0.1
1862 * deps: send@0.4.1
1863 - Send `max-age` in `Cache-Control` in correct format
1864
18653.9.0 / 2014-05-30
1866==================
1867
1868 * custom etag control with `app.set('etag', val)`
1869 - `app.set('etag', function(body, encoding){ return '"etag"' })` custom etag generation
1870 - `app.set('etag', 'weak')` weak tag
1871 - `app.set('etag', 'strong')` strong etag
1872 - `app.set('etag', false)` turn off
1873 - `app.set('etag', true)` standard etag
1874 * Include ETag in HEAD requests
1875 * mark `res.send` ETag as weak and reduce collisions
1876 * update connect to 2.18.0
1877 - deps: compression@1.0.3
1878 - deps: serve-index@1.1.0
1879 - deps: serve-static@1.2.0
1880 * update send to 0.4.0
1881 - Calculate ETag with md5 for reduced collisions
1882 - Ignore stream errors after request ends
1883 - deps: debug@0.8.1
1884
18853.8.1 / 2014-05-27
1886==================
1887
1888 * update connect to 2.17.3
1889 - deps: body-parser@1.2.2
1890 - deps: express-session@1.2.1
1891 - deps: method-override@1.0.2
1892
18933.8.0 / 2014-05-21
1894==================
1895
1896 * keep previous `Content-Type` for `res.jsonp`
1897 * set proper `charset` in `Content-Type` for `res.send`
1898 * update connect to 2.17.1
1899 - fix `res.charset` appending charset when `content-type` has one
1900 - deps: express-session@1.2.0
1901 - deps: morgan@1.1.1
1902 - deps: serve-index@1.0.3
1903
19043.7.0 / 2014-05-18
1905==================
1906
1907 * proper proxy trust with `app.set('trust proxy', trust)`
1908 - `app.set('trust proxy', 1)` trust first hop
1909 - `app.set('trust proxy', 'loopback')` trust loopback addresses
1910 - `app.set('trust proxy', '10.0.0.1')` trust single IP
1911 - `app.set('trust proxy', '10.0.0.1/16')` trust subnet
1912 - `app.set('trust proxy', '10.0.0.1, 10.0.0.2')` trust list
1913 - `app.set('trust proxy', false)` turn off
1914 - `app.set('trust proxy', true)` trust everything
1915 * update connect to 2.16.2
1916 - deprecate `res.headerSent` -- use `res.headersSent`
1917 - deprecate `res.on("header")` -- use on-headers module instead
1918 - fix edge-case in `res.appendHeader` that would append in wrong order
1919 - json: use body-parser
1920 - urlencoded: use body-parser
1921 - dep: bytes@1.0.0
1922 - dep: cookie-parser@1.1.0
1923 - dep: csurf@1.2.0
1924 - dep: express-session@1.1.0
1925 - dep: method-override@1.0.1
1926
19273.6.0 / 2014-05-09
1928==================
1929
1930 * deprecate `app.del()` -- use `app.delete()` instead
1931 * deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
1932 - the edge-case `res.json(status, num)` requires `res.status(status).json(num)`
1933 * deprecate `res.jsonp(obj, status)` -- use `res.jsonp(status, obj)` instead
1934 - the edge-case `res.jsonp(status, num)` requires `res.status(status).jsonp(num)`
1935 * support PURGE method
1936 - add `app.purge`
1937 - add `router.purge`
1938 - include PURGE in `app.all`
1939 * update connect to 2.15.0
1940 * Add `res.appendHeader`
1941 * Call error stack even when response has been sent
1942 * Patch `res.headerSent` to return Boolean
1943 * Patch `res.headersSent` for node.js 0.8
1944 * Prevent default 404 handler after response sent
1945 * dep: compression@1.0.2
1946 * dep: connect-timeout@1.1.0
1947 * dep: debug@^0.8.0
1948 * dep: errorhandler@1.0.1
1949 * dep: express-session@1.0.4
1950 * dep: morgan@1.0.1
1951 * dep: serve-favicon@2.0.0
1952 * dep: serve-index@1.0.2
1953 * update debug to 0.8.0
1954 * add `enable()` method
1955 * change from stderr to stdout
1956 * update methods to 1.0.0
1957 - add PURGE
1958 * update mkdirp to 0.5.0
1959
19603.5.3 / 2014-05-08
1961==================
1962
1963 * fix `req.host` for IPv6 literals
1964 * fix `res.jsonp` error if callback param is object
1965
19663.5.2 / 2014-04-24
1967==================
1968
1969 * update connect to 2.14.5
1970 * update cookie to 0.1.2
1971 * update mkdirp to 0.4.0
1972 * update send to 0.3.0
1973
19743.5.1 / 2014-03-25
1975==================
1976
1977 * pin less-middleware in generated app
1978
19793.5.0 / 2014-03-06
1980==================
1981
1982 * bump deps
1983
19843.4.8 / 2014-01-13
1985==================
1986
1987 * prevent incorrect automatic OPTIONS responses #1868 @dpatti
1988 * update binary and examples for jade 1.0 #1876 @yossi, #1877 @reqshark, #1892 @matheusazzi
1989 * throw 400 in case of malformed paths @rlidwka
1990
19913.4.7 / 2013-12-10
1992==================
1993
1994 * update connect
1995
19963.4.6 / 2013-12-01
1997==================
1998
1999 * update connect (raw-body)
2000
20013.4.5 / 2013-11-27
2002==================
2003
2004 * update connect
2005 * res.location: remove leading ./ #1802 @kapouer
2006 * res.redirect: fix `res.redirect('toString') #1829 @michaelficarra
2007 * res.send: always send ETag when content-length > 0
2008 * router: add Router.all() method
2009
20103.4.4 / 2013-10-29
2011==================
2012
2013 * update connect
2014 * update supertest
2015 * update methods
2016 * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04
2017
20183.4.3 / 2013-10-23
2019==================
2020
2021 * update connect
2022
20233.4.2 / 2013-10-18
2024==================
2025
2026 * update connect
2027 * downgrade commander
2028
20293.4.1 / 2013-10-15
2030==================
2031
2032 * update connect
2033 * update commander
2034 * jsonp: check if callback is a function
2035 * router: wrap encodeURIComponent in a try/catch #1735 (@lxe)
2036 * res.format: now includes charset @1747 (@sorribas)
2037 * res.links: allow multiple calls @1746 (@sorribas)
2038
20393.4.0 / 2013-09-07
2040==================
2041
2042 * add res.vary(). Closes #1682
2043 * update connect
2044
20453.3.8 / 2013-09-02
2046==================
2047
2048 * update connect
2049
20503.3.7 / 2013-08-28
2051==================
2052
2053 * update connect
2054
20553.3.6 / 2013-08-27
2056==================
2057
2058 * Revert "remove charset from json responses. Closes #1631" (causes issues in some clients)
2059 * add: req.accepts take an argument list
2060
20613.3.4 / 2013-07-08
2062==================
2063
2064 * update send and connect
2065
20663.3.3 / 2013-07-04
2067==================
2068
2069 * update connect
2070
20713.3.2 / 2013-07-03
2072==================
2073
2074 * update connect
2075 * update send
2076 * remove .version export
2077
20783.3.1 / 2013-06-27
2079==================
2080
2081 * update connect
2082
20833.3.0 / 2013-06-26
2084==================
2085
2086 * update connect
2087 * add support for multiple X-Forwarded-Proto values. Closes #1646
2088 * change: remove charset from json responses. Closes #1631
2089 * change: return actual booleans from req.accept* functions
2090 * fix jsonp callback array throw
2091
20923.2.6 / 2013-06-02
2093==================
2094
2095 * update connect
2096
20973.2.5 / 2013-05-21
2098==================
2099
2100 * update connect
2101 * update node-cookie
2102 * add: throw a meaningful error when there is no default engine
2103 * change generation of ETags with res.send() to GET requests only. Closes #1619
2104
21053.2.4 / 2013-05-09
2106==================
2107
2108 * fix `req.subdomains` when no Host is present
2109 * fix `req.host` when no Host is present, return undefined
2110
21113.2.3 / 2013-05-07
2112==================
2113
2114 * update connect / qs
2115
21163.2.2 / 2013-05-03
2117==================
2118
2119 * update qs
2120
21213.2.1 / 2013-04-29
2122==================
2123
2124 * add app.VERB() paths array deprecation warning
2125 * update connect
2126 * update qs and remove all ~ semver crap
2127 * fix: accept number as value of Signed Cookie
2128
21293.2.0 / 2013-04-15
2130==================
2131
2132 * add "view" constructor setting to override view behaviour
2133 * add req.acceptsEncoding(name)
2134 * add req.acceptedEncodings
2135 * revert cookie signature change causing session race conditions
2136 * fix sorting of Accept values of the same quality
2137
21383.1.2 / 2013-04-12
2139==================
2140
2141 * add support for custom Accept parameters
2142 * update cookie-signature
2143
21443.1.1 / 2013-04-01
2145==================
2146
2147 * add X-Forwarded-Host support to `req.host`
2148 * fix relative redirects
2149 * update mkdirp
2150 * update buffer-crc32
2151 * remove legacy app.configure() method from app template.
2152
21533.1.0 / 2013-01-25
2154==================
2155
2156 * add support for leading "." in "view engine" setting
2157 * add array support to `res.set()`
2158 * add node 0.8.x to travis.yml
2159 * add "subdomain offset" setting for tweaking `req.subdomains`
2160 * add `res.location(url)` implementing `res.redirect()`-like setting of Location
2161 * use app.get() for x-powered-by setting for inheritance
2162 * fix colons in passwords for `req.auth`
2163
21643.0.6 / 2013-01-04
2165==================
2166
2167 * add http verb methods to Router
2168 * update connect
2169 * fix mangling of the `res.cookie()` options object
2170 * fix jsonp whitespace escape. Closes #1132
2171
21723.0.5 / 2012-12-19
2173==================
2174
2175 * add throwing when a non-function is passed to a route
2176 * fix: explicitly remove Transfer-Encoding header from 204 and 304 responses
2177 * revert "add 'etag' option"
2178
21793.0.4 / 2012-12-05
2180==================
2181
2182 * add 'etag' option to disable `res.send()` Etags
2183 * add escaping of urls in text/plain in `res.redirect()`
2184 for old browsers interpreting as html
2185 * change crc32 module for a more liberal license
2186 * update connect
2187
21883.0.3 / 2012-11-13
2189==================
2190
2191 * update connect
2192 * update cookie module
2193 * fix cookie max-age
2194
21953.0.2 / 2012-11-08
2196==================
2197
2198 * add OPTIONS to cors example. Closes #1398
2199 * fix route chaining regression. Closes #1397
2200
22013.0.1 / 2012-11-01
2202==================
2203
2204 * update connect
2205
22063.0.0 / 2012-10-23
2207==================
2208
2209 * add `make clean`
2210 * add "Basic" check to req.auth
2211 * add `req.auth` test coverage
2212 * add cb && cb(payload) to `res.jsonp()`. Closes #1374
2213 * add backwards compat for `res.redirect()` status. Closes #1336
2214 * add support for `res.json()` to retain previously defined Content-Types. Closes #1349
2215 * update connect
2216 * change `res.redirect()` to utilize a pathname-relative Location again. Closes #1382
2217 * remove non-primitive string support for `res.send()`
2218 * fix view-locals example. Closes #1370
2219 * fix route-separation example
2220
22213.0.0rc5 / 2012-09-18
2222==================
2223
2224 * update connect
2225 * add redis search example
2226 * add static-files example
2227 * add "x-powered-by" setting (`app.disable('x-powered-by')`)
2228 * add "application/octet-stream" redirect Accept test case. Closes #1317
2229
22303.0.0rc4 / 2012-08-30
2231==================
2232
2233 * add `res.jsonp()`. Closes #1307
2234 * add "verbose errors" option to error-pages example
2235 * add another route example to express(1) so people are not so confused
2236 * add redis online user activity tracking example
2237 * update connect dep
2238 * fix etag quoting. Closes #1310
2239 * fix error-pages 404 status
2240 * fix jsonp callback char restrictions
2241 * remove old OPTIONS default response
2242
22433.0.0rc3 / 2012-08-13
2244==================
2245
2246 * update connect dep
2247 * fix signed cookies to work with `connect.cookieParser()` ("s:" prefix was missing) [tnydwrds]
2248 * fix `res.render()` clobbering of "locals"
2249
22503.0.0rc2 / 2012-08-03
2251==================
2252
2253 * add CORS example
2254 * update connect dep
2255 * deprecate `.createServer()` & remove old stale examples
2256 * fix: escape `res.redirect()` link
2257 * fix vhost example
2258
22593.0.0rc1 / 2012-07-24
2260==================
2261
2262 * add more examples to view-locals
2263 * add scheme-relative redirects (`res.redirect("//foo.com")`) support
2264 * update cookie dep
2265 * update connect dep
2266 * update send dep
2267 * fix `express(1)` -h flag, use -H for hogan. Closes #1245
2268 * fix `res.sendfile()` socket error handling regression
2269
22703.0.0beta7 / 2012-07-16
2271==================
2272
2273 * update connect dep for `send()` root normalization regression
2274
22753.0.0beta6 / 2012-07-13
2276==================
2277
2278 * add `err.view` property for view errors. Closes #1226
2279 * add "jsonp callback name" setting
2280 * add support for "/foo/:bar*" non-greedy matches
2281 * change `res.sendfile()` to use `send()` module
2282 * change `res.send` to use "response-send" module
2283 * remove `app.locals.use` and `res.locals.use`, use regular middleware
2284
22853.0.0beta5 / 2012-07-03
2286==================
2287
2288 * add "make check" support
2289 * add route-map example
2290 * add `res.json(obj, status)` support back for BC
2291 * add "methods" dep, remove internal methods module
2292 * update connect dep
2293 * update auth example to utilize cores pbkdf2
2294 * updated tests to use "supertest"
2295
22963.0.0beta4 / 2012-06-25
2297==================
2298
2299 * Added `req.auth`
2300 * Added `req.range(size)`
2301 * Added `res.links(obj)`
2302 * Added `res.send(body, status)` support back for backwards compat
2303 * Added `.default()` support to `res.format()`
2304 * Added 2xx / 304 check to `req.fresh`
2305 * Revert "Added + support to the router"
2306 * Fixed `res.send()` freshness check, respect res.statusCode
2307
23083.0.0beta3 / 2012-06-15
2309==================
2310
2311 * Added hogan `--hjs` to express(1) [nullfirm]
2312 * Added another example to content-negotiation
2313 * Added `fresh` dep
2314 * Changed: `res.send()` always checks freshness
2315 * Fixed: expose connects mime module. Closes #1165
2316
23173.0.0beta2 / 2012-06-06
2318==================
2319
2320 * Added `+` support to the router
2321 * Added `req.host`
2322 * Changed `req.param()` to check route first
2323 * Update connect dep
2324
23253.0.0beta1 / 2012-06-01
2326==================
2327
2328 * Added `res.format()` callback to override default 406 behaviour
2329 * Fixed `res.redirect()` 406. Closes #1154
2330
23313.0.0alpha5 / 2012-05-30
2332==================
2333
2334 * Added `req.ip`
2335 * Added `{ signed: true }` option to `res.cookie()`
2336 * Removed `res.signedCookie()`
2337 * Changed: dont reverse `req.ips`
2338 * Fixed "trust proxy" setting check for `req.ips`
2339
23403.0.0alpha4 / 2012-05-09
2341==================
2342
2343 * Added: allow `[]` in jsonp callback. Closes #1128
2344 * Added `PORT` env var support in generated template. Closes #1118 [benatkin]
2345 * Updated: connect 2.2.2
2346
23473.0.0alpha3 / 2012-05-04
2348==================
2349
2350 * Added public `app.routes`. Closes #887
2351 * Added _view-locals_ example
2352 * Added _mvc_ example
2353 * Added `res.locals.use()`. Closes #1120
2354 * Added conditional-GET support to `res.send()`
2355 * Added: coerce `res.set()` values to strings
2356 * Changed: moved `static()` in generated apps below router
2357 * Changed: `res.send()` only set ETag when not previously set
2358 * Changed connect 2.2.1 dep
2359 * Changed: `make test` now runs unit / acceptance tests
2360 * Fixed req/res proto inheritance
2361
23623.0.0alpha2 / 2012-04-26
2363==================
2364
2365 * Added `make benchmark` back
2366 * Added `res.send()` support for `String` objects
2367 * Added client-side data exposing example
2368 * Added `res.header()` and `req.header()` aliases for BC
2369 * Added `express.createServer()` for BC
2370 * Perf: memoize parsed urls
2371 * Perf: connect 2.2.0 dep
2372 * Changed: make `expressInit()` middleware self-aware
2373 * Fixed: use app.get() for all core settings
2374 * Fixed redis session example
2375 * Fixed session example. Closes #1105
2376 * Fixed generated express dep. Closes #1078
2377
23783.0.0alpha1 / 2012-04-15
2379==================
2380
2381 * Added `app.locals.use(callback)`
2382 * Added `app.locals` object
2383 * Added `app.locals(obj)`
2384 * Added `res.locals` object
2385 * Added `res.locals(obj)`
2386 * Added `res.format()` for content-negotiation
2387 * Added `app.engine()`
2388 * Added `res.cookie()` JSON cookie support
2389 * Added "trust proxy" setting
2390 * Added `req.subdomains`
2391 * Added `req.protocol`
2392 * Added `req.secure`
2393 * Added `req.path`
2394 * Added `req.ips`
2395 * Added `req.fresh`
2396 * Added `req.stale`
2397 * Added comma-delimited / array support for `req.accepts()`
2398 * Added debug instrumentation
2399 * Added `res.set(obj)`
2400 * Added `res.set(field, value)`
2401 * Added `res.get(field)`
2402 * Added `app.get(setting)`. Closes #842
2403 * Added `req.acceptsLanguage()`
2404 * Added `req.acceptsCharset()`
2405 * Added `req.accepted`
2406 * Added `req.acceptedLanguages`
2407 * Added `req.acceptedCharsets`
2408 * Added "json replacer" setting
2409 * Added "json spaces" setting
2410 * Added X-Forwarded-Proto support to `res.redirect()`. Closes #92
2411 * Added `--less` support to express(1)
2412 * Added `express.response` prototype
2413 * Added `express.request` prototype
2414 * Added `express.application` prototype
2415 * Added `app.path()`
2416 * Added `app.render()`
2417 * Added `res.type()` to replace `res.contentType()`
2418 * Changed: `res.redirect()` to add relative support
2419 * Changed: enable "jsonp callback" by default
2420 * Changed: renamed "case sensitive routes" to "case sensitive routing"
2421 * Rewrite of all tests with mocha
2422 * Removed "root" setting
2423 * Removed `res.redirect('home')` support
2424 * Removed `req.notify()`
2425 * Removed `app.register()`
2426 * Removed `app.redirect()`
2427 * Removed `app.is()`
2428 * Removed `app.helpers()`
2429 * Removed `app.dynamicHelpers()`
2430 * Fixed `res.sendfile()` with non-GET. Closes #723
2431 * Fixed express(1) public dir for windows. Closes #866
2432
24332.5.9/ 2012-04-02
2434==================
2435
2436 * Added support for PURGE request method [pbuyle]
2437 * Fixed `express(1)` generated app `app.address()` before `listening` [mmalecki]
2438
24392.5.8 / 2012-02-08
2440==================
2441
2442 * Update mkdirp dep. Closes #991
2443
24442.5.7 / 2012-02-06
2445==================
2446
2447 * Fixed `app.all` duplicate DELETE requests [mscdex]
2448
24492.5.6 / 2012-01-13
2450==================
2451
2452 * Updated hamljs dev dep. Closes #953
2453
24542.5.5 / 2012-01-08
2455==================
2456
2457 * Fixed: set `filename` on cached templates [matthewleon]
2458
24592.5.4 / 2012-01-02
2460==================
2461
2462 * Fixed `express(1)` eol on 0.4.x. Closes #947
2463
24642.5.3 / 2011-12-30
2465==================
2466
2467 * Fixed `req.is()` when a charset is present
2468
24692.5.2 / 2011-12-10
2470==================
2471
2472 * Fixed: express(1) LF -> CRLF for windows
2473
24742.5.1 / 2011-11-17
2475==================
2476
2477 * Changed: updated connect to 1.8.x
2478 * Removed sass.js support from express(1)
2479
24802.5.0 / 2011-10-24
2481==================
2482
2483 * Added ./routes dir for generated app by default
2484 * Added npm install reminder to express(1) app gen
2485 * Added 0.5.x support
2486 * Removed `make test-cov` since it wont work with node 0.5.x
2487 * Fixed express(1) public dir for windows. Closes #866
2488
24892.4.7 / 2011-10-05
2490==================
2491
2492 * Added mkdirp to express(1). Closes #795
2493 * Added simple _json-config_ example
2494 * Added shorthand for the parsed request's pathname via `req.path`
2495 * Changed connect dep to 1.7.x to fix npm issue...
2496 * Fixed `res.redirect()` __HEAD__ support. [reported by xerox]
2497 * Fixed `req.flash()`, only escape args
2498 * Fixed absolute path checking on windows. Closes #829 [reported by andrewpmckenzie]
2499
25002.4.6 / 2011-08-22
2501==================
2502
2503 * Fixed multiple param callback regression. Closes #824 [reported by TroyGoode]
2504
25052.4.5 / 2011-08-19
2506==================
2507
2508 * Added support for routes to handle errors. Closes #809
2509 * Added `app.routes.all()`. Closes #803
2510 * Added "basepath" setting to work in conjunction with reverse proxies etc.
2511 * Refactored `Route` to use a single array of callbacks
2512 * Added support for multiple callbacks for `app.param()`. Closes #801
2513Closes #805
2514 * Changed: removed .call(self) for route callbacks
2515 * Dependency: `qs >= 0.3.1`
2516 * Fixed `res.redirect()` on windows due to `join()` usage. Closes #808
2517
25182.4.4 / 2011-08-05
2519==================
2520
2521 * Fixed `res.header()` intention of a set, even when `undefined`
2522 * Fixed `*`, value no longer required
2523 * Fixed `res.send(204)` support. Closes #771
2524
25252.4.3 / 2011-07-14
2526==================
2527
2528 * Added docs for `status` option special-case. Closes #739
2529 * Fixed `options.filename`, exposing the view path to template engines
2530
25312.4.2. / 2011-07-06
2532==================
2533
2534 * Revert "removed jsonp stripping" for XSS
2535
25362.4.1 / 2011-07-06
2537==================
2538
2539 * Added `res.json()` JSONP support. Closes #737
2540 * Added _extending-templates_ example. Closes #730
2541 * Added "strict routing" setting for trailing slashes
2542 * Added support for multiple envs in `app.configure()` calls. Closes #735
2543 * Changed: `res.send()` using `res.json()`
2544 * Changed: when cookie `path === null` don't default it
2545 * Changed; default cookie path to "home" setting. Closes #731
2546 * Removed _pids/logs_ creation from express(1)
2547
25482.4.0 / 2011-06-28
2549==================
2550
2551 * Added chainable `res.status(code)`
2552 * Added `res.json()`, an explicit version of `res.send(obj)`
2553 * Added simple web-service example
2554
25552.3.12 / 2011-06-22
2556==================
2557
2558 * \#express is now on freenode! come join!
2559 * Added `req.get(field, param)`
2560 * Added links to Japanese documentation, thanks @hideyukisaito!
2561 * Added; the `express(1)` generated app outputs the env
2562 * Added `content-negotiation` example
2563 * Dependency: connect >= 1.5.1 < 2.0.0
2564 * Fixed view layout bug. Closes #720
2565 * Fixed; ignore body on 304. Closes #701
2566
25672.3.11 / 2011-06-04
2568==================
2569
2570 * Added `npm test`
2571 * Removed generation of dummy test file from `express(1)`
2572 * Fixed; `express(1)` adds express as a dep
2573 * Fixed; prune on `prepublish`
2574
25752.3.10 / 2011-05-27
2576==================
2577
2578 * Added `req.route`, exposing the current route
2579 * Added _package.json_ generation support to `express(1)`
2580 * Fixed call to `app.param()` function for optional params. Closes #682
2581
25822.3.9 / 2011-05-25
2583==================
2584
2585 * Fixed bug-ish with `../' in `res.partial()` calls
2586
25872.3.8 / 2011-05-24
2588==================
2589
2590 * Fixed `app.options()`
2591
25922.3.7 / 2011-05-23
2593==================
2594
2595 * Added route `Collection`, ex: `app.get('/user/:id').remove();`
2596 * Added support for `app.param(fn)` to define param logic
2597 * Removed `app.param()` support for callback with return value
2598 * Removed module.parent check from express(1) generated app. Closes #670
2599 * Refactored router. Closes #639
2600
26012.3.6 / 2011-05-20
2602==================
2603
2604 * Changed; using devDependencies instead of git submodules
2605 * Fixed redis session example
2606 * Fixed markdown example
2607 * Fixed view caching, should not be enabled in development
2608
26092.3.5 / 2011-05-20
2610==================
2611
2612 * Added export `.view` as alias for `.View`
2613
26142.3.4 / 2011-05-08
2615==================
2616
2617 * Added `./examples/say`
2618 * Fixed `res.sendfile()` bug preventing the transfer of files with spaces
2619
26202.3.3 / 2011-05-03
2621==================
2622
2623 * Added "case sensitive routes" option.
2624 * Changed; split methods supported per rfc [slaskis]
2625 * Fixed route-specific middleware when using the same callback function several times
2626
26272.3.2 / 2011-04-27
2628==================
2629
2630 * Fixed view hints
2631
26322.3.1 / 2011-04-26
2633==================
2634
2635 * Added `app.match()` as `app.match.all()`
2636 * Added `app.lookup()` as `app.lookup.all()`
2637 * Added `app.remove()` for `app.remove.all()`
2638 * Added `app.remove.VERB()`
2639 * Fixed template caching collision issue. Closes #644
2640 * Moved router over from connect and started refactor
2641
26422.3.0 / 2011-04-25
2643==================
2644
2645 * Added options support to `res.clearCookie()`
2646 * Added `res.helpers()` as alias of `res.locals()`
2647 * Added; json defaults to UTF-8 with `res.send()`. Closes #632. [Daniel * Dependency `connect >= 1.4.0`
2648 * Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
2649 * Renamed "cache views" to "view cache". Closes #628
2650 * Fixed caching of views when using several apps. Closes #637
2651 * Fixed gotcha invoking `app.param()` callbacks once per route middleware.
2652Closes #638
2653 * Fixed partial lookup precedence. Closes #631
2654Shaw]
2655
26562.2.2 / 2011-04-12
2657==================
2658
2659 * Added second callback support for `res.download()` connection errors
2660 * Fixed `filename` option passing to template engine
2661
26622.2.1 / 2011-04-04
2663==================
2664
2665 * Added `layout(path)` helper to change the layout within a view. Closes #610
2666 * Fixed `partial()` collection object support.
2667 Previously only anything with `.length` would work.
2668 When `.length` is present one must still be aware of holes,
2669 however now `{ collection: {foo: 'bar'}}` is valid, exposes
2670 `keyInCollection` and `keysInCollection`.
2671
2672 * Performance improved with better view caching
2673 * Removed `request` and `response` locals
2674 * Changed; errorHandler page title is now `Express` instead of `Connect`
2675
26762.2.0 / 2011-03-30
2677==================
2678
2679 * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
2680 * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
2681 * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
2682 * Dependency `connect >= 1.2.0`
2683
26842.1.1 / 2011-03-29
2685==================
2686
2687 * Added; expose `err.view` object when failing to locate a view
2688 * Fixed `res.partial()` call `next(err)` when no callback is given [reported by aheckmann]
2689 * Fixed; `res.send(undefined)` responds with 204 [aheckmann]
2690
26912.1.0 / 2011-03-24
2692==================
2693
2694 * Added `<root>/_?<name>` partial lookup support. Closes #447
2695 * Added `request`, `response`, and `app` local variables
2696 * Added `settings` local variable, containing the app's settings
2697 * Added `req.flash()` exception if `req.session` is not available
2698 * Added `res.send(bool)` support (json response)
2699 * Fixed stylus example for latest version
2700 * Fixed; wrap try/catch around `res.render()`
2701
27022.0.0 / 2011-03-17
2703==================
2704
2705 * Fixed up index view path alternative.
2706 * Changed; `res.locals()` without object returns the locals
2707
27082.0.0rc3 / 2011-03-17
2709==================
2710
2711 * Added `res.locals(obj)` to compliment `res.local(key, val)`
2712 * Added `res.partial()` callback support
2713 * Fixed recursive error reporting issue in `res.render()`
2714
27152.0.0rc2 / 2011-03-17
2716==================
2717
2718 * Changed; `partial()` "locals" are now optional
2719 * Fixed `SlowBuffer` support. Closes #584 [reported by tyrda01]
2720 * Fixed .filename view engine option [reported by drudge]
2721 * Fixed blog example
2722 * Fixed `{req,res}.app` reference when mounting [Ben Weaver]
2723
27242.0.0rc / 2011-03-14
2725==================
2726
2727 * Fixed; expose `HTTPSServer` constructor
2728 * Fixed express(1) default test charset. Closes #579 [reported by secoif]
2729 * Fixed; default charset to utf-8 instead of utf8 for lame IE [reported by NickP]
2730
27312.0.0beta3 / 2011-03-09
2732==================
2733
2734 * Added support for `res.contentType()` literal
2735 The original `res.contentType('.json')`,
2736 `res.contentType('application/json')`, and `res.contentType('json')`
2737 will work now.
2738 * Added `res.render()` status option support back
2739 * Added charset option for `res.render()`
2740 * Added `.charset` support (via connect 1.0.4)
2741 * Added view resolution hints when in development and a lookup fails
2742 * Added layout lookup support relative to the page view.
2743 For example while rendering `./views/user/index.jade` if you create
2744 `./views/user/layout.jade` it will be used in favour of the root layout.
2745 * Fixed `res.redirect()`. RFC states absolute url [reported by unlink]
2746 * Fixed; default `res.send()` string charset to utf8
2747 * Removed `Partial` constructor (not currently used)
2748
27492.0.0beta2 / 2011-03-07
2750==================
2751
2752 * Added res.render() `.locals` support back to aid in migration process
2753 * Fixed flash example
2754
27552.0.0beta / 2011-03-03
2756==================
2757
2758 * Added HTTPS support
2759 * Added `res.cookie()` maxAge support
2760 * Added `req.header()` _Referrer_ / _Referer_ special-case, either works
2761 * Added mount support for `res.redirect()`, now respects the mount-point
2762 * Added `union()` util, taking place of `merge(clone())` combo
2763 * Added stylus support to express(1) generated app
2764 * Added secret to session middleware used in examples and generated app
2765 * Added `res.local(name, val)` for progressive view locals
2766 * Added default param support to `req.param(name, default)`
2767 * Added `app.disabled()` and `app.enabled()`
2768 * Added `app.register()` support for omitting leading ".", either works
2769 * Added `res.partial()`, using the same interface as `partial()` within a view. Closes #539
2770 * Added `app.param()` to map route params to async/sync logic
2771 * Added; aliased `app.helpers()` as `app.locals()`. Closes #481
2772 * Added extname with no leading "." support to `res.contentType()`
2773 * Added `cache views` setting, defaulting to enabled in "production" env
2774 * Added index file partial resolution, eg: partial('user') may try _views/user/index.jade_.
2775 * Added `req.accepts()` support for extensions
2776 * Changed; `res.download()` and `res.sendfile()` now utilize Connect's
2777 static file server `connect.static.send()`.
2778 * Changed; replaced `connect.utils.mime()` with npm _mime_ module
2779 * Changed; allow `req.query` to be pre-defined (via middleware or other parent
2780 * Changed view partial resolution, now relative to parent view
2781 * Changed view engine signature. no longer `engine.render(str, options, callback)`, now `engine.compile(str, options) -> Function`, the returned function accepts `fn(locals)`.
2782 * Fixed `req.param()` bug returning Array.prototype methods. Closes #552
2783 * Fixed; using `Stream#pipe()` instead of `sys.pump()` in `res.sendfile()`
2784 * Fixed; using _qs_ module instead of _querystring_
2785 * Fixed; strip unsafe chars from jsonp callbacks
2786 * Removed "stream threshold" setting
2787
27881.0.8 / 2011-03-01
2789==================
2790
2791 * Allow `req.query` to be pre-defined (via middleware or other parent app)
2792 * "connect": ">= 0.5.0 < 1.0.0". Closes #547
2793 * Removed the long deprecated __EXPRESS_ENV__ support
2794
27951.0.7 / 2011-02-07
2796==================
2797
2798 * Fixed `render()` setting inheritance.
2799 Mounted apps would not inherit "view engine"
2800
28011.0.6 / 2011-02-07
2802==================
2803
2804 * Fixed `view engine` setting bug when period is in dirname
2805
28061.0.5 / 2011-02-05
2807==================
2808
2809 * Added secret to generated app `session()` call
2810
28111.0.4 / 2011-02-05
2812==================
2813
2814 * Added `qs` dependency to _package.json_
2815 * Fixed namespaced `require()`s for latest connect support
2816
28171.0.3 / 2011-01-13
2818==================
2819
2820 * Remove unsafe characters from JSONP callback names [Ryan Grove]
2821
28221.0.2 / 2011-01-10
2823==================
2824
2825 * Removed nested require, using `connect.router`
2826
28271.0.1 / 2010-12-29
2828==================
2829
2830 * Fixed for middleware stacked via `createServer()`
2831 previously the `foo` middleware passed to `createServer(foo)`
2832 would not have access to Express methods such as `res.send()`
2833 or props like `req.query` etc.
2834
28351.0.0 / 2010-11-16
2836==================
2837
2838 * Added; deduce partial object names from the last segment.
2839 For example by default `partial('forum/post', postObject)` will
2840 give you the _post_ object, providing a meaningful default.
2841 * Added http status code string representation to `res.redirect()` body
2842 * Added; `res.redirect()` supporting _text/plain_ and _text/html_ via __Accept__.
2843 * Added `req.is()` to aid in content negotiation
2844 * Added partial local inheritance [suggested by masylum]. Closes #102
2845 providing access to parent template locals.
2846 * Added _-s, --session[s]_ flag to express(1) to add session related middleware
2847 * Added _--template_ flag to express(1) to specify the
2848 template engine to use.
2849 * Added _--css_ flag to express(1) to specify the
2850 stylesheet engine to use (or just plain css by default).
2851 * Added `app.all()` support [thanks aheckmann]
2852 * Added partial direct object support.
2853 You may now `partial('user', user)` providing the "user" local,
2854 vs previously `partial('user', { object: user })`.
2855 * Added _route-separation_ example since many people question ways
2856 to do this with CommonJS modules. Also view the _blog_ example for
2857 an alternative.
2858 * Performance; caching view path derived partial object names
2859 * Fixed partial local inheritance precedence. [reported by Nick Poulden] Closes #454
2860 * Fixed jsonp support; _text/javascript_ as per mailinglist discussion
2861
28621.0.0rc4 / 2010-10-14
2863==================
2864
2865 * Added _NODE_ENV_ support, _EXPRESS_ENV_ is deprecated and will be removed in 1.0.0
2866 * Added route-middleware support (very helpful, see the [docs](http://expressjs.com/guide.html#Route-Middleware))
2867 * Added _jsonp callback_ setting to enable/disable jsonp autowrapping [Dav Glass]
2868 * Added callback query check on response.send to autowrap JSON objects for simple webservice implementations [Dav Glass]
2869 * Added `partial()` support for array-like collections. Closes #434
2870 * Added support for swappable querystring parsers
2871 * Added session usage docs. Closes #443
2872 * Added dynamic helper caching. Closes #439 [suggested by maritz]
2873 * Added authentication example
2874 * Added basic Range support to `res.sendfile()` (and `res.download()` etc)
2875 * Changed; `express(1)` generated app using 2 spaces instead of 4
2876 * Default env to "development" again [aheckmann]
2877 * Removed _context_ option is no more, use "scope"
2878 * Fixed; exposing _./support_ libs to examples so they can run without installs
2879 * Fixed mvc example
2880
28811.0.0rc3 / 2010-09-20
2882==================
2883
2884 * Added confirmation for `express(1)` app generation. Closes #391
2885 * Added extending of flash formatters via `app.flashFormatters`
2886 * Added flash formatter support. Closes #411
2887 * Added streaming support to `res.sendfile()` using `sys.pump()` when >= "stream threshold"
2888 * Added _stream threshold_ setting for `res.sendfile()`
2889 * Added `res.send()` __HEAD__ support
2890 * Added `res.clearCookie()`
2891 * Added `res.cookie()`
2892 * Added `res.render()` headers option
2893 * Added `res.redirect()` response bodies
2894 * Added `res.render()` status option support. Closes #425 [thanks aheckmann]
2895 * Fixed `res.sendfile()` responding with 403 on malicious path
2896 * Fixed `res.download()` bug; when an error occurs remove _Content-Disposition_
2897 * Fixed; mounted apps settings now inherit from parent app [aheckmann]
2898 * Fixed; stripping Content-Length / Content-Type when 204
2899 * Fixed `res.send()` 204. Closes #419
2900 * Fixed multiple _Set-Cookie_ headers via `res.header()`. Closes #402
2901 * Fixed bug messing with error handlers when `listenFD()` is called instead of `listen()`. [thanks guillermo]
2902
2903
29041.0.0rc2 / 2010-08-17
2905==================
2906
2907 * Added `app.register()` for template engine mapping. Closes #390
2908 * Added `res.render()` callback support as second argument (no options)
2909 * Added callback support to `res.download()`
2910 * Added callback support for `res.sendfile()`
2911 * Added support for middleware access via `express.middlewareName()` vs `connect.middlewareName()`
2912 * Added "partials" setting to docs
2913 * Added default expresso tests to `express(1)` generated app. Closes #384
2914 * Fixed `res.sendfile()` error handling, defer via `next()`
2915 * Fixed `res.render()` callback when a layout is used [thanks guillermo]
2916 * Fixed; `make install` creating ~/.node_libraries when not present
2917 * Fixed issue preventing error handlers from being defined anywhere. Closes #387
2918
29191.0.0rc / 2010-07-28
2920==================
2921
2922 * Added mounted hook. Closes #369
2923 * Added connect dependency to _package.json_
2924
2925 * Removed "reload views" setting and support code
2926 development env never caches, production always caches.
2927
2928 * Removed _param_ in route callbacks, signature is now
2929 simply (req, res, next), previously (req, res, params, next).
2930 Use _req.params_ for path captures, _req.query_ for GET params.
2931
2932 * Fixed "home" setting
2933 * Fixed middleware/router precedence issue. Closes #366
2934 * Fixed; _configure()_ callbacks called immediately. Closes #368
2935
29361.0.0beta2 / 2010-07-23
2937==================
2938
2939 * Added more examples
2940 * Added; exporting `Server` constructor
2941 * Added `Server#helpers()` for view locals
2942 * Added `Server#dynamicHelpers()` for dynamic view locals. Closes #349
2943 * Added support for absolute view paths
2944 * Added; _home_ setting defaults to `Server#route` for mounted apps. Closes #363
2945 * Added Guillermo Rauch to the contributor list
2946 * Added support for "as" for non-collection partials. Closes #341
2947 * Fixed _install.sh_, ensuring _~/.node_libraries_ exists. Closes #362 [thanks jf]
2948 * Fixed `res.render()` exceptions, now passed to `next()` when no callback is given [thanks guillermo]
2949 * Fixed instanceof `Array` checks, now `Array.isArray()`
2950 * Fixed express(1) expansion of public dirs. Closes #348
2951 * Fixed middleware precedence. Closes #345
2952 * Fixed view watcher, now async [thanks aheckmann]
2953
29541.0.0beta / 2010-07-15
2955==================
2956
2957 * Re-write
2958 - much faster
2959 - much lighter
2960 - Check [ExpressJS.com](http://expressjs.com) for migration guide and updated docs
2961
29620.14.0 / 2010-06-15
2963==================
2964
2965 * Utilize relative requires
2966 * Added Static bufferSize option [aheckmann]
2967 * Fixed caching of view and partial subdirectories [aheckmann]
2968 * Fixed mime.type() comments now that ".ext" is not supported
2969 * Updated haml submodule
2970 * Updated class submodule
2971 * Removed bin/express
2972
29730.13.0 / 2010-06-01
2974==================
2975
2976 * Added node v0.1.97 compatibility
2977 * Added support for deleting cookies via Request#cookie('key', null)
2978 * Updated haml submodule
2979 * Fixed not-found page, now using using charset utf-8
2980 * Fixed show-exceptions page, now using using charset utf-8
2981 * Fixed view support due to fs.readFile Buffers
2982 * Changed; mime.type() no longer accepts ".type" due to node extname() changes
2983
29840.12.0 / 2010-05-22
2985==================
2986
2987 * Added node v0.1.96 compatibility
2988 * Added view `helpers` export which act as additional local variables
2989 * Updated haml submodule
2990 * Changed ETag; removed inode, modified time only
2991 * Fixed LF to CRLF for setting multiple cookies
2992 * Fixed cookie complation; values are now urlencoded
2993 * Fixed cookies parsing; accepts quoted values and url escaped cookies
2994
29950.11.0 / 2010-05-06
2996==================
2997
2998 * Added support for layouts using different engines
2999 - this.render('page.html.haml', { layout: 'super-cool-layout.html.ejs' })
3000 - this.render('page.html.haml', { layout: 'foo' }) // assumes 'foo.html.haml'
3001 - this.render('page.html.haml', { layout: false }) // no layout
3002 * Updated ext submodule
3003 * Updated haml submodule
3004 * Fixed EJS partial support by passing along the context. Issue #307
3005
30060.10.1 / 2010-05-03
3007==================
3008
3009 * Fixed binary uploads.
3010
30110.10.0 / 2010-04-30
3012==================
3013
3014 * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
3015 encoding is set to 'utf8' or 'utf-8'.
3016 * Added "encoding" option to Request#render(). Closes #299
3017 * Added "dump exceptions" setting, which is enabled by default.
3018 * Added simple ejs template engine support
3019 * Added error response support for text/plain, application/json. Closes #297
3020 * Added callback function param to Request#error()
3021 * Added Request#sendHead()
3022 * Added Request#stream()
3023 * Added support for Request#respond(304, null) for empty response bodies
3024 * Added ETag support to Request#sendfile()
3025 * Added options to Request#sendfile(), passed to fs.createReadStream()
3026 * Added filename arg to Request#download()
3027 * Performance enhanced due to pre-reversing plugins so that plugins.reverse() is not called on each request
3028 * Performance enhanced by preventing several calls to toLowerCase() in Router#match()
3029 * Changed; Request#sendfile() now streams
3030 * Changed; Renamed Request#halt() to Request#respond(). Closes #289
3031 * Changed; Using sys.inspect() instead of JSON.encode() for error output
3032 * Changed; run() returns the http.Server instance. Closes #298
3033 * Changed; Defaulting Server#host to null (INADDR_ANY)
3034 * Changed; Logger "common" format scale of 0.4f
3035 * Removed Logger "request" format
3036 * Fixed; Catching ENOENT in view caching, preventing error when "views/partials" is not found
3037 * Fixed several issues with http client
3038 * Fixed Logger Content-Length output
3039 * Fixed bug preventing Opera from retaining the generated session id. Closes #292
3040
30410.9.0 / 2010-04-14
3042==================
3043
3044 * Added DSL level error() route support
3045 * Added DSL level notFound() route support
3046 * Added Request#error()
3047 * Added Request#notFound()
3048 * Added Request#render() callback function. Closes #258
3049 * Added "max upload size" setting
3050 * Added "magic" variables to collection partials (\_\_index\_\_, \_\_length\_\_, \_\_isFirst\_\_, \_\_isLast\_\_). Closes #254
3051 * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
3052 * Added callback function support to Request#halt() as 3rd/4th arg
3053 * Added preprocessing of route param wildcards using param(). Closes #251
3054 * Added view partial support (with collections etc)
3055 * Fixed bug preventing falsey params (such as ?page=0). Closes #286
3056 * Fixed setting of multiple cookies. Closes #199
3057 * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
3058 * Changed; session cookie is now httpOnly
3059 * Changed; Request is no longer global
3060 * Changed; Event is no longer global
3061 * Changed; "sys" module is no longer global
3062 * Changed; moved Request#download to Static plugin where it belongs
3063 * Changed; Request instance created before body parsing. Closes #262
3064 * Changed; Pre-caching views in memory when "cache view contents" is enabled. Closes #253
3065 * Changed; Pre-caching view partials in memory when "cache view partials" is enabled
3066 * Updated support to node --version 0.1.90
3067 * Updated dependencies
3068 * Removed set("session cookie") in favour of use(Session, { cookie: { ... }})
3069 * Removed utils.mixin(); use Object#mergeDeep()
3070
30710.8.0 / 2010-03-19
3072==================
3073
3074 * Added coffeescript example app. Closes #242
3075 * Changed; cache api now async friendly. Closes #240
3076 * Removed deprecated 'express/static' support. Use 'express/plugins/static'
3077
30780.7.6 / 2010-03-19
3079==================
3080
3081 * Added Request#isXHR. Closes #229
3082 * Added `make install` (for the executable)
3083 * Added `express` executable for setting up simple app templates
3084 * Added "GET /public/*" to Static plugin, defaulting to <root>/public
3085 * Added Static plugin
3086 * Fixed; Request#render() only calls cache.get() once
3087 * Fixed; Namespacing View caches with "view:"
3088 * Fixed; Namespacing Static caches with "static:"
3089 * Fixed; Both example apps now use the Static plugin
3090 * Fixed set("views"). Closes #239
3091 * Fixed missing space for combined log format
3092 * Deprecated Request#sendfile() and 'express/static'
3093 * Removed Server#running
3094
30950.7.5 / 2010-03-16
3096==================
3097
3098 * Added Request#flash() support without args, now returns all flashes
3099 * Updated ext submodule
3100
31010.7.4 / 2010-03-16
3102==================
3103
3104 * Fixed session reaper
3105 * Changed; class.js replacing js-oo Class implementation (quite a bit faster, no browser cruft)
3106
31070.7.3 / 2010-03-16
3108==================
3109
3110 * Added package.json
3111 * Fixed requiring of haml / sass due to kiwi removal
3112
31130.7.2 / 2010-03-16
3114==================
3115
3116 * Fixed GIT submodules (HAH!)
3117
31180.7.1 / 2010-03-16
3119==================
3120
3121 * Changed; Express now using submodules again until a PM is adopted
3122 * Changed; chat example using millisecond conversions from ext
3123
31240.7.0 / 2010-03-15
3125==================
3126
3127 * Added Request#pass() support (finds the next matching route, or the given path)
3128 * Added Logger plugin (default "common" format replaces CommonLogger)
3129 * Removed Profiler plugin
3130 * Removed CommonLogger plugin
3131
31320.6.0 / 2010-03-11
3133==================
3134
3135 * Added seed.yml for kiwi package management support
3136 * Added HTTP client query string support when method is GET. Closes #205
3137
3138 * Added support for arbitrary view engines.
3139 For example "foo.engine.html" will now require('engine'),
3140 the exports from this module are cached after the first require().
3141
3142 * Added async plugin support
3143
3144 * Removed usage of RESTful route funcs as http client
3145 get() etc, use http.get() and friends
3146
3147 * Removed custom exceptions
3148
31490.5.0 / 2010-03-10
3150==================
3151
3152 * Added ext dependency (library of js extensions)
3153 * Removed extname() / basename() utils. Use path module
3154 * Removed toArray() util. Use arguments.values
3155 * Removed escapeRegexp() util. Use RegExp.escape()
3156 * Removed process.mixin() dependency. Use utils.mixin()
3157 * Removed Collection
3158 * Removed ElementCollection
3159 * Shameless self promotion of ebook "Advanced JavaScript" (http://dev-mag.com) ;)
3160
31610.4.0 / 2010-02-11
3162==================
3163
3164 * Added flash() example to sample upload app
3165 * Added high level restful http client module (express/http)
3166 * Changed; RESTful route functions double as HTTP clients. Closes #69
3167 * Changed; throwing error when routes are added at runtime
3168 * Changed; defaulting render() context to the current Request. Closes #197
3169 * Updated haml submodule
3170
31710.3.0 / 2010-02-11
3172==================
3173
3174 * Updated haml / sass submodules. Closes #200
3175 * Added flash message support. Closes #64
3176 * Added accepts() now allows multiple args. fixes #117
3177 * Added support for plugins to halt. Closes #189
3178 * Added alternate layout support. Closes #119
3179 * Removed Route#run(). Closes #188
3180 * Fixed broken specs due to use(Cookie) missing
3181
31820.2.1 / 2010-02-05
3183==================
3184
3185 * Added "plot" format option for Profiler (for gnuplot processing)
3186 * Added request number to Profiler plugin
3187 * Fixed binary encoding for multi-part file uploads, was previously defaulting to UTF8
3188 * Fixed issue with routes not firing when not files are present. Closes #184
3189 * Fixed process.Promise -> events.Promise
3190
31910.2.0 / 2010-02-03
3192==================
3193
3194 * Added parseParam() support for name[] etc. (allows for file inputs with "multiple" attr) Closes #180
3195 * Added Both Cache and Session option "reapInterval" may be "reapEvery". Closes #174
3196 * Added expiration support to cache api with reaper. Closes #133
3197 * Added cache Store.Memory#reap()
3198 * Added Cache; cache api now uses first class Cache instances
3199 * Added abstract session Store. Closes #172
3200 * Changed; cache Memory.Store#get() utilizing Collection
3201 * Renamed MemoryStore -> Store.Memory
3202 * Fixed use() of the same plugin several time will always use latest options. Closes #176
3203
32040.1.0 / 2010-02-03
3205==================
3206
3207 * Changed; Hooks (before / after) pass request as arg as well as evaluated in their context
3208 * Updated node support to 0.1.27 Closes #169
3209 * Updated dirname(__filename) -> __dirname
3210 * Updated libxmljs support to v0.2.0
3211 * Added session support with memory store / reaping
3212 * Added quick uid() helper
3213 * Added multi-part upload support
3214 * Added Sass.js support / submodule
3215 * Added production env caching view contents and static files
3216 * Added static file caching. Closes #136
3217 * Added cache plugin with memory stores
3218 * Added support to StaticFile so that it works with non-textual files.
3219 * Removed dirname() helper
3220 * Removed several globals (now their modules must be required)
3221
32220.0.2 / 2010-01-10
3223==================
3224
3225 * Added view benchmarks; currently haml vs ejs
3226 * Added Request#attachment() specs. Closes #116
3227 * Added use of node's parseQuery() util. Closes #123
3228 * Added `make init` for submodules
3229 * Updated Haml
3230 * Updated sample chat app to show messages on load
3231 * Updated libxmljs parseString -> parseHtmlString
3232 * Fixed `make init` to work with older versions of git
3233 * Fixed specs can now run independent specs for those who cant build deps. Closes #127
3234 * Fixed issues introduced by the node url module changes. Closes 126.
3235 * Fixed two assertions failing due to Collection#keys() returning strings
3236 * Fixed faulty Collection#toArray() spec due to keys() returning strings
3237 * Fixed `make test` now builds libxmljs.node before testing
3238
32390.0.1 / 2010-01-03
3240==================
3241
3242 * Initial release