Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5590037abe | ||
|
|
3c1093ae57 |
@ -1,5 +1,11 @@
|
|||||||
# Changelog: @go/id
|
# 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)
|
## v1.5.1 (2026-06-08)
|
||||||
- **JS 极简 API**: 彻底废除 JS 侧冗长难记的 `get8Bytes...` 等方法,统一收敛为极简的 `Make(size int, forDB ...string)`。充分利用了底层 JS Bridge 的零值回退特性,在不填第二个参数时也能安全优雅地工作。
|
- **JS 极简 API**: 彻底废除 JS 侧冗长难记的 `get8Bytes...` 等方法,统一收敛为极简的 `Make(size int, forDB ...string)`。充分利用了底层 JS Bridge 的零值回退特性,在不填第二个参数时也能安全优雅地工作。
|
||||||
|
|
||||||
|
|||||||
8
go.mod
8
go.mod
@ -3,9 +3,9 @@ module apigo.cc/go/id
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
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.2
|
||||||
apigo.cc/go/rand v1.5.0
|
apigo.cc/go/rand v1.5.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require apigo.cc/go/cast v1.5.0 // indirect
|
require apigo.cc/go/cast v1.5.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user