Skip to content

Releases: undecaf/barcode-detector-polyfill

0.9.23

17 Jul 17:04

Choose a tag to compare

Fixes #22 and complies with the current Barcode Detection API

0.9.22

10 Jul 06:59

Choose a tag to compare

Fixes #23: CanvasRenderingContext2D undefined in WebWorkers

0.9.21

30 Jul 19:39

Choose a tag to compare

Fixes #17: isImageBitmapSource() fails in web workers

0.9.20

29 Jul 22:18

Choose a tag to compare

DetectedBarcode.cornerPoints is now a fixed-length Point array

0.9.19

28 Jul 14:21

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

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

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

Choose a tag to compare

Updated zbar-wasm to 0.9.13

0.9.14

09 Dec 08:26

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

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