Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / iconv-lite / Changelog.md
1
2 # 0.4.11 / 2015-07-03
3
4  * Added CESU-8 encoding.
5
6
7 # 0.4.10 / 2015-05-26
8
9  * Changed UTF-16 endianness heuristic to take into account any ASCII chars, not
10    just spaces. This should minimize the importance of "default" endianness.
11
12
13 # 0.4.9 / 2015-05-24
14
15  * Streamlined BOM handling: strip BOM by default, add BOM when encoding if 
16    addBOM: true. Added docs to Readme.
17  * UTF16 now uses UTF16-LE by default.
18  * Fixed minor issue with big5 encoding.
19  * Added io.js testing on Travis; updated node-iconv version to test against.
20    Now we just skip testing SBCS encodings that node-iconv doesn't support.
21  * (internal refactoring) Updated codec interface to use classes.
22  * Use strict mode in all files.
23
24
25 # 0.4.8 / 2015-04-14
26  
27  * added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)
28
29
30 # 0.4.7 / 2015-02-05
31
32  * stop official support of Node.js v0.8. Should still work, but no guarantees.
33    reason: Packages needed for testing are hard to get on Travis CI.
34  * work in environment where Object.prototype is monkey patched with enumerable 
35    props (#89).
36
37
38 # 0.4.6 / 2015-01-12
39  
40  * fix rare aliases of single-byte encodings (thanks @mscdex)
41  * double the timeout for dbcs tests to make them less flaky on travis
42
43
44 # 0.4.5 / 2014-11-20
45
46  * fix windows-31j and x-sjis encoding support (@nleush)
47  * minor fix: undefined variable reference when internal error happens
48
49
50 # 0.4.4 / 2014-07-16
51
52  * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
53  * fixed streaming base64 encoding
54
55
56 # 0.4.3 / 2014-06-14
57
58  * added encodings UTF-16BE and UTF-16 with BOM
59
60
61 # 0.4.2 / 2014-06-12
62
63  * don't throw exception if `extendNodeEncodings()` is called more than once
64
65
66 # 0.4.1 / 2014-06-11
67
68  * codepage 808 added
69
70
71 # 0.4.0 / 2014-06-10
72
73  * code is rewritten from scratch
74  * all widespread encodings are supported
75  * streaming interface added
76  * browserify compatibility added
77  * (optional) extend core primitive encodings to make usage even simpler
78  * moved from vows to mocha as the testing framework
79
80