Releases: zxing-js/library
Releases · zxing-js/library
Among Meatballs - patch 5
Among Meatballs - patch 4
Fix: removed implicit RSS Expanded Reader from Multi Format OneD Reader, now it will only be enabled if explicitly asked.
Among Meatballs - patch 3
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
- Fix
package.json
's"browser"
keys.
Among Meatballs - patch 1
- Fix UMD build wich was not including external (nor resolving) dependencies in the output file.
Among Meatballs
- Started E2E tests development.
- Dropped Webpack prior to Rollup.
- Updated CI.
- Added more exports to the public API.
Going to shelter 👅 - patch 2
- added support for BigInt in web workers. (#338)
Going to shelter 👅 - patch 1
- 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 👅
- 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
- Fixed undefined
BigInt
and undefinedZXing
errors on browsers that not SupportBigInt
(there will still be an error if the user tries to access some specific function in the library that depends onBigInt
[no miracles here 🤷♂️]). - Removed some remaining
text-encoding
residuals.