Compare commits

..

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

2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
# 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.2 require apigo.cc/go/jsmod v1.5.0