Skip to content

Commit 724829e

Browse files
committedJun 28, 2020
Release 0.6.1: Support Uint8Array when decoding.
1 parent dd72d9d commit 724829e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.1 / 2020-06-28
2+
* Support Uint8Array-s directly when decoding (#246, by @gyzerok)
3+
* Unify package.json version ranges to be strictly semver-compatible (#241)
4+
* Fix minor issue in UTF-32 decoder's endianness detection code.
5+
6+
17
## 0.6.0 / 2020-06-08
28
* Updated 'gb18030' encoding to :2005 edition (see https://github.com/whatwg/encoding/issues/22).
39
* Removed `iconv.extendNodeEncodings()` mechanism. It was deprecated 5 years ago and didn't work

‎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.6.0",
4+
"version": "0.6.1",
55
"license": "MIT",
66
"keywords": [
77
"iconv",

0 commit comments

Comments
 (0)
Please sign in to comment.