This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/body-parser/node_modules/iconv-lite/Changelog.md

639 B

0.4.4 / 2014-07-16

  • added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
  • fixed streaming base64 encoding

0.4.3 / 2014-06-14

  • added encodings UTF-16BE and UTF-16 with BOM

0.4.2 / 2014-06-12

  • don't throw exception if extendNodeEncodings() is called more than once

0.4.1 / 2014-06-11

  • codepage 808 added

0.4.0 / 2014-06-10

  • code is rewritten from scratch
  • all widespread encodings are supported
  • streaming interface added
  • browserify compatibility added
  • (optional) extend core primitive encodings to make usage even simpler
  • moved from vows to mocha as the testing framework