1 | 1.5.1 / 2019-05-08
|
2 | ==================
|
3 |
|
4 | * deps: accepts@~1.3.7
|
5 | - deps: mime-types@~2.1.24
|
6 | - deps: negotiator@0.6.2
|
7 |
|
8 | 1.5.0 / 2016-11-15
|
9 | ==================
|
10 |
|
11 | * Pretty print JSON error response
|
12 | * deps: accepts@~1.3.3
|
13 | - deps: mime-types@~2.1.11
|
14 | - deps: negotiator@0.6.1
|
15 | * perf: front-load HTML template and stylesheet at middleware construction
|
16 | * perf: only load template and stylesheet once
|
17 | * perf: resolve file paths at start up
|
18 |
|
19 | 1.4.3 / 2016-01-17
|
20 | ==================
|
21 |
|
22 | * deps: accepts@~1.3.0
|
23 | - deps: mime-types@~2.1.7
|
24 | - deps: negotiator@0.6.0
|
25 | * deps: escape-html@~1.0.3
|
26 | - perf: enable strict mode
|
27 | - perf: optimize string replacement
|
28 | - perf: use faster string coercion
|
29 |
|
30 | 1.4.2 / 2015-07-30
|
31 | ==================
|
32 |
|
33 | * deps: accepts@~1.2.12
|
34 | - deps: mime-types@~2.1.4
|
35 |
|
36 | 1.4.1 / 2015-07-05
|
37 | ==================
|
38 |
|
39 | * deps: accepts@~1.2.10
|
40 | - deps: mime-types@~2.1.2
|
41 |
|
42 | 1.4.0 / 2015-06-10
|
43 | ==================
|
44 |
|
45 | * Add charset to the `Content-Type` header
|
46 | * Support `statusCode` property on `Error` objects
|
47 | * deps: accepts@~1.2.9
|
48 | - deps: mime-types@~2.1.1
|
49 | - deps: negotiator@0.5.3
|
50 | - perf: avoid argument reassignment & argument slice
|
51 | - perf: avoid negotiator recursive construction
|
52 | - perf: enable strict mode
|
53 | - perf: remove unnecessary bitwise operator
|
54 | * deps: escape-html@1.0.2
|
55 |
|
56 | 1.3.6 / 2015-05-14
|
57 | ==================
|
58 |
|
59 | * deps: accepts@~1.2.7
|
60 | - deps: mime-types@~2.0.11
|
61 | - deps: negotiator@0.5.3
|
62 |
|
63 | 1.3.5 / 2015-03-14
|
64 | ==================
|
65 |
|
66 | * deps: accepts@~1.2.5
|
67 | - deps: mime-types@~2.0.10
|
68 |
|
69 | 1.3.4 / 2015-02-15
|
70 | ==================
|
71 |
|
72 | * deps: accepts@~1.2.4
|
73 | - deps: mime-types@~2.0.9
|
74 | - deps: negotiator@0.5.1
|
75 |
|
76 | 1.3.3 / 2015-01-31
|
77 | ==================
|
78 |
|
79 | * deps: accepts@~1.2.3
|
80 | - deps: mime-types@~2.0.8
|
81 |
|
82 | 1.3.2 / 2015-01-01
|
83 | ==================
|
84 |
|
85 | * Fix heading content to not include stack
|
86 |
|
87 | 1.3.1 / 2014-12-31
|
88 | ==================
|
89 |
|
90 | * deps: accepts@~1.2.2
|
91 | - deps: mime-types@~2.0.7
|
92 | - deps: negotiator@0.5.0
|
93 |
|
94 | 1.3.0 / 2014-11-22
|
95 | ==================
|
96 |
|
97 | * Add `log` option
|
98 |
|
99 | 1.2.4 / 2015-01-01
|
100 | ==================
|
101 |
|
102 | * Fix heading content to not include stack
|
103 |
|
104 | 1.2.3 / 2014-11-21
|
105 | ==================
|
106 |
|
107 | * deps: accepts@~1.1.3
|
108 | - deps: mime-types@~2.0.3
|
109 |
|
110 | 1.2.2 / 2014-10-15
|
111 | ==================
|
112 |
|
113 | * deps: accepts@~1.1.2
|
114 | - Fix error when media type has invalid parameter
|
115 | - deps: negotiator@0.4.9
|
116 |
|
117 | 1.2.1 / 2014-10-12
|
118 | ==================
|
119 |
|
120 | * deps: accepts@~1.1.1
|
121 | - deps: mime-types@~2.0.2
|
122 | - deps: negotiator@0.4.8
|
123 |
|
124 | 1.2.0 / 2014-09-02
|
125 | ==================
|
126 |
|
127 | * Display error using `util.inspect` if no other representation
|
128 | * deps: accepts@~1.1.0
|
129 |
|
130 | 1.1.1 / 2014-06-20
|
131 | ==================
|
132 |
|
133 | * deps: accepts@~1.0.4
|
134 | - use `mime-types`
|
135 |
|
136 | 1.1.0 / 2014-06-16
|
137 | ==================
|
138 |
|
139 | * Display error on console formatted like `throw`
|
140 | * Escape HTML with `escape-html` module
|
141 | * Escape HTML in stack trace
|
142 | * Escape HTML in title
|
143 | * Fix up edge cases with error sent in response
|
144 | * Set `X-Content-Type-Options: nosniff` header
|
145 | * Use accepts for negotiation
|
146 |
|
147 | 1.0.2 / 2014-06-05
|
148 | ==================
|
149 |
|
150 | * Pass on errors from reading error files
|
151 |
|
152 | 1.0.1 / 2014-04-29
|
153 | ==================
|
154 |
|
155 | * Clean up error CSS
|
156 | * Do not respond after headers sent
|
157 |
|
158 | 1.0.0 / 2014-03-03
|
159 | ==================
|
160 |
|
161 | * Genesis from `connect`
|