Compare commits

..

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

2 changed files with 5 additions and 11 deletions

View File

@ -1,11 +1,5 @@
# 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.2 apigo.cc/go/cast v1.5.0
apigo.cc/go/encoding v1.5.3 apigo.cc/go/encoding v1.5.0
apigo.cc/go/jsmod v1.5.2 apigo.cc/go/jsmod v1.5.0
apigo.cc/go/safe v1.5.1 apigo.cc/go/safe v1.5.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
require ( require (
apigo.cc/go/rand v1.5.2 apigo.cc/go/rand v1.5.0 // indirect
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