프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / finalhandler / HISTORY.md

이력 | 보기 | 이력해설 | 다운로드 (3.85 KB)

1
1.1.1 / 2018-03-06
2
==================
3

    
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
8

    
9
1.1.0 / 2017-09-24
10
==================
11

    
12
  * Use `res.headersSent` when available
13

    
14
1.0.6 / 2017-09-22
15
==================
16

    
17
  * deps: debug@2.6.9
18

    
19
1.0.5 / 2017-09-15
20
==================
21

    
22
  * deps: parseurl@~1.3.2
23
    - perf: reduce overhead for full URLs
24
    - perf: unroll the "fast-path" `RegExp`
25

    
26
1.0.4 / 2017-08-03
27
==================
28

    
29
  * deps: debug@2.6.8
30

    
31
1.0.3 / 2017-05-16
32
==================
33

    
34
  * deps: debug@2.6.7
35
    - deps: ms@2.0.0
36

    
37
1.0.2 / 2017-04-22
38
==================
39

    
40
  * deps: debug@2.6.4
41
    - deps: ms@0.7.3
42

    
43
1.0.1 / 2017-03-21
44
==================
45

    
46
  * Fix missing `</html>` in HTML document
47
  * deps: debug@2.6.3
48
    - Fix: `DEBUG_MAX_ARRAY_LENGTH`
49

    
50
1.0.0 / 2017-02-15
51
==================
52

    
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
58
  * deps: debug@2.6.1
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
63
    - deps: ms@0.7.2
64

    
65
0.5.1 / 2016-11-12
66
==================
67

    
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
72

    
73
0.5.0 / 2016-06-15
74
==================
75

    
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
82

    
83
0.4.1 / 2015-12-02
84
==================
85

    
86
  * deps: escape-html@~1.0.3
87
    - perf: enable strict mode
88
    - perf: optimize string replacement
89
    - perf: use faster string coercion
90

    
91
0.4.0 / 2015-06-14
92
==================
93

    
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
104

    
105
0.3.6 / 2015-05-11
106
==================
107

    
108
  * deps: debug@~2.2.0
109
    - deps: ms@0.7.1
110

    
111
0.3.5 / 2015-04-22
112
==================
113

    
114
  * deps: on-finished@~2.2.1
115
    - Fix `isFinished(req)` when data buffered
116

    
117
0.3.4 / 2015-03-15
118
==================
119

    
120
  * deps: debug@~2.1.3
121
    - Fix high intensity foreground color for bold
122
    - deps: ms@0.7.0
123

    
124
0.3.3 / 2015-01-01
125
==================
126

    
127
  * deps: debug@~2.1.1
128
  * deps: on-finished@~2.2.0
129

    
130
0.3.2 / 2014-10-22
131
==================
132

    
133
  * deps: on-finished@~2.1.1
134
    - Fix handling of pipelined requests
135

    
136
0.3.1 / 2014-10-16
137
==================
138

    
139
  * deps: debug@~2.1.0
140
    - Implement `DEBUG_FD` env variable support
141

    
142
0.3.0 / 2014-09-17
143
==================
144

    
145
  * Terminate in progress response only on error
146
  * Use `on-finished` to determine request status
147

    
148
0.2.0 / 2014-09-03
149
==================
150

    
151
  * Set `X-Content-Type-Options: nosniff` header
152
  * deps: debug@~2.0.0
153

    
154
0.1.0 / 2014-07-16
155
==================
156

    
157
  * Respond after request fully read
158
    - prevents hung responses and socket hang ups
159
  * deps: debug@1.0.4
160

    
161
0.0.3 / 2014-07-11
162
==================
163

    
164
  * deps: debug@1.0.3
165
    - Add support for multiple wildcards in namespaces
166

    
167
0.0.2 / 2014-06-19
168
==================
169

    
170
  * Handle invalid status codes
171

    
172
0.0.1 / 2014-06-05
173
==================
174

    
175
  * deps: debug@1.0.2
176

    
177
0.0.0 / 2014-06-05
178
==================
179

    
180
  * Extracted from connect/express