Skip to content

Releases: zxing-js/library

Among Meatballs - patch 5

16 Apr 17:29
Compare
Choose a tag to compare

Fix: removed browser key from the package.json as it's not very useful and was causing some issues in some environments.
Fix: fixed some tests build issues, they should run ok now.
Enhancement: updated some dependencies to improve security.


This release was sponsored by Timly

Among Meatballs - patch 4

09 Dec 03:17
Compare
Choose a tag to compare

Fix: removed implicit RSS Expanded Reader from Multi Format OneD Reader, now it will only be enabled if explicitly asked.

Among Meatballs - patch 3

09 Dec 03:16
Compare
Choose a tag to compare

Feature: RSS Expanded experimental introduction.
Feature: RSS 14 update.
Feature: UPCA and UPCE experimental introduction.
CI/CD: some integrations fixes.
QA: QA tools and some instructions added.

Among Meatballs - patch 2

21 Oct 01:08
Compare
Choose a tag to compare
  • Fix package.json's "browser" keys.

Among Meatballs - patch 1

20 Oct 22:13
Compare
Choose a tag to compare
  • Fix UMD build wich was not including external (nor resolving) dependencies in the output file.

Among Meatballs

20 Oct 03:20
Compare
Choose a tag to compare
  • Started E2E tests development.
  • Dropped Webpack prior to Rollup.
  • Updated CI.
  • Added more exports to the public API.

Going to shelter 👅 - patch 2

05 Sep 14:16
9e131ed
Compare
Choose a tag to compare
  • added support for BigInt in web workers. (#338)

Going to shelter 👅 - patch 1

04 Aug 16:32
Compare
Choose a tag to compare
  • Updated funding options.
  • Improve browser compatibility and fix broken links (by @sillyfrog).
  • Publish via actions.
  • Fixed recursivity problems with continuous scan and closure leak (thanks @jdoe0000000).
  • Fixed some docs (by @skyrex-mark, @iqre8).
  • Updated Detector from Java version for performance improvement (thanks @cyberbeat).
  • Updated some insecure dependecies.
  • Fixed and improved some wrong tests (thanks me).
  • Migrated from @sinonjs text-encoding to @zxing-js text-encoding (thanks me for creating that and @username1565 for the tips on encoding).

Going to shelter 👅

08 May 06:14
8995742
Compare
Choose a tag to compare
  • Aztec 2D reader.
    • Partial Encoder implementation included, pending 2 tests to pass for release.
    • Special thanks to @bsoja, @antjkennedy and @mneuber.
  • Text encoding removed.
  • Docs and readmes updates.
  • [experimental] New GitHub Action for auto-publishing the package on new Releases publish.
    • Publishes to NPM and GitHub as well.

Back to the garden - patch 3

16 Apr 06:42
Compare
Choose a tag to compare
  • Fixed undefined BigInt and undefined ZXing errors on browsers that not Support BigInt (there will still be an error if the user tries to access some specific function in the library that depends on BigInt [no miracles here 🤷‍♂️]).
  • Removed some remaining text-encoding residuals.