Commit Graph

1163 Commits

Author SHA1 Message Date
kercylan c80ce8e204
Merge pull request #81 from kercylan98/release-please--branches--master--components--minotaur
chore(master): release 0.5.3
2024-02-04 12:16:58 +08:00
kercylan 3e0fa9ab50 chore(master): release 0.5.3 2024-02-04 12:16:48 +08:00
kercylan98 04a92b2805 other: 移除 modular 包部分日志 2024-02-04 12:15:58 +08:00
kercylan98 f30de13c34 Merge remote-tracking branch 'origin/develop' into develop 2024-02-04 12:15:01 +08:00
kercylan98 902dadad5a fix: 修复 times.GetCurrWeekDate 和 times.GetLastWeekDate 在 week 参数与今日 week 相同的情况下,会多获取到一周的问题 2024-02-04 12:14:46 +08:00
kercylan f54e5fde12 str 包流式操作移到新增的 stream 包,可通过 stream.NewString、stream.NewStrings 开始 2024-02-04 00:11:10 +08:00
kercylan98 f8e368a8ca fix: 修复 server 使用 WebSocket 模式下,路由不支持 :1234/ws 的格式问题 2024-02-03 11:47:05 +08:00
kercylan 6a64fea5b2 str 包新增 string 流操作 2024-02-03 00:06:59 +08:00
kercylan98 d531939903 fix: 移除 modular 包的自动注入,优化 modular.Service 接口说明 2024-01-31 12:09:20 +08:00
kercylan98 ad4777a379 feat: timer 包新增 GetCurrWeekDate 和 GetLastWeekDate 函数 2024-01-31 11:46:32 +08:00
kercylan98 c95b206592 feat: 新增 modular 包,用于实现模块化项目 2024-01-30 14:22:26 +08:00
kercylan98 6b24b7c576 feat: server.MultipleServer 支持绑定 Service 2024-01-30 12:39:07 +08:00
kercylan98 4799a8cb73 feat: collection 包新增 MergeSlice 函数,用于将多个同类型对象合并为一个切片 2024-01-30 12:38:38 +08:00
kercylan98 e585e12a72 fix: 修复 server.LoadData 函数签名的错误 2024-01-29 11:27:08 +08:00
kercylan 282de44a41
Merge pull request #80 from kercylan98/release-please--branches--master--components--minotaur
chore(master): release 0.5.2
2024-01-24 11:14:40 +08:00
kercylan 316b6d1438 chore(master): release 0.5.2 2024-01-24 11:13:44 +08:00
kercylan98 eeefbff585 Merge branch 'develop' 2024-01-24 11:13:11 +08:00
kercylan98 fc14e73801 docs: 完善根目录 README.md,增加项目实践记录内容。生成子目录 README.md 文档 2024-01-24 11:12:34 +08:00
kercylan98 ebe7a70496 feat: server.Server.LoadData 函数支持加载 any 类型的数据 2024-01-24 09:49:04 +08:00
kercylan98 acc468492f feat: 支持向 server.Server 绑定一些数据 2024-01-23 16:53:42 +08:00
kercylan98 f08f06891c test: super.BitSet 完善测试用例 2024-01-22 14:05:11 +08:00
kercylan98 959abff85f feat: super 包新增 TryReadChannel、TryReadChannelByHandler 函数用于对 channel 尝试写入 2024-01-19 17:15:55 +08:00
kercylan98 756f823ca4 feat: collection 包新增 Equel 命名前缀的用于比较切片和 map 元素是否相同的函数,新增 Loop 命名前缀的用于遍历切片和 map 元素的函数 2024-01-19 14:46:24 +08:00
kercylan98 c4605cc4c3 feat: huge 包 NewInt 函数支持 string、bool、float 类型 2024-01-18 18:51:17 +08:00
kercylan98 9dba7ffe19 feat: collection 包新增 ConvertSliceToBatches、ConvertMapKeysToBatches、ConvertMapValuesToBatches 函数,用于将切片或 map 转换为按特定数量分批的批次切片 2024-01-18 17:16:00 +08:00
kercylan98 6cc158d43a other: 依赖版本更新 2024-01-16 18:20:14 +08:00
kercylan98 36de5934ce fix: 修复 super 包 JSON 解析部分零值不正确的问题 2024-01-16 16:15:51 +08:00
kercylan98 bbf70fab02 test: server 包完善部分测试用例 2024-01-15 17:27:29 +08:00
kercylan98 22449ff5c3 docs: 优化 README.md 可读性 2024-01-15 17:27:02 +08:00
kercylan98 1645ae47df fix: 修复 server 包 None 网络类型启动阻塞的问题。增加传入不支持网络类型将导致 panic 的特性。优化 WebSocket 服务器将不再使用 http.DefaultMuxServer,转而使用 http.NewServeMux 2024-01-15 14:45:14 +08:00
kercylan98 2b464021b0 recessive: 其他调整 2024-01-15 11:49:48 +08:00
kercylan98 6e6f33899b docs: 优化泛型结构体函数的文档展示 2024-01-15 11:46:08 +08:00
kercylan98 5ea3202732 docs: 完善 collection 包部分文档 2024-01-15 11:26:30 +08:00
kercylan98 cb340da0e5 docs: 优化 README.md 的测试用例描述 2024-01-15 11:15:51 +08:00
kercylan98 580bab2dfc docs: 优化 README.md 的测试用例描述 2024-01-15 11:12:24 +08:00
kercylan98 a026e4cf96 docs: 优化 README.md 包级函数不显示泛型签名的情况 2024-01-15 10:54:27 +08:00
kercylan98 e7e679ea86 docs: 优化 README.md 导航中无法跳转结构体的情况 2024-01-15 10:41:10 +08:00
kercylan98 bd7a3fee6b docs: 优化 README.md 函数签名 2024-01-15 10:37:51 +08:00
kercylan 4f9b8b2381
Merge pull request #79 from kercylan98/release-please--branches--master--components--minotaur
chore(master): release 0.5.1
2024-01-14 19:20:03 +08:00
kercylan 85caa77de8 chore(master): release 0.5.1 2024-01-14 19:18:05 +08:00
kercylan 9e93a64449 Merge branch 'develop' 2024-01-14 19:17:35 +08:00
kercylan 8c80c4b00c other: 版本管理调整 2024-01-14 19:17:22 +08:00
kercylan 65c10f2ad0 docs: 优化泛型约束类型文档显示 2024-01-14 19:15:25 +08:00
kercylan f9d31888ee docs: 优化文档详情部分,优化文档导航包含详情部分的问题 2024-01-14 18:41:52 +08:00
kercylan c881ae4256 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	configuration/README.md
#	examples/internal/deadlock-detect-server/README.md
#	examples/internal/room-shunt-server/README.md
#	examples/internal/simple-echo-websocket-server/README.md
#	examples/internal/ticker-server/README.md
#	examples/internal/ticker/README.md
#	game/README.md
#	game/activity/README.md
#	game/activity/internal/example/README.md
#	game/activity/internal/example/activities/README.md
#	game/activity/internal/example/activities/demoactivity/README.md
#	game/activity/internal/example/types/README.md
#	game/fight/README.md
#	game/space/README.md
#	game/task/README.md
#	notify/README.md
#	notify/notifies/README.md
#	notify/senders/README.md
#	planner/README.md
#	planner/pce/README.md
#	planner/pce/cs/README.md
#	planner/pce/exporter/README.md
#	planner/pce/exporter/cmd/README.md
#	planner/pce/tmpls/README.md
#	server/README.md
#	server/client/README.md
#	server/gateway/README.md
#	server/internal/dispatcher/README.md
#	server/internal/logger/README.md
#	server/lockstep/README.md
#	server/router/README.md
#	server/writeloop/README.md
#	utils/README.md
#	utils/aoi/README.md
#	utils/arrangement/README.md
#	utils/buffer/README.md
#	utils/collection/README.md
#	utils/collection/listings/README.md
#	utils/collection/mappings/README.md
#	utils/combination/README.md
#	utils/compress/README.md
#	utils/crypto/README.md
#	utils/deck/README.md
#	utils/file/README.md
#	utils/fsm/README.md
#	utils/generator/astgo/README.md
#	utils/generator/astgo/field.go
#	utils/generator/astgo/function.go
#	utils/generator/astgo/package.go
#	utils/generator/astgo/struct.go
#	utils/generator/astgo/type.go
#	utils/generator/genreadme/README.md
#	utils/generator/genreadme/builder.go
#	utils/generic/README.md
#	utils/geometry/README.md
#	utils/geometry/astar/README.md
#	utils/geometry/dp/README.md
#	utils/geometry/matrix/README.md
#	utils/geometry/navmesh/README.md
#	utils/hub/README.md
#	utils/huge/README.md
#	utils/leaderboard/README.md
#	utils/log/README.md
#	utils/log/survey/README.md
#	utils/maths/README.md
#	utils/memory/README.md
#	utils/moving/README.md
#	utils/network/README.md
#	utils/offset/README.md
#	utils/random/README.md
#	utils/reflects/README.md
#	utils/runtimes/README.md
#	utils/sole/README.md
#	utils/sorts/README.md
#	utils/str/README.md
#	utils/super/README.md
#	utils/timer/README.md
#	utils/times/README.md
#	utils/xlsxtool/README.md
2024-01-14 18:33:29 +08:00
kercylan b2fdaa2ae6 docs: 优化文档展示,适配部分无目录文档,适配非结构体的类型定义,增加测试用例文档 2024-01-14 18:33:02 +08:00
kercylan 83beeb43ce docs: 优化项目文档 2024-01-14 18:33:01 +08:00
kercylan 7001e3dbab feat: 优化项目文档 2024-01-14 13:49:52 +08:00
kercylan b0c4be15ef
Merge pull request #78 from kercylan98/release-please--branches--master--components--minotaur
chore(master): release 0.5.0
2024-01-12 18:46:48 +08:00
kercylan 32624bbf5b chore(master): release 0.5.0 2024-01-12 18:46:27 +08:00