Skip to content

Commit

Permalink
Release 0.5.2: Added getEncoder/getDecoder to .d.ts; minor devDepende…
Browse files Browse the repository at this point in the history
…ncy fixes.
  • Loading branch information
ashtuchkin committed Jun 8, 2020
1 parent e54536c commit 5148f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.2 / 2020-06-08
* Added `iconv.getEncoder()` and `iconv.getDecoder()` methods to typescript definitions (#229).
* Fixed semver version to 6.1.2 to support Node 8.x (by @tanandara).
* Capped iconv version to 2.x as 3.x has dropped support for older Node versions.
* Switched from instanbul to c8 for code coverage.


## 0.5.1 / 2020-01-18

* Added cp720 encoding (#221, by @kr-deps)
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.5.1",
"version": "0.5.2",
"license": "MIT",
"keywords": [
"iconv",
Expand Down

0 comments on commit 5148f43

Please sign in to comment.