Skip to content

Commit 5148f43

Browse files
committedJun 8, 2020
Release 0.5.2: Added getEncoder/getDecoder to .d.ts; minor devDependency fixes.
1 parent e54536c commit 5148f43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.2 / 2020-06-08
2+
* Added `iconv.getEncoder()` and `iconv.getDecoder()` methods to typescript definitions (#229).
3+
* Fixed semver version to 6.1.2 to support Node 8.x (by @tanandara).
4+
* Capped iconv version to 2.x as 3.x has dropped support for older Node versions.
5+
* Switched from instanbul to c8 for code coverage.
6+
7+
18
## 0.5.1 / 2020-01-18
29

310
* Added cp720 encoding (#221, by @kr-deps)

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

0 commit comments

Comments
 (0)
Please sign in to comment.