@spaceflow/review 0.80.0 → 0.82.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
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.81.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review@0.80.0...@spaceflow/review@0.81.0) (2026-04-09)
4
+
5
+ ### 新特性
6
+
7
+ * **review-spec:** 新增目录 URL 解析和 clone 降级测试,覆盖子路径处理和 API 失败回退场景 ([fdd8a67](https://github.com/Lydanne/spaceflow/commit/fdd8a67ea3f428ec88e293b1dd11ae279ed6af3d))
8
+
9
+ ### 代码重构
10
+
11
+ * **cli:** 新增依赖版本一致性检查,在 .spaceflowrc 与 .spaceflow/package.json 依赖不一致时自动删除并重建 .spaceflow 目录 ([c93b165](https://github.com/Lydanne/spaceflow/commit/c93b165e16ea0e94dcdfffa97dea9cb329189495))
12
+ * **review-spec:** 重构远程规则拉取逻辑,新增 tea api 支持和多级降级策略,移除 TTL 缓存机制改用持久化本地目录 ([066d9c8](https://github.com/Lydanne/spaceflow/commit/066d9c8d41515fd57eb9fc069361fe44feac46ec))
13
+
14
+ ### 其他修改
15
+
16
+ * **cli:** released version 0.41.0 [no ci] ([a14a39e](https://github.com/Lydanne/spaceflow/commit/a14a39eb0edfc69fa5584fb65d39349a62608a1c))
17
+ * **publish:** released version 0.55.0 [no ci] ([9e1a81b](https://github.com/Lydanne/spaceflow/commit/9e1a81bb1e742446c158288b34803d6d0350230c))
18
+ * **review-summary:** released version 0.49.0 [no ci] ([db292af](https://github.com/Lydanne/spaceflow/commit/db292af7580944d29bdb28fd717872c0955325ad))
19
+
20
+ ## [0.80.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review@0.79.0...@spaceflow/review@0.80.0) (2026-04-08)
21
+
22
+ ### 新特性
23
+
24
+ * **review:** 在 review.md 中补充 `-f` 模式忽略 `includes` 过滤的说明,新增测试用例验证直接文件模式下的过滤行为 ([9c15284](https://github.com/Lydanne/spaceflow/commit/9c1528486f93b89442ba6eea4d1cb4503be5f6c7))
25
+
26
+ ### 其他修改
27
+
28
+ * **review-summary:** released version 0.48.0 [no ci] ([71629d2](https://github.com/Lydanne/spaceflow/commit/71629d27024b4c27c5bbe8564a2b87d45548882d))
29
+
3
30
  ## [0.79.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/review@0.78.0...@spaceflow/review@0.79.0) (2026-04-08)
4
31
 
5
32
  ### 新特性