UNPKG

3.09 kBMarkdownView Raw
11.0.0 / 2017-02-15
2==================
3
4 * Fix exception when `err` cannot be converted to a string
5 * Fully URL-encode the pathname in the 404 message
6 * Only include the pathname in the 404 message
7 * Send complete HTML document
8 * Set `Content-Security-Policy: default-src 'self'` header
9 * deps: debug@2.6.1
10 - Allow colors in workers
11 - Deprecated `DEBUG_FD` environment variable set to `3` or higher
12 - Fix error when running under React Native
13 - Use same color for same namespace
14 - deps: ms@0.7.2
15
160.5.1 / 2016-11-12
17==================
18
19 * Fix exception when `err.headers` is not an object
20 * deps: statuses@~1.3.1
21 * perf: hoist regular expressions
22 * perf: remove duplicate validation path
23
240.5.0 / 2016-06-15
25==================
26
27 * Change invalid or non-numeric status code to 500
28 * Overwrite status message to match set status code
29 * Prefer `err.statusCode` if `err.status` is invalid
30 * Set response headers from `err.headers` object
31 * Use `statuses` instead of `http` module for status messages
32 - Includes all defined status messages
33
340.4.1 / 2015-12-02
35==================
36
37 * deps: escape-html@~1.0.3
38 - perf: enable strict mode
39 - perf: optimize string replacement
40 - perf: use faster string coercion
41
420.4.0 / 2015-06-14
43==================
44
45 * Fix a false-positive when unpiping in Node.js 0.8
46 * Support `statusCode` property on `Error` objects
47 * Use `unpipe` module for unpiping requests
48 * deps: escape-html@1.0.2
49 * deps: on-finished@~2.3.0
50 - Add defined behavior for HTTP `CONNECT` requests
51 - Add defined behavior for HTTP `Upgrade` requests
52 - deps: ee-first@1.1.1
53 * perf: enable strict mode
54 * perf: remove argument reassignment
55
560.3.6 / 2015-05-11
57==================
58
59 * deps: debug@~2.2.0
60 - deps: ms@0.7.1
61
620.3.5 / 2015-04-22
63==================
64
65 * deps: on-finished@~2.2.1
66 - Fix `isFinished(req)` when data buffered
67
680.3.4 / 2015-03-15
69==================
70
71 * deps: debug@~2.1.3
72 - Fix high intensity foreground color for bold
73 - deps: ms@0.7.0
74
750.3.3 / 2015-01-01
76==================
77
78 * deps: debug@~2.1.1
79 * deps: on-finished@~2.2.0
80
810.3.2 / 2014-10-22
82==================
83
84 * deps: on-finished@~2.1.1
85 - Fix handling of pipelined requests
86
870.3.1 / 2014-10-16
88==================
89
90 * deps: debug@~2.1.0
91 - Implement `DEBUG_FD` env variable support
92
930.3.0 / 2014-09-17
94==================
95
96 * Terminate in progress response only on error
97 * Use `on-finished` to determine request status
98
990.2.0 / 2014-09-03
100==================
101
102 * Set `X-Content-Type-Options: nosniff` header
103 * deps: debug@~2.0.0
104
1050.1.0 / 2014-07-16
106==================
107
108 * Respond after request fully read
109 - prevents hung responses and socket hang ups
110 * deps: debug@1.0.4
111
1120.0.3 / 2014-07-11
113==================
114
115 * deps: debug@1.0.3
116 - Add support for multiple wildcards in namespaces
117
1180.0.2 / 2014-06-19
119==================
120
121 * Handle invalid status codes
122
1230.0.1 / 2014-06-05
124==================
125
126 * deps: debug@1.0.2
127
1280.0.0 / 2014-06-05
129==================
130
131 * Extracted from connect/express