Compare commits
No commits in common. "v1.5.2" and "main" have entirely different histories.
@ -1,8 +1,5 @@
|
|||||||
# CHANGELOG - apigo.cc/go/vision
|
# CHANGELOG - apigo.cc/go/vision
|
||||||
|
|
||||||
## v1.5.2 (2026-06-11)
|
|
||||||
- **版本对齐**: 基础设施全局对齐 v1.5.2。
|
|
||||||
|
|
||||||
## v1.5.1 (2026-06-08)
|
## v1.5.1 (2026-06-08)
|
||||||
- **JS 对齐 & 智能文档**:
|
- **JS 对齐 & 智能文档**:
|
||||||
- 将所有注册到 `jsmod` 的方法名统一为 PascalCase。
|
- 将所有注册到 `jsmod` 的方法名统一为 PascalCase。
|
||||||
|
|||||||
12
go.mod
12
go.mod
@ -3,10 +3,10 @@ module apigo.cc/go/vision
|
|||||||
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/file v1.5.4
|
apigo.cc/go/file v1.5.0
|
||||||
apigo.cc/go/jsmod v1.5.2
|
apigo.cc/go/jsmod v1.5.0
|
||||||
apigo.cc/go/rand v1.5.2
|
apigo.cc/go/rand v1.5.0
|
||||||
github.com/boombuler/barcode v1.1.0
|
github.com/boombuler/barcode v1.1.0
|
||||||
github.com/disintegration/imaging v1.6.2
|
github.com/disintegration/imaging v1.6.2
|
||||||
github.com/flopp/go-findfont v0.1.0
|
github.com/flopp/go-findfont v0.1.0
|
||||||
@ -17,8 +17,8 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/encoding v1.5.3
|
apigo.cc/go/encoding v1.5.0 // indirect
|
||||||
apigo.cc/go/safe v1.5.1
|
apigo.cc/go/safe v1.5.0 // indirect
|
||||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||||
github.com/kr/text v0.2.0 // indirect
|
github.com/kr/text v0.2.0 // indirect
|
||||||
golang.org/x/crypto v0.52.0 // indirect
|
golang.org/x/crypto v0.52.0 // indirect
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user