Releases: undecaf/barcode-detector-polyfill
Releases · undecaf/barcode-detector-polyfill
0.9.23
17 Jul 17:04
Compare
Sorry, something went wrong.
No results found
0.9.22
10 Jul 06:59
Compare
Sorry, something went wrong.
No results found
Fixes #23 : CanvasRenderingContext2D undefined in WebWorkers
0.9.21
30 Jul 19:39
Compare
Sorry, something went wrong.
No results found
0.9.20
29 Jul 22:18
Compare
Sorry, something went wrong.
No results found
DetectedBarcode.cornerPoints is now a fixed-length Point array
0.9.19
28 Jul 14:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.9.16
21 Apr 11:39
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Updated zbar-wasm to 0.9.13
0.9.14
09 Dec 08:26
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Improved TypeScript bindings:
Updated detect() to return a DetectedBarcode promise array
Updated DetectedBarcode.cornerPoints to make x and y of type number