cross-tab-worker-databus 0.20.26 → 0.20.28
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 +12 -0
- package/docs/roadmap.md +9 -1
- package/docs/zh/roadmap.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
本项目遵循 [Semantic Versioning](https://semver.org/);变更记录格式参考 [Keep a Changelog](https://keepachangelog.com/)。
|
|
4
4
|
|
|
5
|
+
## [0.20.28] - 2026-09-04
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Expanded packed-consumer verification into a release compatibility matrix covering package version metadata, dual-format export targets, declaration files, and root/subpath consumers.
|
|
10
|
+
|
|
11
|
+
## [0.20.27] - 2026-09-04
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added a real Chromium long-soak regression covering repeated BFCache pagehide/pageshow cycles, reloads, owner handoff, reconnect readiness, and duplicate-free delivery.
|
|
16
|
+
|
|
5
17
|
## [0.20.26] - 2026-09-04
|
|
6
18
|
|
|
7
19
|
### Added
|
package/docs/roadmap.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Roadmap
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.28 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
|
|
4
|
+
|
|
5
|
+
## 0.20.28 delivered scope
|
|
6
|
+
|
|
7
|
+
- Expanded packed-consumer verification into a release compatibility matrix for package metadata, ESM/CJS export targets, declaration files, and all public subpaths.
|
|
8
|
+
|
|
9
|
+
## 0.20.27 delivered scope
|
|
10
|
+
|
|
11
|
+
- Added a real Chromium repeated BFCache/reload/owner-handoff soak that verifies reconnect readiness and exactly-once cross-tab delivery across consecutive lifecycle cycles.
|
|
4
12
|
|
|
5
13
|
## 0.20.26 delivered scope
|
|
6
14
|
|
package/docs/zh/roadmap.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# 路线图
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.28 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
|
|
4
|
+
|
|
5
|
+
## 0.20.28 已完成范围
|
|
6
|
+
|
|
7
|
+
- 将打包消费者验证扩展为发布兼容矩阵,覆盖包元数据、ESM/CJS exports、声明文件和全部公开子路径。
|
|
8
|
+
|
|
9
|
+
## 0.20.27 已完成范围
|
|
10
|
+
|
|
11
|
+
- 新增真实 Chromium 连续 BFCache/reload/owner handoff soak,验证 reconnect 就绪状态以及多轮生命周期切换中的跨 Tab exactly-once 投递。
|
|
4
12
|
|
|
5
13
|
## 0.20.26 已完成范围
|
|
6
14
|
|
package/package.json
CHANGED