GoFrame Release v2.6.3
What's Changed
- fix error in
gerror.HasCode
by @gqcn in #3277 - fix workflow script for cli building and release by @gqcn in #3279
- Update annotation for redis.toml by @oldme-git in #3282
- add offline document link in readme.md by @hailaz in #3284
- bugfix:fix gconv map deep option not effective by @conwaypan in #3287
- fix issue #3286 by @gqcn in #3289
- feat: support running commands via non-command line arguments by @jswxstw in #3290
- fix issue #3292 by @gqcn in #3294
- fix issue #2457 by @gqcn in #3297
- fix issue #2552 by @gqcn in #3300
- fix issue #2503 by @gqcn in #3299
- fix empty pwd path read from
gfile.Pwd()
which could cause internal error logging forgview.New
by @hailaz in #3302 - fix issue #2572 by @gqcn in #3301
- fix issue #2594 by @gqcn in #3303
- add field type detection for soft time field like
created_at/updated_at/deleted_at
to support unix timestamp or bool deleting table field by @gqcn in #3293 - fix issue #2643 by @gqcn in #3304
- use iota to unify the enums definition by @oldme-git in #3305
- fix #3245 by @oldme-git in #3298
- add
#
for cron pattern that can ignore seconds, which makes the cron pattern running in minimum minute like linux crontab pattern by @gqcn in #3306 - fix issue #2616 by @gqcn in #3307
New Contributors
- @conwaypan made their first contribution in #3287
- @jswxstw made their first contribution in #3290
Full Changelog: v2.6.2...v2.6.3