Skip to content

Commit c60e647

Browse files
committedJan 18, 2020
Release 0.5.1: Added cp720 encoding (Persian/Farsi, #221)
1 parent fa594b1 commit c60e647

File tree

2 files changed

+33
-27
lines changed

2 files changed

+33
-27
lines changed
 

‎Changelog.md

+32-26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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
28

39
* Added UTF-32 encoding, both little-endian and big-endian variants (UTF-32LE, UTF32-BE). If endianness
410
is not provided for decoding, it's deduced automatically from the stream using a heuristic similar to
@@ -7,53 +13,53 @@
713
* Added Node versions 10 and 12 to Travis test harness.
814

915

10-
# 0.4.24 / 2018-08-22
16+
## 0.4.24 / 2018-08-22
1117

1218
* Added MIK encoding (#196, by @Ivan-Kalatchev)
1319

1420

15-
# 0.4.23 / 2018-05-07
21+
## 0.4.23 / 2018-05-07
1622

1723
* Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann)
1824
* Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn)
1925

2026

21-
# 0.4.22 / 2018-05-05
27+
## 0.4.22 / 2018-05-05
2228

2329
* Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
2430
* Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)
2531

2632

27-
# 0.4.21 / 2018-04-06
33+
## 0.4.21 / 2018-04-06
2834

2935
* Fix encoding canonicalization (#156)
3036
* Fix the paths in the "browser" field in package.json (#174 by @LMLB)
3137
* Removed "contributors" section in package.json - see Git history instead.
3238

3339

34-
# 0.4.20 / 2018-04-06
40+
## 0.4.20 / 2018-04-06
3541

3642
* Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
3743

3844

39-
# 0.4.19 / 2017-09-09
45+
## 0.4.19 / 2017-09-09
4046

4147
* Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147)
4248
* Re-generated windows1255 codec, because it was updated in iconv project
4349
* Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8
4450

4551

46-
# 0.4.18 / 2017-06-13
52+
## 0.4.18 / 2017-06-13
4753

4854
* Fixed CESU-8 regression in Node v8.
4955

5056

51-
# 0.4.17 / 2017-04-22
57+
## 0.4.17 / 2017-04-22
5258

5359
* Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
5460

5561

56-
# 0.4.16 / 2017-04-22
62+
## 0.4.16 / 2017-04-22
5763

5864
* Added support for React Native (#150)
5965
* Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
@@ -62,12 +68,12 @@
6268
* Added a warning if iconv-lite is loaded not as utf-8 (see #142)
6369

6470

65-
# 0.4.15 / 2016-11-21
71+
## 0.4.15 / 2016-11-21
6672

6773
* Fixed typescript type definition (#137)
6874

6975

70-
# 0.4.14 / 2016-11-20
76+
## 0.4.14 / 2016-11-20
7177

7278
* Preparation for v1.0
7379
* Added Node v6 and latest Node versions to Travis CI test rig
@@ -77,31 +83,31 @@
7783
* Add ms prefix to dbcs windows encodings (@rokoroku)
7884

7985

80-
# 0.4.13 / 2015-10-01
86+
## 0.4.13 / 2015-10-01
8187

8288
* Fix silly mistake in deprecation notice.
8389

8490

85-
# 0.4.12 / 2015-09-26
91+
## 0.4.12 / 2015-09-26
8692

8793
* Node v4 support:
8894
* Added CESU-8 decoding (#106)
8995
* Added deprecation notice for `extendNodeEncodings`
9096
* Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol)
9197

9298

93-
# 0.4.11 / 2015-07-03
99+
## 0.4.11 / 2015-07-03
94100

95101
* Added CESU-8 encoding.
96102

97103

98-
# 0.4.10 / 2015-05-26
104+
## 0.4.10 / 2015-05-26
99105

100106
* Changed UTF-16 endianness heuristic to take into account any ASCII chars, not
101107
just spaces. This should minimize the importance of "default" endianness.
102108

103109

104-
# 0.4.9 / 2015-05-24
110+
## 0.4.9 / 2015-05-24
105111

106112
* Streamlined BOM handling: strip BOM by default, add BOM when encoding if
107113
addBOM: true. Added docs to Readme.
@@ -113,53 +119,53 @@
113119
* Use strict mode in all files.
114120

115121

116-
# 0.4.8 / 2015-04-14
122+
## 0.4.8 / 2015-04-14
117123

118124
* added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)
119125

120126

121-
# 0.4.7 / 2015-02-05
127+
## 0.4.7 / 2015-02-05
122128

123129
* stop official support of Node.js v0.8. Should still work, but no guarantees.
124130
reason: Packages needed for testing are hard to get on Travis CI.
125131
* work in environment where Object.prototype is monkey patched with enumerable
126132
props (#89).
127133

128134

129-
# 0.4.6 / 2015-01-12
135+
## 0.4.6 / 2015-01-12
130136

131137
* fix rare aliases of single-byte encodings (thanks @mscdex)
132138
* double the timeout for dbcs tests to make them less flaky on travis
133139

134140

135-
# 0.4.5 / 2014-11-20
141+
## 0.4.5 / 2014-11-20
136142

137143
* fix windows-31j and x-sjis encoding support (@nleush)
138144
* minor fix: undefined variable reference when internal error happens
139145

140146

141-
# 0.4.4 / 2014-07-16
147+
## 0.4.4 / 2014-07-16
142148

143149
* added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
144150
* fixed streaming base64 encoding
145151

146152

147-
# 0.4.3 / 2014-06-14
153+
## 0.4.3 / 2014-06-14
148154

149155
* added encodings UTF-16BE and UTF-16 with BOM
150156

151157

152-
# 0.4.2 / 2014-06-12
158+
## 0.4.2 / 2014-06-12
153159

154160
* don't throw exception if `extendNodeEncodings()` is called more than once
155161

156162

157-
# 0.4.1 / 2014-06-11
163+
## 0.4.1 / 2014-06-11
158164

159165
* codepage 808 added
160166

161167

162-
# 0.4.0 / 2014-06-10
168+
## 0.4.0 / 2014-06-10
163169

164170
* code is rewritten from scratch
165171
* all widespread encodings are supported

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iconv-lite",
33
"description": "Convert character encodings in pure javascript.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"keywords": [
77
"iconv",

0 commit comments

Comments
 (0)
Please sign in to comment.