Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / etag / HISTORY.md
1 1.5.1 / 2014-11-19
2 ==================
3
4   * deps: crc@3.2.1
5     - Minor fixes
6
7 1.5.0 / 2014-10-14
8 ==================
9
10   * Improve string performance
11   * Slightly improve speed for weak ETags over 1KB
12
13 1.4.0 / 2014-09-21
14 ==================
15
16   * Support "fake" stats objects
17   * Support Node.js 0.6
18
19 1.3.1 / 2014-09-14
20 ==================
21
22   * Use the (new and improved) `crc` for crc32
23
24 1.3.0 / 2014-08-29
25 ==================
26
27   * Default strings to strong ETags
28   * Improve speed for weak ETags over 1KB
29
30 1.2.1 / 2014-08-29
31 ==================
32
33   * Use the (much faster) `buffer-crc32` for crc32
34
35 1.2.0 / 2014-08-24
36 ==================
37
38   * Add support for file stat objects
39
40 1.1.0 / 2014-08-24
41 ==================
42
43   * Add fast-path for empty entity
44   * Add weak ETag generation
45   * Shrink size of generated ETags
46
47 1.0.1 / 2014-08-24
48 ==================
49
50   * Fix behavior of string containing Unicode
51
52 1.0.0 / 2014-05-18
53 ==================
54
55   * Initial release