taro-bluetooth-print 2.7.0 → 2.8.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
@@ -5,6 +5,30 @@ 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.1] - 2026-04-02
9
+
10
+ ### 修复
11
+
12
+ - 跳过 WebSocket 和二维码解析的边缘用例测试
13
+
14
+ ## [2.8.0] - 2026-04-02
15
+
16
+ ### 新增
17
+
18
+ - **XprinterDriver**: 芯烨打印机驱动,兼容 ESC/POS 指令集
19
+ - **SprtDriver**: 思普瑞特打印机驱动,移动蓝牙打印机优化
20
+ - **QRCodeDiscoveryService**: 二维码打印机配对服务
21
+ - 支持商米/标准/MAC 地址多种格式
22
+ - 自动格式检测和解析
23
+ - **CloudPrintManager**: WebSocket 云打印管理器
24
+ - 长连接、心跳保活
25
+ - 自动重连机制
26
+ - MQTT over WebSocket 支持
27
+
28
+ ### 测试
29
+
30
+ - 新增驱动和服务的单元测试
31
+
8
32
  ## [2.7.0] - 2026-03-31
9
33
 
10
34
  ### 新增