Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / etag / HISTORY.md
1 1.7.0 / 2015-06-08
2 ==================
3
4   * Always include entity length in ETags for hash length extensions
5   * Generate non-Stats ETags using MD5 only (no longer CRC32)
6   * Improve stat performance by removing hashing
7   * Remove base64 padding in ETags to shorten
8   * Use MD5 instead of MD4 in weak ETags over 1KB
9
10 1.6.0 / 2015-05-10
11 ==================
12
13   * Improve support for JXcore
14   * Remove requirement of `atime` in the stats object
15   * Support "fake" stats objects in environments without `fs`
16
17 1.5.1 / 2014-11-19
18 ==================
19
20   * deps: crc@3.2.1
21     - Minor fixes
22
23 1.5.0 / 2014-10-14
24 ==================
25
26   * Improve string performance
27   * Slightly improve speed for weak ETags over 1KB
28
29 1.4.0 / 2014-09-21
30 ==================
31
32   * Support "fake" stats objects
33   * Support Node.js 0.6
34
35 1.3.1 / 2014-09-14
36 ==================
37
38   * Use the (new and improved) `crc` for crc32
39
40 1.3.0 / 2014-08-29
41 ==================
42
43   * Default strings to strong ETags
44   * Improve speed for weak ETags over 1KB
45
46 1.2.1 / 2014-08-29
47 ==================
48
49   * Use the (much faster) `buffer-crc32` for crc32
50
51 1.2.0 / 2014-08-24
52 ==================
53
54   * Add support for file stat objects
55
56 1.1.0 / 2014-08-24
57 ==================
58
59   * Add fast-path for empty entity
60   * Add weak ETag generation
61   * Shrink size of generated ETags
62
63 1.0.1 / 2014-08-24
64 ==================
65
66   * Fix behavior of string containing Unicode
67
68 1.0.0 / 2014-05-18
69 ==================
70
71   * Initial release