Releases: aadsm/jschardet
Version 3.1.0
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)
Version 3.0.0
- maccyrillic -> x-mac-cyrillic
- Fixed a bug that was introduced some months ago related to unicode detect of streams with less than 6 chars.
Version 2.3.0
- New API function: detectAll, returns a list of all confidences found.
- npm audit fix
Version 2.2.1
- Fix UTF-8 prober full len calculation, ignores basic ASCII characters
Version 2.2.0
- Improved UTF8 detection for smaller streams of data
Version 2.1.1
- Add TypeScript types file
Version 2.1.0
- Add support for UTF-8 emoji
Version 2.0.0
- 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}).
Version 1.6.0
- Improve CharSet prober by filtering english characters (@tarnelope)
Version 1.5.0
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