From 9799c16f7b3d1e1a258f64cb523dd1f59e6e7b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Afonso?= Date: Mon, 18 Mar 2024 17:39:36 -0700 Subject: [PATCH] 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) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5355fa..3af5f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jschardet", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jschardet", - "version": "3.0.0", + "version": "3.1.0", "license": "LGPL-2.1+", "devDependencies": { "browserify": "~17.0.0", diff --git a/package.json b/package.json index 0694dae..0d4d66e 100644 --- a/package.json +++ b/package.json @@ -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+",