Skip to content

Commit

Permalink
Release 0.4.5: Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Nov 20, 2014
1 parent 13b2d07 commit 0654719
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# 0.4.5 / 2014-11-20

* fix windows-31j and x-sjis encoding support (@nleush)
* minor fix: undefined variable reference when internal error happens

# 0.4.4 / 2014-07-16

* added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<!-- [![Build Status](https://secure.travis-ci.org/ashtuchkin/iconv-lite.png?branch=master)](http://travis-ci.org/ashtuchkin/iconv-lite) -->

* Doesn't need native code compilation. Works on Windows and in sandboxed environments like [Cloud9](http://c9.io).
* Used in popular projects like [Grunt](http://gruntjs.com/), [Nodemailer](http://www.nodemailer.com/), [Yeoman](http://yeoman.io/) and others.
* Used in popular projects like [Express.js (body_parser)](https://github.com/expressjs/body-parser),
[Grunt](http://gruntjs.com/), [Nodemailer](http://www.nodemailer.com/), [Yeoman](http://yeoman.io/) and others.
* Faster than [node-iconv](https://github.com/bnoordhuis/node-iconv) (see below for performance comparison).
* Intuitive encode/decode API
* Streaming support for Node v0.10+
Expand Down
5 changes: 3 additions & 2 deletions 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.4.4",
"version": "0.4.5",
"license": "MIT",

"keywords": ["iconv", "convert", "charset", "icu"],
Expand All @@ -17,7 +17,8 @@
"ChangZhuo Chen (https://github.com/czchen)",
"Lee Treveil (https://github.com/leetreveil)",
"Brian White (https://github.com/mscdex)",
"Mithgol (https://github.com/Mithgol)"
"Mithgol (https://github.com/Mithgol)",
"Nazar Leush (https://github.com/nleush)"
],

"main": "./lib/index.js",
Expand Down

0 comments on commit 0654719

Please sign in to comment.