@calcit/procs 0.13.53 → 0.13.55

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.
Binary file
@@ -0,0 +1,8 @@
1
+ # Legacy direct-quote Snapshot migration
2
+
3
+ - 为 `calcit edit format` 增加与 runtime loader 隔离的一次性旧 Snapshot 解析入口。
4
+ - 早期 direct quoted namespace/definition 分别迁移为 `NsEntry` / `CodeEntry`;definition 使用明确的 `Dynamic` schema,不猜测业务类型。
5
+ - 顶层 `:configs` 迁移为 `:entries.default`,缺省 mode 为 native;未知字段以及与已有 default entry 的冲突会报错。
6
+ - formatter 输出 namespace、definition 与 configs 的迁移计数,便于审阅生成的 `calcit.cirru` diff。
7
+ - 普通 loader、检查和其他编辑命令继续严格拒绝旧结构,避免长期保留双格式运行时分支。
8
+ - 使用 `calcit-lang/calcit-paint` 的 2022 compact Snapshot 完成真实回归:迁移 3 个 namespace、8 个 definition 与 configs;严格检查随后仅剩独立的 macro schema 迁移提示。
@@ -0,0 +1,5 @@
1
+ # Release 0.13.54
2
+
3
+ - 发布 `calcit edit format` 的隔离式 legacy direct-quote/configs Snapshot 迁移能力。
4
+ - 普通 runtime loader 与其他命令仍保持严格,不引入长期双格式兼容分支。
5
+ - 对应功能 PR #492、Issue #491;完整 Rust、Calcit core、JS/IR/WASM、Agent CLI 与真实 paint Snapshot smoke 已通过。
@@ -0,0 +1,6 @@
1
+ # FileEntry struct support in format migration
2
+
3
+ - 修复 0.13.54 format-only migration loader 只接受 `FileEntry` map、不能读取 struct 的回归。
4
+ - 统一 formatter 与普通严格 loader 对现代 `FileEntry` map/struct 的接受范围,不扩大 direct-quote runtime 兼容边界。
5
+ - 增加与 Calcit 0.13.51 schema migration 输出一致的 `%FileEntry` struct 回归 fixture。
6
+ - 缺陷由 `calcit-paint` 的真实 direct quote → strict macro schema → current formatter 升级链发现并记录为 Issue #493。
@@ -0,0 +1,4 @@
1
+ # Release 0.13.55
2
+
3
+ - 发布 formatter 对现代 `FileEntry` map/struct 的一致支持,修复 0.13.54 legacy Snapshot 升级链回归。
4
+ - 对应 PR #494、Issue #493;完整 Rust、Calcit core、JS/IR/WASM、Agent CLI 与真实 paint 中间 Snapshot smoke 已通过。
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.53",
3
+ "version": "0.13.55",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.53",
3
+ "version": "0.13.55",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",