Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / serve-favicon / HISTORY.md
1 2.3.2 / 2016-11-16
2 ==================
3
4   * deps: ms@0.7.2
5
6 2.3.1 / 2016-01-23
7 ==================
8
9   * deps: parseurl@~1.3.1
10     - perf: enable strict mode
11
12 2.3.0 / 2015-06-13
13 ==================
14
15   * Send non-chunked response for `OPTIONS`
16   * deps: etag@~1.7.0
17     - Always include entity length in ETags for hash length extensions
18     - Generate non-Stats ETags using MD5 only (no longer CRC32)
19     - Remove base64 padding in ETags to shorten
20   * deps: fresh@0.3.0
21     - Add weak `ETag` matching support
22   * perf: enable strict mode
23   * perf: remove argument reassignment
24   * perf: remove bitwise operations
25
26 2.2.1 / 2015-05-14
27 ==================
28
29   * deps: etag@~1.6.0
30    - Improve support for JXcore
31    - Support "fake" stats objects in environments without `fs`
32   * deps: ms@0.7.1
33     - Prevent extraordinarily long inputs
34
35 2.2.0 / 2014-12-18
36 ==================
37
38   * Support query string in the URL
39   * deps: etag@~1.5.1
40     - deps: crc@3.2.1
41   * deps: ms@0.7.0
42     - Add `milliseconds`
43     - Add `msecs`
44     - Add `secs`
45     - Add `mins`
46     - Add `hrs`
47     - Add `yrs`
48
49 2.1.7 / 2014-11-19
50 ==================
51
52   * Avoid errors from enumerables on `Object.prototype`
53
54 2.1.6 / 2014-10-16
55 ==================
56
57   * deps: etag@~1.5.0
58
59 2.1.5 / 2014-09-24
60 ==================
61
62   * deps: etag@~1.4.0
63
64 2.1.4 / 2014-09-15
65 ==================
66
67   * Fix content headers being sent in 304 response
68   * deps: etag@~1.3.1
69     - Improve ETag generation speed
70
71 2.1.3 / 2014-09-07
72 ==================
73
74   * deps: fresh@0.2.4
75
76 2.1.2 / 2014-09-05
77 ==================
78
79   * deps: etag@~1.3.0
80     - Improve ETag generation speed
81
82 2.1.1 / 2014-08-25
83 ==================
84
85   * Fix `ms` to be listed as a dependency
86
87 2.1.0 / 2014-08-24
88 ==================
89
90   * Accept string for `maxAge` (converted by `ms`)
91   * Use `etag` to generate `ETag` header
92
93 2.0.1 / 2014-06-05
94 ==================
95
96   * Reduce byte size of `ETag` header
97
98 2.0.0 / 2014-05-02
99 ==================
100
101   * `path` argument is required; there is no default icon.
102   * Accept `Buffer` of icon as first argument.
103   * Non-GET and HEAD requests are denied.
104   * Send valid max-age value
105   * Support conditional requests
106   * Support max-age=0
107   * Support OPTIONS method
108   * Throw if `path` argument is directory.
109
110 1.0.2 / 2014-03-16
111 ==================
112
113   * Fixed content of default icon.
114
115 1.0.1 / 2014-03-11
116 ==================
117
118   * Fixed path to default icon.
119
120 1.0.0 / 2014-02-15
121 ==================
122
123   * Initial release