We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54536c commit 5148f43Copy full SHA for 5148f43
Changelog.md
@@ -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
8
## 0.5.1 / 2020-01-18
9
10
* Added cp720 encoding (#221, by @kr-deps)
package.json
@@ -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",
0 commit comments