Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / iconv-lite / Changelog.md
1
2 # 0.4.6 / 2015-01-12
3  
4  * fix rare aliases of single-byte encodings (thanks @mscdex)
5  * double the timeout for dbcs tests to make them less flaky on travis
6
7 # 0.4.5 / 2014-11-20
8
9  * fix windows-31j and x-sjis encoding support (@nleush)
10  * minor fix: undefined variable reference when internal error happens
11
12 # 0.4.4 / 2014-07-16
13
14  * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
15  * fixed streaming base64 encoding
16
17 # 0.4.3 / 2014-06-14
18
19  * added encodings UTF-16BE and UTF-16 with BOM
20
21 # 0.4.2 / 2014-06-12
22
23  * don't throw exception if `extendNodeEncodings()` is called more than once
24
25 # 0.4.1 / 2014-06-11
26
27  * codepage 808 added
28
29
30 # 0.4.0 / 2014-06-10
31
32  * code is rewritten from scratch
33  * all widespread encodings are supported
34  * streaming interface added
35  * browserify compatibility added
36  * (optional) extend core primitive encodings to make usage even simpler
37  * moved from vows to mocha as the testing framework
38
39