Skip to content

Commit

Permalink
Version 3.1.1 (patch update)
Browse files Browse the repository at this point in the history
Changes since 3.1.0:
4cd7fe5 Updated distribution files
4b3328f Merge pull request #91 from yutotnh/fix-detect-shift-jis
20220fd [fix] Fix bug when minimumThreshold is set to 0
54353e3 [fix] Fix bug where encoding could be null
028cd8a [fix] Fix an error when several encodings were specified

Bundle size changes since v3.1.0:
* dist/jschardet.js �[0;32m-9 �[0m(469023 -> 469014)
* dist/jschardet.min.js �[0;31m+38 �[0m(339263 -> 339301)
  • Loading branch information
runner authored and runner committed Mar 23, 2024
1 parent b659fc4 commit fcf0697
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.1.0",
"version": "3.1.1",
"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 fcf0697

Please sign in to comment.