Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 02:42
· 62 commits to master since this release

Change Log

Fixed

  • fix(ci): github action config error on go1.20 031895d
  • ✅ fix(gflag): fix a options test check error 4408098
  • 💚 fix: build error on use not exists method 0eef495

Feature

  • ✨ feat(gflag): add more config func for quick config flag option 63d2520

Update

  • 👔 up: update some for command help display format ac59105
  • 👔 up: update the cli option binding logic 24474f7
  • 💥 update(all): will not support on go < 1.18 5d90613
  • 💥 update(cmd): param args will exclude named arguments on run cmd.Func 76bdb02
  • 👔 up(cmd): add panics recover handle on run cmd.Func 1c0ad15
  • 👔 up(cmd): update some cmd events fire logic 3657720
  • 👔 up(gflag): update the command arguments help render logic fa84b6f
  • 👔 up: update the cmd event fire, will notify parents and app cf7abed

Other

  • chore: update deps and add tests on go1.20 c1a77a9
  • ✅ test(gflag): add more tests for flag option 607a29b
  • build(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 a7b2f23
  • build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 1852da4
  • ⬆️ dep: upgrade the gookit/goutil to v0.6.4 8524056
  • 💚 test: fix unit tests error on run go test 8e7b9a8