aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/errorhandler/HISTORY.md
blob: 974e6102ef04d959e7f5ae1d046f1a66d68c6ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
1.4.3 / 2016-01-17
==================

  * deps: accepts@~1.3.0
    - deps: mime-types@~2.1.7
    - deps: negotiator@0.6.0
  * deps: escape-html@~1.0.3
    - perf: enable strict mode
    - perf: optimize string replacement
    - perf: use faster string coercion

1.4.2 / 2015-07-30
==================

  * deps: accepts@~1.2.12
    - deps: mime-types@~2.1.4

1.4.1 / 2015-07-05
==================

  * deps: accepts@~1.2.10
    - deps: mime-types@~2.1.2

1.4.0 / 2015-06-10
==================

  * Add charset to the `Content-Type` header
  * Support `statusCode` property on `Error` objects
  * deps: accepts@~1.2.9
    - deps: mime-types@~2.1.1
    - deps: negotiator@0.5.3
    - perf: avoid argument reassignment & argument slice
    - perf: avoid negotiator recursive construction
    - perf: enable strict mode
    - perf: remove unnecessary bitwise operator
  * deps: escape-html@1.0.2

1.3.6 / 2015-05-14
==================

  * deps: accepts@~1.2.7
    - deps: mime-types@~2.0.11
    - deps: negotiator@0.5.3

1.3.5 / 2015-03-14
==================

  * deps: accepts@~1.2.5
    - deps: mime-types@~2.0.10

1.3.4 / 2015-02-15
==================

  * deps: accepts@~1.2.4
    - deps: mime-types@~2.0.9
    - deps: negotiator@0.5.1

1.3.3 / 2015-01-31
==================

  * deps: accepts@~1.2.3
    - deps: mime-types@~2.0.8

1.3.2 / 2015-01-01
==================

  * Fix heading content to not include stack

1.3.1 / 2014-12-31
==================

  * deps: accepts@~1.2.2
    - deps: mime-types@~2.0.7
    - deps: negotiator@0.5.0

1.3.0 / 2014-11-22
==================

  * Add `log` option

1.2.4 / 2015-01-01
==================

  * Fix heading content to not include stack

1.2.3 / 2014-11-21
==================

  * deps: accepts@~1.1.3
    - deps: mime-types@~2.0.3

1.2.2 / 2014-10-15
==================

  * deps: accepts@~1.1.2
    - Fix error when media type has invalid parameter
    - deps: negotiator@0.4.9

1.2.1 / 2014-10-12
==================

  * deps: accepts@~1.1.1
    - deps: mime-types@~2.0.2
    - deps: negotiator@0.4.8

1.2.0 / 2014-09-02
==================

  * Display error using `util.inspect` if no other representation
  * deps: accepts@~1.1.0

1.1.1 / 2014-06-20
==================

  * deps: accepts@~1.0.4
    - use `mime-types`

1.1.0 / 2014-06-16
==================

  * Display error on console formatted like `throw`
  * Escape HTML with `escape-html` module
  * Escape HTML in stack trace
  * Escape HTML in title
  * Fix up edge cases with error sent in response
  * Set `X-Content-Type-Options: nosniff` header
  * Use accepts for negotiation

1.0.2 / 2014-06-05
==================

  * Pass on errors from reading error files

1.0.1 / 2014-04-29
==================

  * Clean up error CSS
  * Do not respond after headers sent

1.0.0 / 2014-03-03
==================

  * Genesis from `connect`