Skip to content

Releases: undecaf/barcode-detector-polyfill

0.9.21

30 Jul 19:39
Compare
Choose a tag to compare

Fixes #17: isImageBitmapSource() fails in web workers

0.9.20

29 Jul 22:18
Compare
Choose a tag to compare

DetectedBarcode.cornerPoints is now a fixed-length Point array

0.9.19

28 Jul 14:21
Compare
Choose a tag to compare
  • Fixes #12, includes the missing source maps in the NMP package
  • References the latest version of zbar-wasm

0.9.17: Fix: certain characters of QR codes decoded incorrectly

14 Jun 20:50
Compare
Choose a tag to compare

Certain characters in QR codes would be decoded incorrectly as described in this issue of the underlying zbar-wasm package.

This release fixes this issue also for this package.

0.9.16

21 Apr 11:39
Compare
Choose a tag to compare
  • How to bundle zbar-wasm is now documented
  • Added a zbar-wasm bundling example (merged from branch zbar-bundled)
  • Although there are no code changes, the version number has been increased so that the updated README shows up in npm

0.9.15

26 Jan 12:45
Compare
Choose a tag to compare

Updated zbar-wasm to 0.9.13

0.9.14

09 Dec 08:26
Compare
Choose a tag to compare
  • Fixed #8: method detect() no longer throws an exception in case of error but returns a rejected Promise containing the underlying exception.
  • Method detect() now throws a TypeError for invalid argument types as described in the API documentation

0.9.13

15 Sep 08:09
Compare
Choose a tag to compare

Improved TypeScript bindings:

  • Updated detect() to return a DetectedBarcode promise array
  • Updated DetectedBarcode.cornerPoints to make x and y of type number

0.9.11

01 Jul 08:48
Compare
Choose a tag to compare

zbar-wasm version updated to 0.9.11

0.9.9

15 Jan 14:30
Compare
Choose a tag to compare
  • Use OffscreenCanvas if available to acquire images faster
  • Additional tests running in browsers on BrowserStack