punycode: update to v1.3.2
authorMathias Bynens <mathias@qiwi.be>
Fri, 28 Nov 2014 09:50:12 +0000 (10:50 +0100)
committerFedor Indutny <fedor@indutny.com>
Fri, 28 Nov 2014 10:21:43 +0000 (13:21 +0300)
commit232c4c27cc3d702da08f1df538d480c2a5063f0e
treeb8297f416cf35366f0995ed0caebe7644f4defe2
parent574407a67f5d42d22aac57a128448997c674c3e5
punycode: update to v1.3.2

Changes since v1.2.3:

* Email address support in `toASCII` and `toUnicode`
* `punycode.ucs2.encode` now no longer mutates the `codePoints`
  argument
* Ensure trailing `.` in domain names are preserved
* Some minor code cleanup + bug fixes

Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: https://github.com/iojs/io.js/pull/6
lib/punycode.js