chore: align jsmod dependency to v1.5.2 (by AI)

This commit is contained in:
AI Engineer 2026-06-11 19:12:00 +08:00
parent ebd14f7c62
commit 5de4a9b16f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# CHANGELOG # CHANGELOG
## v1.5.2 (2026-06-11)
- **依赖对齐**: 升级 `jsmod` 依赖至 v1.5.2。
## v1.5.1 (2026-06-08) ## v1.5.1 (2026-06-08)
- **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Int`, `FastInt`, `Byte`),以消除 JS 与 Go 调用体感上的摩擦。 - **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase`Int`, `FastInt`, `Byte`),以消除 JS 与 Go 调用体感上的摩擦。

2
go.mod
View File

@ -2,4 +2,4 @@ module apigo.cc/go/rand
go 1.25.0 go 1.25.0
require apigo.cc/go/jsmod v1.5.0 require apigo.cc/go/jsmod v1.5.2