Skip to content

Commit

Permalink
Version 3.1.0 (minor update)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
aadsm committed Mar 19, 2024
1 parent 1e0b28b commit 9799c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jschardet",
"version": "3.0.0",
"version": "3.1.0",
"description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
"author": "António Afonso",
"license": "LGPL-2.1+",
Expand Down

0 comments on commit 9799c16

Please sign in to comment.