Skip to content

Latest commit

 

History

History
131 lines (69 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

131 lines (69 loc) · 3.31 KB

zxing-wasm

1.3.4

Patch Changes

  • 1a9a372: Bump zxing-cpp to 579650a to fix incorrect PDF417 position info.

1.3.3

Patch Changes

  • 0709489: Bump zxing-cpp to cd9bba3 to fix an ITF detection regression.

1.3.2

Patch Changes

  • 4b0ca08: Bump zxing-cpp to 308f820 and improve DataBar detection rate.

1.3.1

Patch Changes

  • 999335b: Bump zxing-cpp to 8fb2f81 to support shorter ITF symbols.

1.3.0

Minor Changes

  • 925e12f: Add reader support for DataBarLimited.

1.2.15

Patch Changes

  • fa87128: Fix webassembly exception handling. Increase success rate.
  • f1eef5c: Bump zxing-cpp to 81407a0 to fix reader options not being passed to the internal reader if isPure is set.

1.2.14

Patch Changes

  • aad8899: Patch emscripten to mitigate DOM Clobbering vulnerability.

1.2.13

Patch Changes

  • 650c295: DOM Clobbering security patch.

1.2.12

Patch Changes

  • 2228845: Bump zxing-cpp and switch to pnpm, renovate.

1.2.11

Patch Changes

  • d3c92ee:
    • Always use .js as the chunk filename extension.
    • Bump zxing-cpp to 986f785
    • Bump dependencies

1.2.10

Patch Changes

  • 0a43b27: Bump zxing-cpp to d0c1f34

1.2.9

Patch Changes

  • 01e8878: Bump zxing-cpp to 441132c

1.2.8

Patch Changes

  • 2fc9bec: Bump zxing-cpp to 4bbc1db

1.2.7

Patch Changes

  • 308d165: Bump zxing-cpp to 9ca0684

1.2.6

Patch Changes

  • a2339d3: Bump zxing-cpp to b58682b.

1.2.5

Patch Changes

  • 4358969: Fix WebAssembly instantiation issue in electron.

1.2.5-rc.0

Patch Changes

  • 4358969: Fix WebAssembly instantiation issue in electron.

1.2.4

Patch Changes

  • f749591: Bump zxing-cpp to b3aff4a:

    • Deprecate validateCode39CheckSum, validateITFCheckSum and returnCodabarStartEnd. Related commits from upstream: fc8f32d, b3fe574, d636c6d 68c97c7, 2f3c72c.
    • Reduce WASM binaries size. Related commits from upstream: 6741403, 1fa0070, b3aff4a.
    • Other fixes and improvements from upstream.

1.2.3

Patch Changes

  • de36dce: reset zxing-cpp to b152afd

    • validateITFCheckSum, tryCode39ExtendedMode and validateCode39CheckSum are deprecated in later commits.

1.2.2

Patch Changes

  • 02f0386: Bump zxing-cpp to b3fe574