File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.0 / 2020-06-08
2
+ * Updated 'gb18030' encoding to :2005 edition (see https://github.com/whatwg/encoding/issues/22 ).
3
+ * Removed ` iconv.extendNodeEncodings() ` mechanism. It was deprecated 5 years ago and didn't work
4
+ in recent Node versions.
5
+ * Reworked Streaming API behavior in browser environments to fix #204 . Streaming API will be
6
+ excluded by default in browser packs, saving ~ 100Kb bundle size, unless enabled explicitly using
7
+ ` iconv.enableStreamingAPI(require('stream')) ` .
8
+ * Updates to development environment & tests:
9
+ * Added ./test/webpack private package to test complex new use cases that need custom environment.
10
+ It's tested as a separate job in Travis CI.
11
+ * Updated generation code for the new EUC-KR index file format from Encoding Standard.
12
+ * Removed Buffer() constructor in tests (#197 by @gabrielschulhof ).
13
+
14
+
1
15
## 0.5.2 / 2020-06-08
2
16
* Added ` iconv.getEncoder() ` and ` iconv.getDecoder() ` methods to typescript definitions (#229 ).
3
17
* Fixed semver version to 6.1.2 to support Node 8.x (by @tanandara ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iconv-lite" ,
3
3
"description" : " Convert character encodings in pure javascript." ,
4
- "version" : " 0.6.0-pre " ,
4
+ "version" : " 0.6.0" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" iconv" ,
You can’t perform that action at this time.
0 commit comments