chore: align infrastructure to v1.5.4 (by AI)

This commit is contained in:
AI Engineer 2026-06-11 18:59:25 +08:00
parent a97e1f50bf
commit 03aeb5627e
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## v1.5.4 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.4。
## v1.5.3 (2026-06-09)
- **版本对齐**: 基础设施全局对齐 v1.5.3。
## v1.5.2 (2026-06-08) ## v1.5.2 (2026-06-08)
- **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Read`, `Write`, `GetFileInfo`),消除 JS 环境下的调用摩擦。 - **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Read`, `Write`, `GetFileInfo`),消除 JS 环境下的调用摩擦。

10
go.mod
View File

@ -3,15 +3,15 @@ module apigo.cc/go/file
go 1.25.0 go 1.25.0
require ( require (
apigo.cc/go/cast v1.5.0 apigo.cc/go/cast v1.5.2
apigo.cc/go/encoding v1.5.0 apigo.cc/go/encoding v1.5.3
apigo.cc/go/jsmod v1.5.0 apigo.cc/go/jsmod v1.5.3
apigo.cc/go/safe v1.5.0 apigo.cc/go/safe v1.5.1
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
require ( require (
apigo.cc/go/rand v1.5.0 // indirect apigo.cc/go/rand v1.5.2
github.com/kr/pretty v0.3.0 // indirect github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/crypto v0.52.0 // indirect golang.org/x/crypto v0.52.0 // indirect