Compare commits
No commits in common. "main" and "v1.5.2" have entirely different histories.
39
README.md
39
README.md
@ -34,29 +34,29 @@ Semantic type conversion and generic utilities.
|
||||
High-concurrency random generation.
|
||||
- **API**: `Int`, `FastInt`, `Float`, `FastFloat`, `Byte`, `Bytes`, `Perm`, `Shuffle`
|
||||
|
||||
### go/encoding v1.5.5
|
||||
### go/encoding v1.5.4
|
||||
Standard and integer encoding.
|
||||
- **API**: `Hex`, `HexToString`, `Base64`, `Base64ToString`, `UrlBase64`, `UrlEncode`, `HtmlEscape`, `HtmlUnescape`, `Utf8Valid`, `NewIntEncoder`, `EncodeInt`, `AppendInt`, `DecodeInt`, `ExchangeInt`, `FillInt`, `HashInt`, `FoldInt`, `SortJoin`
|
||||
- **API**: `Hex`, `HexToString`, `Base64`, `Base64ToString`, `UrlBase64`, `UrlEncode`, `HtmlEscape`, `HtmlUnescape`, `Utf8Valid`, `NewIntEncoder`, `EncodeInt`, `AppendInt`, `DecodeInt`, `ExchangeInt`, `FillInt`, `HashInt`, `SortJoin`
|
||||
|
||||
### go/js v1.5.5
|
||||
Lightweight low-code engine based on goja with automatic bridging and safe mode.
|
||||
- **API**: `Define`, `Call`, `Doc`, `CheckVersion`, `FuncList`, `WithSafeMode`, `WithLogger`
|
||||
|
||||
### go/shell v1.5.4
|
||||
### go/shell v1.5.3
|
||||
Terminal styling and command execution.
|
||||
- **API**: `Run`, `RunCommand`, `Start`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow`
|
||||
- **API**: `Run`, `RunCommand`, `InteractiveRun`, `Pipeline`, `PipelineCommands`, `Style`, `StripANSI`, `Red`, `Green`, `Blue`, `Yellow`
|
||||
|
||||
### go/safe v1.5.2
|
||||
Memory protection and secure erasure.
|
||||
- **API**: `NewSafeBuf`, `NewSafeString`, `LockMemory`, `UnlockMemory`, `DisableCoreDump`, `ZeroMemory`, `EncryptChaCha20`, `DecryptChaCha20`, `MakeSafeToken`, `Concat`, `Base64`, `Hex`, `UrlEncode`
|
||||
|
||||
### go/id v1.5.6
|
||||
### go/id v1.5.4
|
||||
Distributed and DB-optimized IDs.
|
||||
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
|
||||
|
||||
### go/crypto v1.5.4
|
||||
### go/crypto v1.5.3
|
||||
Mainstream and hybrid encryption.
|
||||
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `SHA1`, `SHA256`, `SHA512`, `HMACSHA256`
|
||||
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `Sha1`, `Sha256`, `Sha512`, `HmacSha256`
|
||||
|
||||
### go/file v1.5.5
|
||||
High-performance IO and memory files.
|
||||
@ -78,10 +78,9 @@ Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF/Graph/CSV
|
||||
High-performance image processing, QR/Barcode, FFmpeg video orchestration, and transformations.
|
||||
- **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation`
|
||||
|
||||
### go/watch v1.5.4
|
||||
### go/watch v1.5.2
|
||||
AI-friendly file watching.
|
||||
- **API**: `Start`, `EasyStart`, `Watcher`
|
||||
- **CLI**: `watch` — 文件变更时执行命令,支持 `-go`/`-web`/`-js`/`-py` 预设
|
||||
|
||||
### go/keys v1.5.3
|
||||
Secret management and cross-language encryption tool.
|
||||
@ -103,15 +102,15 @@ Unified hybrid search engine supporting Fulltext + Vector with RRF.
|
||||
Lean and high-performance email client.
|
||||
- **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `GetMailbox`, `ParseAddr`, `FormatAddr`
|
||||
|
||||
### go/task v1.5.5
|
||||
### go/task v1.5.4
|
||||
Task scheduling and lifecycle management.
|
||||
- **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `Run`, `WithPolicy`, `WithTimeout`, `SuppressSuccessLog`
|
||||
- **API**: `Add`, `Start`, `Stop`, `Get`, `List`, `Remove`, `Run`, `WithPolicy`, `WithTimeout`
|
||||
|
||||
### go/redis v1.5.10
|
||||
### go/redis v1.5.6
|
||||
Redis client with Pub/Sub.
|
||||
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`, `SetConfig`
|
||||
|
||||
### go/starter v1.5.6
|
||||
### go/starter v1.5.5
|
||||
Service lifecycle and background management.
|
||||
- **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand`
|
||||
|
||||
@ -123,7 +122,7 @@ Third-party API orchestration engine.
|
||||
Convention-over-configuration ORM with shadow-delete, auto-versioning, and FTS.
|
||||
- **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`, `SetConfig`
|
||||
|
||||
### go/sandbox v1.5.5
|
||||
### go/sandbox v1.5.4
|
||||
Cross-platform isolation and runtime environment manager.
|
||||
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
|
||||
|
||||
@ -139,18 +138,18 @@ Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle h
|
||||
Resident warm environment dynamic code execution engine designed for AI Agents.
|
||||
- **API**: `Start`, `Stop`, `Eval`, `Install`
|
||||
|
||||
### go/service v1.5.20
|
||||
### go/service v1.5.15
|
||||
Core microservice framework.
|
||||
- **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT`
|
||||
|
||||
### go/docDB v1.5.6
|
||||
Standalone document storage engine with version control, event hooks, and commit-snapshot management.
|
||||
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `List`, `Exists`, `Commit`, `Pull`, `Diff`, `History`, `ExtractToC`
|
||||
### go/docDB v1.5.3
|
||||
Standalone document storage engine with version control and event hooks.
|
||||
- **API**: `GetDB`, `Auth`, `SetDoc`, `SetMeta`, `Move`, `Get`, `GetByVersion`, `Remove`, `ExtractToC`
|
||||
|
||||
### go/gateway v1.5.3
|
||||
High-performance, event-driven dynamic API gateway.
|
||||
- **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status`
|
||||
|
||||
### go/knowbase v1.5.22
|
||||
### go/knowbase v1.5.14
|
||||
AI Knowledge Base engine with hybrid search and identity-driven APIs.
|
||||
- **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `App.RawQuery`, `App.SetPolicy`, `App.Commit`, `App.Pull`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`
|
||||
- **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `App.RawQuery`, `App.SetPolicy`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`
|
||||
|
||||
@ -54,9 +54,9 @@
|
||||
分布式与数据库性能优化的 ID 生成。
|
||||
- **API**: `NewIDMaker`, `Get8Bytes4KPerSecond`, `Get9Bytes90KPerSecond`, `Get10Bytes14MPerSecond`, `Get11Bytes900MPerSecond`, `Get12BytesUltraPerSecond`, `GetForMysql`
|
||||
|
||||
### go/crypto v1.5.4
|
||||
### go/crypto v1.5.3
|
||||
主流加解密算法与混合加密体系。
|
||||
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `SHA1`, `SHA256`, `SHA512`, `HMACSHA256`
|
||||
- **API**: `NewAESGCM`, `NewRSA`, `NewECDSA`, `NewED25519`, `NewX25519`, `EncryptBytes`, `DecryptBytes`, `Sign`, `Verify`, `MD5`, `Sha1`, `Sha256`, `Sha512`, `HmacSha256`
|
||||
|
||||
### go/file v1.5.5
|
||||
高性能磁盘 IO 与嵌入式内存文件。
|
||||
@ -110,7 +110,7 @@
|
||||
集成 Pub/Sub 的高性能 Redis 客户端。
|
||||
- **API**: `GetRedis`, `NewRedis`, `Do`, `Subscribe`, `PUBLISH`, `NewIDMaker`
|
||||
|
||||
### go/starter v1.5.6
|
||||
### go/starter v1.5.5
|
||||
服务生命周期与后台运行管控。
|
||||
- **API**: `Register`, `Run`, `SetAppInfo`, `SetInfo`, `SetUsage`, `AddCmd`, `AddCommand`
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
意图优先的极简数据库抽象层,支持影子删除与自动版本。
|
||||
- **API**: `GetDB`, `Sync`, `To`, `ToSlice`, `Insert`, `Replace`, `Update`, `Delete`, `Query`, `Exec`, `Begin`
|
||||
|
||||
### go/sandbox v1.5.5
|
||||
### go/sandbox v1.5.4
|
||||
跨平台隔离与运行时环境管理器。
|
||||
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
为 AI Agent 设计的常驻温环境动态代码执行引擎。
|
||||
- **API**: `Start`, `Stop`, `Eval`, `Install`
|
||||
|
||||
### go/service v1.5.20
|
||||
### go/service v1.5.15
|
||||
核心微服务框架。
|
||||
- **API**: `Start`, `AsyncStart`, `Host`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`, `GetInjectT`
|
||||
|
||||
@ -151,6 +151,6 @@
|
||||
高性能、事件驱动的动态 API 网关。
|
||||
- **API**: `NewGatewayApp`, `GatewayApp.Start`, `GatewayApp.Stop`, `GatewayApp.Reload`, `GatewayApp.Status`
|
||||
|
||||
### go/knowbase v1.5.22
|
||||
### go/knowbase v1.5.14
|
||||
AI 知识库引擎,支持混合检索与身份驱动 API。
|
||||
- **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `App.RawQuery`, `App.SetPolicy`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user