Skip to content

Releases: undecaf/zbar-wasm

0.11.0

22 May 22:58
Compare
Choose a tag to compare

Allows to configure the URL or path of the WASM file at runtime, see here for details.

0.10.1

07 Sep 08:52
Compare
Choose a tag to compare
  • Improved the documentation
  • Incremented the patch level so that the updated README also shows up on npm

0.10.0

03 Sep 13:39
Compare
Choose a tag to compare
  • zbar-wasm is now provided in the following combinations, selectable by export conditions:
    • as ESM and CJS module,
    • for Node.js and browsers,
    • with the WebAssembly code as inline data and as separate file zbar.wasm.
  • Tests for bundling with Webpack, Rollup and esbuild in various configurations have been added.
  • Tests for the resulting bundles have been added, too.

0.9.16

04 Aug 13:04
Compare
Choose a tag to compare

Fixes #9 : loading zbar-wasm as ES module fails in Node

0.9.15

28 Jul 13:45
Compare
Choose a tag to compare

Includes the missing source maps in the NPM package

0.9.14

14 Jun 19:45
Compare
Choose a tag to compare

Fixes #7 (issue with utf-8): uses the native TextDecoder for QR codes instead of the decoder built into the ZBar Bar Code Reader

0.9.13

22 Apr 23:26
Compare
Choose a tag to compare

Updated README in accordance with release 0.9.16 of barcode-detector-polyfill

0.9.12

26 Jan 08:16
Compare
Choose a tag to compare

Fixes #4, makes zbar-wasm work with Node 18

0.9.11

19 Jun 21:55
Compare
Choose a tag to compare
  • Fixed #1
  • Displaying timings in demo apps

0.9.10

14 Jan 12:38
Compare
Choose a tag to compare
  • Optimized RGBA to grayscale conversion