Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-favicon / HISTORY.md
1 2.2.0 / 2014-12-18
2 ==================
3
4   * Support query string in the URL
5   * deps: etag@~1.5.1
6     - deps: crc@3.2.1
7   * deps: ms@0.7.0
8     - Add `milliseconds`
9     - Add `msecs`
10     - Add `secs`
11     - Add `mins`
12     - Add `hrs`
13     - Add `yrs`
14
15 2.1.7 / 2014-11-19
16 ==================
17
18   * Avoid errors from enumerables on `Object.prototype`
19
20 2.1.6 / 2014-10-16
21 ==================
22
23   * deps: etag@~1.5.0
24
25 2.1.5 / 2014-09-24
26 ==================
27
28   * deps: etag@~1.4.0
29
30 2.1.4 / 2014-09-15
31 ==================
32
33   * Fix content headers being sent in 304 response
34   * deps: etag@~1.3.1
35     - Improve ETag generation speed
36
37 2.1.3 / 2014-09-07
38 ==================
39
40   * deps: fresh@0.2.4
41
42 2.1.2 / 2014-09-05
43 ==================
44
45   * deps: etag@~1.3.0
46     - Improve ETag generation speed
47
48 2.1.1 / 2014-08-25
49 ==================
50
51   * Fix `ms` to be listed as a dependency
52
53 2.1.0 / 2014-08-24
54 ==================
55
56   * Accept string for `maxAge` (converted by `ms`)
57   * Use `etag` to generate `ETag` header
58
59 2.0.1 / 2014-06-05
60 ==================
61
62   * Reduce byte size of `ETag` header
63
64 2.0.0 / 2014-05-02
65 ==================
66
67   * `path` argument is required; there is no default icon.
68   * Accept `Buffer` of icon as first argument.
69   * Non-GET and HEAD requests are denied.
70   * Send valid max-age value
71   * Support conditional requests
72   * Support max-age=0
73   * Support OPTIONS method
74   * Throw if `path` argument is directory.
75
76 1.0.2 / 2014-03-16
77 ==================
78
79   * Fixed content of default icon.
80
81 1.0.1 / 2014-03-11
82 ==================
83
84   * Fixed path to default icon.
85
86 1.0.0 / 2014-02-15
87 ==================
88
89   * Initial release