Compare commits

..

No commits in common. "v1.5.2" and "main" have entirely different histories.
v1.5.2 ... main

2 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
# CHANGELOG - shell # CHANGELOG - shell
## v1.5.2 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.2。
## v1.5.1 (2026-06-08) ## v1.5.1 (2026-06-08)
- **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Run`, `RunCommand`),以消除 JS 与 Go 调用体感上的摩擦。 - **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Run`, `RunCommand`),以消除 JS 与 Go 调用体感上的摩擦。

4
go.mod
View File

@ -2,6 +2,6 @@ module apigo.cc/go/shell
go 1.25.0 go 1.25.0
require apigo.cc/go/cast v1.5.2 require apigo.cc/go/cast v1.5.0
require apigo.cc/go/jsmod v1.5.2 require apigo.cc/go/jsmod v1.5.0