From 2b4125d11a733a40e45a755648389b2512a97a62 Mon Sep 17 00:00:00 2001 From: Alexander Shtuchkin Date: Wed, 26 Jun 2019 18:25:17 -0400 Subject: [PATCH] Release 0.5.0: Added UTF-32 encoding --- Changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f252313..afdcb23 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/package.json b/package.json index a7c74fc..513e1fa 100644 --- a/package.json +++ b/package.json @@ -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",