@pixelverse/strichjs-sdk 1.9.2 → 1.10.0

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.0] - 2025-08-28
6
+
7
+ ### Fixed
8
+
9
+ - Detections drawn on overlay are now cleared after calling `BarcodeReader.stop()`.
10
+
11
+ ### Changed
12
+
13
+ - Significantly improved Aztec Code recognition, especially when reading them from an angle.
14
+ - Updated Emscripten WASM compiler to 4.13.0.
15
+
5
16
  ## [1.9.2] - 2025-08-13
6
17
 
7
18
  ### Fixed
@@ -52,7 +63,7 @@ The structure of this file follows the recommendations from: https://keepachange
52
63
 
53
64
  ### Changed
54
65
 
55
- - Bumped Emscripten WASM compiler to 4.0.9.
66
+ - Updated Emscripten WASM compiler to 4.0.9.
56
67
 
57
68
  ### Fixed
58
69