taro-bluetooth-print 2.8.3 → 2.8.4

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
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.8.4] - 2026-04-05
9
+
10
+ ### 修复
11
+
12
+ - image.ts: 添加 TypeScript strict mode non-null assertions,解决 noUncheckedIndexedAccess 警告
13
+
14
+ ### 性能优化
15
+
16
+ - image.ts: 移除 TypedArray 访问上的冗余 `?? 0` / `?? 255` 操作符
17
+
8
18
  ## [2.8.3] - 2026-04-04
9
19
 
10
20
  ### 性能优化