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

This commit is contained in:
AI Engineer 2026-06-11 18:57:44 +08:00
parent 14205a949d
commit 3c1093ae57
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog: @go/id
## v1.5.3 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.3。
## v1.5.2 (2026-06-09)
- **版本对齐**: 基础设施全局对齐 v1.5.2。
## v1.5.1 (2026-06-08)
- **JS 极简 API**: 彻底废除 JS 侧冗长难记的 `get8Bytes...` 等方法,统一收敛为极简的 `Make(size int, forDB ...string)`。充分利用了底层 JS Bridge 的零值回退特性,在不填第二个参数时也能安全优雅地工作。

8
go.mod
View File

@ -3,9 +3,9 @@ module apigo.cc/go/id
go 1.25.0
require (
apigo.cc/go/encoding v1.5.0
apigo.cc/go/jsmod v1.5.0
apigo.cc/go/rand v1.5.0
apigo.cc/go/encoding v1.5.3
apigo.cc/go/jsmod v1.5.3
apigo.cc/go/rand v1.5.2
)
require apigo.cc/go/cast v1.5.0 // indirect
require apigo.cc/go/cast v1.5.2