{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":614723,"defaultBranch":"main","name":"jschardet","ownerLogin":"aadsm","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-04-17T08:23:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/78122?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718675029.0","currentOid":""},"activityList":{"items":[{"before":"37551abe11e23acf27536cdd490f64dc8afb5cd1","after":"7f13b6cc43399187f1e20b41d099025ebcfb0d10","ref":"refs/heads/main","pushedAt":"2024-06-18T01:53:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Added missing var declaration. It was not failing tests because nodejs has no problem with it.\n\nFixes https://github.com/aadsm/jschardet/issues/93","shortMessageHtmlLink":"Added missing var declaration. It was not failing tests because nodej…"}},{"before":"cf9fb783b4f4b18f99b85d8c720004e55aba9979","after":"37551abe11e23acf27536cdd490f64dc8afb5cd1","ref":"refs/heads/main","pushedAt":"2024-06-18T01:43:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Version 3.1.3 (patch update)\n\nChanges since 3.1.2:\ncf9fb78 npm run dist\na3a1f41 The closure compiler is still expecting Math.pow\n88a68cd npm audit fix\nf9e0dc7 Also detect windows-1250 every time windows-1252 is detected\n\nBundle size changes since v3.1.2:\n* dist/jschardet.js \u001B[0;31m+1083 \u001B[0m(469161 -> 470244)\n* dist/jschardet.min.js \u001B[0;31m+195 \u001B[0m(339209 -> 339404)","shortMessageHtmlLink":"Version 3.1.3 (patch update)"}},{"before":"88a68cde86949c5208299481d66cc6301f9ef7fa","after":"cf9fb783b4f4b18f99b85d8c720004e55aba9979","ref":"refs/heads/main","pushedAt":"2024-06-18T01:41:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"npm run dist","shortMessageHtmlLink":"npm run dist"}},{"before":"a073a813d660bdb9f4b6018e0b45fb64a6a86a8c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-18T01:39:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"f9e0dc72c3d6636dfd06dc1e09bd9f8244f52685","after":"88a68cde86949c5208299481d66cc6301f9ef7fa","ref":"refs/heads/main","pushedAt":"2024-06-18T01:38:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"npm audit fix","shortMessageHtmlLink":"npm audit fix"}},{"before":"f42d2628722df06dfba02f035c7f83e075b7d860","after":"f9e0dc72c3d6636dfd06dc1e09bd9f8244f52685","ref":"refs/heads/main","pushedAt":"2024-06-18T01:37:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Also detect windows-1250 every time windows-1252 is detected\n\nThis is in relation to https://github.com/aadsm/jschardet/issues/70. The differences between the two are minimal, so this will be a workaround for now. These two encodings use very different models for detection. The windows-1252 detector is purely based on the occurance probability of each character's class. The windows-1250 uses a Hungarian language model to detect the text is in Hungarian. This is brittle as there are other languages using windows-1250.","shortMessageHtmlLink":"Also detect windows-1250 every time windows-1252 is detected"}},{"before":null,"after":"a073a813d660bdb9f4b6018e0b45fb64a6a86a8c","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-17T23:30:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump braces from 3.0.2 to 3.0.3"}},{"before":"c57626cb138c4bc5deedd82f8e4d27453510a6d9","after":"f42d2628722df06dfba02f035c7f83e075b7d860","ref":"refs/heads/main","pushedAt":"2024-03-25T04:01:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Version 3.1.2 (patch update)\n\nChanges since 3.1.1:\nc57626c Updated distribution files\n6016f6b Fix Latin1Prober (windows-1252) for PHP files (+ a bug fix)\nfb6b283 Merge pull request #87 from AntoineAugusti/patch-1\na296c96 Add missing const\n\nBundle size changes since v3.1.1:\n* dist/jschardet.js \u001B[0;31m+147 \u001B[0m(469014 -> 469161)\n* dist/jschardet.min.js \u001B[0;32m+-92 \u001B[0m(339301 -> 339209)","shortMessageHtmlLink":"Version 3.1.2 (patch update)"}},{"before":"6016f6bc3dcf3512d813cfa15eff3eda42a2eb88","after":"c57626cb138c4bc5deedd82f8e4d27453510a6d9","ref":"refs/heads/main","pushedAt":"2024-03-25T03:59:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Updated distribution files","shortMessageHtmlLink":"Updated distribution files"}},{"before":"fb6b2837c0bea9e861aa3ceed049c4772af523c3","after":"6016f6bc3dcf3512d813cfa15eff3eda42a2eb88","ref":"refs/heads/main","pushedAt":"2024-03-25T03:58:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Fix Latin1Prober (windows-1252) for PHP files (+ a bug fix)\n\nThe Latin1Prober had a few issues that are fixed in this commit:\n* PHP files content were being ignored because the prober ignored all content within <>. This is useful for XML content to reduce the amount of alpha characters that are going through the latin1 statistic model. However, for PHP this just ignores the entire content. Content inside PHP tags is no longer being ignored.\n* A bug in the getConfidence function was making it return NaN instead of 0 (this one is there since the very first commit 14 years ago!).","shortMessageHtmlLink":"Fix Latin1Prober (windows-1252) for PHP files (+ a bug fix)"}},{"before":"fcf0697b928df271ef1746af4017e7bfa08d08b0","after":"fb6b2837c0bea9e861aa3ceed049c4772af523c3","ref":"refs/heads/main","pushedAt":"2024-03-25T02:08:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Merge pull request #87 from AntoineAugusti/patch-1\n\nAdd missing const","shortMessageHtmlLink":"Merge pull request #87 from AntoineAugusti/patch-1"}},{"before":"b659fc4351d6553c851469f22c8b56692c451d99","after":"fcf0697b928df271ef1746af4017e7bfa08d08b0","ref":"refs/heads/main","pushedAt":"2024-03-23T18:09:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Version 3.1.1 (patch update)\n\nChanges since 3.1.0:\n4cd7fe5 Updated distribution files\n4b3328f Merge pull request #91 from yutotnh/fix-detect-shift-jis\n20220fd [fix] Fix bug when minimumThreshold is set to 0\n54353e3 [fix] Fix bug where encoding could be null\n028cd8a [fix] Fix an error when several encodings were specified\n\nBundle size changes since v3.1.0:\n* dist/jschardet.js \u001B[0;32m-9 \u001B[0m(469023 -> 469014)\n* dist/jschardet.min.js \u001B[0;31m+38 \u001B[0m(339263 -> 339301)","shortMessageHtmlLink":"Version 3.1.1 (patch update)"}},{"before":"4cd7fe5cd21ca1b4fb1e49287138393747937c9e","after":"b659fc4351d6553c851469f22c8b56692c451d99","ref":"refs/heads/main","pushedAt":"2024-03-23T17:57:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Fixed a few issues in npm-publish.yml\n\n* The checkout was hardcoded to the github-workflows branch.\n* Explicitly set the base version when calculating the bundle size changes.","shortMessageHtmlLink":"[devop] Fixed a few issues in npm-publish.yml"}},{"before":"e07679c0119d398efc492cae1d25e1843caef50d","after":"4cd7fe5cd21ca1b4fb1e49287138393747937c9e","ref":"refs/heads/main","pushedAt":"2024-03-23T17:30:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Updated distribution files\n\nBundle size changes since v3.1.0:\n* dist/jschardet.js -9 (469023 -> 469014)\nBundle size changes since v3.1.0:\n* dist/jschardet.min.js +38 (339263 -> 339301)","shortMessageHtmlLink":"Updated distribution files"}},{"before":"4b3328fd9de3d82d6ace246a1ec07306e9bf5108","after":"e07679c0119d398efc492cae1d25e1843caef50d","ref":"refs/heads/main","pushedAt":"2024-03-23T17:27:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Updating actions versions to v4","shortMessageHtmlLink":"[devop] Updating actions versions to v4"}},{"before":"c02d27cead863de92673fb7c584303bea0488369","after":"4b3328fd9de3d82d6ace246a1ec07306e9bf5108","ref":"refs/heads/main","pushedAt":"2024-03-23T17:25:27.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Merge pull request #91 from yutotnh/fix-detect-shift-jis\n\n[fix] Fix error in detectEncodings when Shift-JIS, EUC-JP, etc. are specified","shortMessageHtmlLink":"Merge pull request #91 from yutotnh/fix-detect-shift-jis"}},{"before":"baf7412532026aa9ed60811f15504b41eb8c719b","after":"c02d27cead863de92673fb7c584303bea0488369","ref":"refs/heads/main","pushedAt":"2024-03-19T02:27:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Allow workflow args to be sent through env vars to run-workflow.sh","shortMessageHtmlLink":"[devop] Allow workflow args to be sent through env vars to run-workfl…"}},{"before":"8bf934b6aae4f7bf50f01b885ebc1b0dcdc3af9f","after":"af090b3bf1601fe6dd42a5a1ce5cec9df68b1916","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T02:20:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"e693c48e11e360c0da9dab5fba3b58b2215ea97d","after":"8bf934b6aae4f7bf50f01b885ebc1b0dcdc3af9f","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T02:18:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"aae0003926a89e5cd2d7d8024f34ceafb2caf66b","after":"e693c48e11e360c0da9dab5fba3b58b2215ea97d","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T02:17:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"baf7412532026aa9ed60811f15504b41eb8c719b","after":"aae0003926a89e5cd2d7d8024f34ceafb2caf66b","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T02:16:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"2c5616fdb88687cd6667af2e25ef3d59af39b8ab","after":"baf7412532026aa9ed60811f15504b41eb8c719b","ref":"refs/heads/main","pushedAt":"2024-03-19T02:07:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Add new github workflow to create a new github release","shortMessageHtmlLink":"[devop] Add new github workflow to create a new github release"}},{"before":"2c5616fdb88687cd6667af2e25ef3d59af39b8ab","after":"baf7412532026aa9ed60811f15504b41eb8c719b","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T01:58:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Add new github workflow to create a new github release","shortMessageHtmlLink":"[devop] Add new github workflow to create a new github release"}},{"before":"3a1bbe778ad42592906702f0fcb8abcc777ef121","after":"2c5616fdb88687cd6667af2e25ef3d59af39b8ab","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T01:22:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Minor updates npm-publish.yml","shortMessageHtmlLink":"[devop] Minor updates npm-publish.yml"}},{"before":"9799c16f7b3d1e1a258f64cb523dd1f59e6e7b90","after":"2c5616fdb88687cd6667af2e25ef3d59af39b8ab","ref":"refs/heads/main","pushedAt":"2024-03-19T01:13:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Minor updates npm-publish.yml","shortMessageHtmlLink":"[devop] Minor updates npm-publish.yml"}},{"before":"1e0b28b2e9b521774272abc41b3e32de98d50d8e","after":"9799c16f7b3d1e1a258f64cb523dd1f59e6e7b90","ref":"refs/heads/main","pushedAt":"2024-03-19T00:58:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Version 3.1.0 (minor update)\n\nChanges since 3.0.0:\nf3de69b Updated bundles\n25f107a Updated github workflow files\n4d45864 Updated browserify and jest versions\n56e10ee Cosmetic changes to the way the percentage is shown in show-size-changes.sh\n7010531 Add script to determine size changes in the distributed files\n120c0e7 npm audit --fix\na1c0607 Merge pull request #75 from danielgindi/fix/string_as_array\n2b9b07d Corrected \"TypeError: Cannot assign to read only property\", closes #68\n5a57c11 Convert the encodings tests to jest\n08e6c81 Add initial set of jest tests\n7897929 Check if given encodings exist against the denormalized list of supported encodings\naf66fa6 Add typescript support to detectEncodings\n9b49243 Add detectEncondings option\ne5945e2 Merge branch 'master' of https://github.com/aadsm/jschardet\n71bcf43 npm audit fix\n094cb6f Merge pull request #71 from bpasero/patch-1\nc089b44 Add `detectAll` to index.d.ts\n0ae9a3c Update package-lock.json\nf71723b Add .npmignore to exclude tests\n\nBundle size changes since v3.0.0:\n* dist/jschardet.js +3135 (465888 -> 469023)\n* dist/jschardet.min.js +3460 +0.01% (335803 -> 339263)","shortMessageHtmlLink":"Version 3.1.0 (minor update)"}},{"before":"cb2e9ceb39fded3ed42e85dc782bbf6e66c44050","after":"3a1bbe778ad42592906702f0fcb8abcc777ef121","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T00:22:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"da3ed4e3fc50714fa43986738a5959a4a064fb7a","after":"cb2e9ceb39fded3ed42e85dc782bbf6e66c44050","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T00:19:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"17114395b95fcd39cad6d621945a0aeeea51d18d","after":"da3ed4e3fc50714fa43986738a5959a4a064fb7a","ref":"refs/heads/github-workflows","pushedAt":"2024-03-19T00:16:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/","shortMessageHtmlLink":"Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/"}},{"before":"17114395b95fcd39cad6d621945a0aeeea51d18d","after":"1e0b28b2e9b521774272abc41b3e32de98d50d8e","ref":"refs/heads/main","pushedAt":"2024-03-18T22:35:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aadsm","name":"António Afonso","path":"/aadsm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78122?s=80&v=4"},"commit":{"message":"[devop] Reverted the order of npm publish and git push to avoid pushing a new version and then failing the package publishing","shortMessageHtmlLink":"[devop] Reverted the order of npm publish and git push to avoid pushi…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZ_O1awA","startCursor":null,"endCursor":null}},"title":"Activity · aadsm/jschardet"}