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