4 * Fix 404 output for bad / missing pathnames
5 * deps: encodeurl@~1.0.2
6 - Fix encoding `%` as last character
7 * deps: statuses@~1.4.0
12 * Use `res.headersSent` when available
22 * deps: parseurl@~1.3.2
23 - perf: reduce overhead for full URLs
24 - perf: unroll the "fast-path" `RegExp`
46 * Fix missing `</html>` in HTML document
48 - Fix: `DEBUG_MAX_ARRAY_LENGTH`
53 * Fix exception when `err` cannot be converted to a string
54 * Fully URL-encode the pathname in the 404 message
55 * Only include the pathname in the 404 message
56 * Send complete HTML document
57 * Set `Content-Security-Policy: default-src 'self'` header
59 - Allow colors in workers
60 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
61 - Fix error when running under React Native
62 - Use same color for same namespace
68 * Fix exception when `err.headers` is not an object
69 * deps: statuses@~1.3.1
70 * perf: hoist regular expressions
71 * perf: remove duplicate validation path
76 * Change invalid or non-numeric status code to 500
77 * Overwrite status message to match set status code
78 * Prefer `err.statusCode` if `err.status` is invalid
79 * Set response headers from `err.headers` object
80 * Use `statuses` instead of `http` module for status messages
81 - Includes all defined status messages
86 * deps: escape-html@~1.0.3
87 - perf: enable strict mode
88 - perf: optimize string replacement
89 - perf: use faster string coercion
94 * Fix a false-positive when unpiping in Node.js 0.8
95 * Support `statusCode` property on `Error` objects
96 * Use `unpipe` module for unpiping requests
97 * deps: escape-html@1.0.2
98 * deps: on-finished@~2.3.0
99 - Add defined behavior for HTTP `CONNECT` requests
100 - Add defined behavior for HTTP `Upgrade` requests
101 - deps: ee-first@1.1.1
102 * perf: enable strict mode
103 * perf: remove argument reassignment
114 * deps: on-finished@~2.2.1
115 - Fix `isFinished(req)` when data buffered
121 - Fix high intensity foreground color for bold
128 * deps: on-finished@~2.2.0
133 * deps: on-finished@~2.1.1
134 - Fix handling of pipelined requests
140 - Implement `DEBUG_FD` env variable support
145 * Terminate in progress response only on error
146 * Use `on-finished` to determine request status
151 * Set `X-Content-Type-Options: nosniff` header
157 * Respond after request fully read
158 - prevents hung responses and socket hang ups
165 - Add support for multiple wildcards in namespaces
170 * Handle invalid status codes
180 * Extracted from connect/express