@pixelverse/strichjs-sdk 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.10.1] - 2025-10-06
6
+
7
+ ### Changed
8
+
9
+ - Updated Emscripten WASM compiler to 4.15.0.
10
+
11
+ ### Fixed
12
+
13
+ - QR Codes with 'Structured Append' mode no longer lead to detections with empty data. The QR Code payload is now passed through.
14
+ - Fixed an issue in the PDF417 decoder that prevented many codes with less than 6 rows from being read.
15
+
5
16
  ## [1.10.0] - 2025-08-28
6
17
 
7
18
  ### Fixed