Skip to content

Commit

Permalink
Release 0.5.0: Added UTF-32 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Jun 26, 2019
1 parent d01d0a0 commit 2b4125d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.5.0 / 2019-06-26

* Added UTF-32 encoding, both little-endian and big-endian variants (UTF-32LE, UTF32-BE). If endianness
is not provided for decoding, it's deduced automatically from the stream using a heuristic similar to
what we use in UTF-16. (great work in #216 by @kshetline)
* Several minor updates to README (#217 by @oldj, plus some more)
* Added Node versions 10 and 12 to Travis test harness.


# 0.4.24 / 2018-08-22

* Added MIK encoding (#196, by @Ivan-Kalatchev)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.24",
"version": "0.5.0",
"license": "MIT",
"keywords": [
"iconv",
Expand Down

0 comments on commit 2b4125d

Please sign in to comment.