All Versions
32
Latest Version
Avg Release Cycle
97 days
Latest Release
1209 days ago

Changelog History
Page 2

  • v0.4.21 Changes

    April 07, 2018
    • Fix encoding canonicalization (#156)
    • Fix the paths in the "browser" field in package.json (#174 by @LMLB)
    • Removed "contributors" section in package.json - see Git history instead.
  • v0.4.20 Changes

    April 07, 2018
    • Updated new Buffer() usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
  • v0.4.19 Changes

    September 10, 2017
    • Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147)
    • Re-generated windows1255 codec, because it was updated in iconv project
    • Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8
  • v0.4.18 Changes

    June 13, 2017
    • Fixed CESU-8 regression in Node v8.
  • v0.4.17 Changes

    May 01, 2017
    • Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
  • v0.4.16 Changes

    April 22, 2017
    • Added support for React Native (#150)
    • Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
    • Fixed typo in Readme (#138 by @jiangzhuo)
    • Fixed build for Node v6.10+ by making correct version comparison
    • Added a warning if iconv-lite is loaded not as utf-8 (see #142)
  • v0.4.15 Changes

    November 21, 2016
    • Fixed typescript type definition (#137)
  • v0.4.14 Changes

    November 20, 2016
    • Preparation for v1.0
    • Added Node v6 and latest Node versions to Travis CI test rig
    • Deprecated Node v0.8 support
    • Typescript typings (@larssn)
    • Fix encoding of Euro character in GB 18030 (inspired by @lygstate)
    • Add ms prefix to dbcs windows encodings (@rokoroku)
  • v0.4.13 Changes

    October 01, 2015
    • Fix silly mistake in deprecation notice.
  • v0.4.12 Changes

    September 26, 2015
    • Node v4 support:
      • Added CESU-8 decoding (#106)
      • Added deprecation notice for extendNodeEncodings
      • Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol)