|
1 |
| -# 0.5.0 / 2019-06-26 |
| 1 | +## 0.5.1 / 2020-01-18 |
| 2 | + |
| 3 | + * Added cp720 encoding (#221, by @kr-deps) |
| 4 | + * (minor) Changed Changelog.md formatting to use h2. |
| 5 | + |
| 6 | + |
| 7 | +## 0.5.0 / 2019-06-26 |
2 | 8 |
|
3 | 9 | * Added UTF-32 encoding, both little-endian and big-endian variants (UTF-32LE, UTF32-BE). If endianness
|
4 | 10 | is not provided for decoding, it's deduced automatically from the stream using a heuristic similar to
|
|
7 | 13 | * Added Node versions 10 and 12 to Travis test harness.
|
8 | 14 |
|
9 | 15 |
|
10 |
| -# 0.4.24 / 2018-08-22 |
| 16 | +## 0.4.24 / 2018-08-22 |
11 | 17 |
|
12 | 18 | * Added MIK encoding (#196, by @Ivan-Kalatchev)
|
13 | 19 |
|
14 | 20 |
|
15 |
| -# 0.4.23 / 2018-05-07 |
| 21 | +## 0.4.23 / 2018-05-07 |
16 | 22 |
|
17 | 23 | * Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann)
|
18 | 24 | * Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn)
|
19 | 25 |
|
20 | 26 |
|
21 |
| -# 0.4.22 / 2018-05-05 |
| 27 | +## 0.4.22 / 2018-05-05 |
22 | 28 |
|
23 | 29 | * Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
|
24 | 30 | * Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)
|
25 | 31 |
|
26 | 32 |
|
27 |
| -# 0.4.21 / 2018-04-06 |
| 33 | +## 0.4.21 / 2018-04-06 |
28 | 34 |
|
29 | 35 | * Fix encoding canonicalization (#156)
|
30 | 36 | * Fix the paths in the "browser" field in package.json (#174 by @LMLB)
|
31 | 37 | * Removed "contributors" section in package.json - see Git history instead.
|
32 | 38 |
|
33 | 39 |
|
34 |
| -# 0.4.20 / 2018-04-06 |
| 40 | +## 0.4.20 / 2018-04-06 |
35 | 41 |
|
36 | 42 | * Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
|
37 | 43 |
|
38 | 44 |
|
39 |
| -# 0.4.19 / 2017-09-09 |
| 45 | +## 0.4.19 / 2017-09-09 |
40 | 46 |
|
41 | 47 | * Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147)
|
42 | 48 | * Re-generated windows1255 codec, because it was updated in iconv project
|
43 | 49 | * Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8
|
44 | 50 |
|
45 | 51 |
|
46 |
| -# 0.4.18 / 2017-06-13 |
| 52 | +## 0.4.18 / 2017-06-13 |
47 | 53 |
|
48 | 54 | * Fixed CESU-8 regression in Node v8.
|
49 | 55 |
|
50 | 56 |
|
51 |
| -# 0.4.17 / 2017-04-22 |
| 57 | +## 0.4.17 / 2017-04-22 |
52 | 58 |
|
53 | 59 | * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
|
54 | 60 |
|
55 | 61 |
|
56 |
| -# 0.4.16 / 2017-04-22 |
| 62 | +## 0.4.16 / 2017-04-22 |
57 | 63 |
|
58 | 64 | * Added support for React Native (#150)
|
59 | 65 | * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
|
|
62 | 68 | * Added a warning if iconv-lite is loaded not as utf-8 (see #142)
|
63 | 69 |
|
64 | 70 |
|
65 |
| -# 0.4.15 / 2016-11-21 |
| 71 | +## 0.4.15 / 2016-11-21 |
66 | 72 |
|
67 | 73 | * Fixed typescript type definition (#137)
|
68 | 74 |
|
69 | 75 |
|
70 |
| -# 0.4.14 / 2016-11-20 |
| 76 | +## 0.4.14 / 2016-11-20 |
71 | 77 |
|
72 | 78 | * Preparation for v1.0
|
73 | 79 | * Added Node v6 and latest Node versions to Travis CI test rig
|
|
77 | 83 | * Add ms prefix to dbcs windows encodings (@rokoroku)
|
78 | 84 |
|
79 | 85 |
|
80 |
| -# 0.4.13 / 2015-10-01 |
| 86 | +## 0.4.13 / 2015-10-01 |
81 | 87 |
|
82 | 88 | * Fix silly mistake in deprecation notice.
|
83 | 89 |
|
84 | 90 |
|
85 |
| -# 0.4.12 / 2015-09-26 |
| 91 | +## 0.4.12 / 2015-09-26 |
86 | 92 |
|
87 | 93 | * Node v4 support:
|
88 | 94 | * Added CESU-8 decoding (#106)
|
89 | 95 | * Added deprecation notice for `extendNodeEncodings`
|
90 | 96 | * Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol)
|
91 | 97 |
|
92 | 98 |
|
93 |
| -# 0.4.11 / 2015-07-03 |
| 99 | +## 0.4.11 / 2015-07-03 |
94 | 100 |
|
95 | 101 | * Added CESU-8 encoding.
|
96 | 102 |
|
97 | 103 |
|
98 |
| -# 0.4.10 / 2015-05-26 |
| 104 | +## 0.4.10 / 2015-05-26 |
99 | 105 |
|
100 | 106 | * Changed UTF-16 endianness heuristic to take into account any ASCII chars, not
|
101 | 107 | just spaces. This should minimize the importance of "default" endianness.
|
102 | 108 |
|
103 | 109 |
|
104 |
| -# 0.4.9 / 2015-05-24 |
| 110 | +## 0.4.9 / 2015-05-24 |
105 | 111 |
|
106 | 112 | * Streamlined BOM handling: strip BOM by default, add BOM when encoding if
|
107 | 113 | addBOM: true. Added docs to Readme.
|
|
113 | 119 | * Use strict mode in all files.
|
114 | 120 |
|
115 | 121 |
|
116 |
| -# 0.4.8 / 2015-04-14 |
| 122 | +## 0.4.8 / 2015-04-14 |
117 | 123 |
|
118 | 124 | * added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)
|
119 | 125 |
|
120 | 126 |
|
121 |
| -# 0.4.7 / 2015-02-05 |
| 127 | +## 0.4.7 / 2015-02-05 |
122 | 128 |
|
123 | 129 | * stop official support of Node.js v0.8. Should still work, but no guarantees.
|
124 | 130 | reason: Packages needed for testing are hard to get on Travis CI.
|
125 | 131 | * work in environment where Object.prototype is monkey patched with enumerable
|
126 | 132 | props (#89).
|
127 | 133 |
|
128 | 134 |
|
129 |
| -# 0.4.6 / 2015-01-12 |
| 135 | +## 0.4.6 / 2015-01-12 |
130 | 136 |
|
131 | 137 | * fix rare aliases of single-byte encodings (thanks @mscdex)
|
132 | 138 | * double the timeout for dbcs tests to make them less flaky on travis
|
133 | 139 |
|
134 | 140 |
|
135 |
| -# 0.4.5 / 2014-11-20 |
| 141 | +## 0.4.5 / 2014-11-20 |
136 | 142 |
|
137 | 143 | * fix windows-31j and x-sjis encoding support (@nleush)
|
138 | 144 | * minor fix: undefined variable reference when internal error happens
|
139 | 145 |
|
140 | 146 |
|
141 |
| -# 0.4.4 / 2014-07-16 |
| 147 | +## 0.4.4 / 2014-07-16 |
142 | 148 |
|
143 | 149 | * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
|
144 | 150 | * fixed streaming base64 encoding
|
145 | 151 |
|
146 | 152 |
|
147 |
| -# 0.4.3 / 2014-06-14 |
| 153 | +## 0.4.3 / 2014-06-14 |
148 | 154 |
|
149 | 155 | * added encodings UTF-16BE and UTF-16 with BOM
|
150 | 156 |
|
151 | 157 |
|
152 |
| -# 0.4.2 / 2014-06-12 |
| 158 | +## 0.4.2 / 2014-06-12 |
153 | 159 |
|
154 | 160 | * don't throw exception if `extendNodeEncodings()` is called more than once
|
155 | 161 |
|
156 | 162 |
|
157 |
| -# 0.4.1 / 2014-06-11 |
| 163 | +## 0.4.1 / 2014-06-11 |
158 | 164 |
|
159 | 165 | * codepage 808 added
|
160 | 166 |
|
161 | 167 |
|
162 |
| -# 0.4.0 / 2014-06-10 |
| 168 | +## 0.4.0 / 2014-06-10 |
163 | 169 |
|
164 | 170 | * code is rewritten from scratch
|
165 | 171 | * all widespread encodings are supported
|
|
0 commit comments