Skip to content

Releases: zxing-js/library

v0.21.0

29 Apr 07:58
274a703
Compare
Choose a tag to compare

What's Changed

  • added code39 extended mode decode hint by @dalferth in #591
  • Fixed "Write QR Code to SVG" example failed to save the file by @zetoken in #587
  • Fix merge mistake in Code128Reader by @JanPolasek in #574

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

19 Apr 10:12
99a8e0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.3...v0.20.0

v0.19.3

19 Apr 06:21
72a7cfb
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @MikeDabrowski made their first contribution in #559
  • @AhmedMohamedDesoky made their first contribution in #543

Full Changelog: v0.19.2...v0.19.3

v0.19.2

25 Jan 09:26
7d764f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.19.2

Maintenance release without fancy title #2

10 Jan 07:40
fd97680
Compare
Choose a tag to compare

What's Changed

  • What a sad day... disabled the failing tests... please somebody fix this by @werthdavid in #494

The previous version was not published on npm

Full Changelog: v0.19.0...v0.19.1

Maintenance release without fancy title

26 Oct 06:17
Compare
Choose a tag to compare

That's what happens when you merge some pull-requests with administrator permission but you are not deep enough into it to be 100% sure if that makes it better or worse.
I hope for the best.
If there is anybody that can maintain this library contact us!

Among Meatballs - patch 6

29 May 17:40
Compare
Choose a tag to compare

Previously in patch 5:

Fix: removed browser key from the package.json as it's not very useful and was causing some issues in some environments.

Some problem happened with this release and that fix never got published, so here's the fix's fix.

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.