Jschardet Versions Save

Character encoding auto-detection in JavaScript (port of python's chardet)

v3.1.0

1 month ago

Version 3.1.0 (minor update)

Changes since 3.0.0: f3de69b Updated bundles 25f107a Updated github workflow files 4d45864 Updated browserify and jest versions 56e10ee Cosmetic changes to the way the percentage is shown in show-size-changes.sh 7010531 Add script to determine size changes in the distributed files 120c0e7 npm audit --fix a1c0607 Merge pull request #75 from danielgindi/fix/string_as_array 2b9b07d Corrected "TypeError: Cannot assign to read only property", closes #68 5a57c11 Convert the encodings tests to jest 08e6c81 Add initial set of jest tests 7897929 Check if given encodings exist against the denormalized list of supported encodings af66fa6 Add typescript support to detectEncodings 9b49243 Add detectEncondings option e5945e2 Merge branch 'master' of https://github.com/aadsm/jschardet 71bcf43 npm audit fix 094cb6f Merge pull request #71 from bpasero/patch-1 c089b44 Add detectAll to index.d.ts 0ae9a3c Update package-lock.json f71723b Add .npmignore to exclude tests

Bundle size changes since v3.0.0:

  • dist/jschardet.js +3135 (465888 -> 469023)
  • dist/jschardet.min.js +3460 +0.01% (335803 -> 339263)

v3.0.0

3 years ago
  • maccyrillic -> x-mac-cyrillic
  • Fixed a bug that was introduced some months ago related to unicode detect of streams with less than 6 chars.

v2.3.0

3 years ago
  • New API function: detectAll, returns a list of all confidences found.
  • npm audit fix

v2.2.1

3 years ago
  • Fix UTF-8 prober full len calculation, ignores basic ASCII characters

v2.2.0

3 years ago
  • Improved UTF8 detection for smaller streams of data

v2.1.1

4 years ago
  • Add TypeScript types file

v2.1.0

5 years ago
  • Add support for UTF-8 emoji

v2.0.0

5 years ago
  • Reorganize the code to use proper modules and allow for composability (e.g.: create a package for only one language).
  • This breaks backwards compatibility (hence the major version bump) for the Constants but new methods were added to serve the same purpose: enableDebug and .detect(, {minimumThreshold: 0.2}).

v1.6.0

6 years ago
  • Improve CharSet prober by filtering english characters (@tarnelope)

v1.5.0

6 years ago

Version 1.5.0

  • Fix short windows-1252 text misdetected as EUC-JP
  • Fixed wrong character ranges check for SJIS
  • Fixed SJIS character class table