Changelog
New Features
- 989217c: feat(perf): use convutil instead of string() and []byte() (@shipengqi)
Bug Fixes
- 03cc5e7: fix(lint): data type convert lint error (#97) (@shipengqi)
- 03e0cbc: fix(module): module conflict (@shipengqi)
- a1f1884: fix(modules): update modules to fix require sonic/loader error (@shipengqi)
- 268809e: fix(releaser): use --verbose (@shipengqi)
- fd15198: fix(test): create cli and grpc tests (@shipengqi)
- 46a6f4f: fix(test): generate error string for grpc (@shipengqi)
- 6c7b8ce: fix(ui): update go web framework in summary (@shipengqi)
Other work
- 6288b4f: --- (#56) (@dependabot[bot])
- 3148d76: chore(deps): bump anchore/scan-action from 3 to 4 (#74) (@dependabot[bot])
- eaca8bb: chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0 (#95) (@dependabot[bot])
- 640855d: chore(deps): bump github.com/charmbracelet/bubbletea (#49) (@dependabot[bot])
- 76dc598: chore(deps): bump github.com/charmbracelet/bubbletea (#50) (@dependabot[bot])
- 905d454: chore(deps): bump github.com/charmbracelet/bubbletea (#55) (@dependabot[bot])
- 46c666e: chore(deps): bump github.com/charmbracelet/bubbletea (#58) (@dependabot[bot])
- 614d01d: chore(deps): bump github.com/charmbracelet/bubbletea (#61) (@dependabot[bot])
- 1645f3f: chore(deps): bump github.com/charmbracelet/bubbletea (#65) (@dependabot[bot])
- 83da3c6: chore(deps): bump github.com/charmbracelet/bubbletea (#67) (@dependabot[bot])
- d85bad6: chore(deps): bump github.com/charmbracelet/bubbletea (#96) (@dependabot[bot])
- 182fcd6: chore(deps): bump github.com/charmbracelet/huh from 0.3.0 to 0.4.2 (#60) (@dependabot[bot])
- b9c4e9e: chore(deps): bump github.com/charmbracelet/huh from 0.4.2 to 0.5.1 (#73) (@dependabot[bot])
- a50e1c5: chore(deps): bump github.com/charmbracelet/huh from 0.5.1 to 0.5.2 (#78) (@dependabot[bot])
- f7bbde9: chore(deps): bump github.com/charmbracelet/huh from 0.5.2 to 0.6.0 (#94) (@dependabot[bot])
- 5a6322b: chore(deps): bump github.com/charmbracelet/lipgloss (#57) (@dependabot[bot])
- 5e219f8: chore(deps): bump github.com/charmbracelet/lipgloss (#77) (@dependabot[bot])
- 0ba0418: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (#47) (@dependabot[bot])
- e36e47f: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#54) (@dependabot[bot])
- 18f2c6a: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 (#59) (@dependabot[bot])
- f8e6698: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#80) (@dependabot[bot])
- 2309878: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#82) (@dependabot[bot])
- e02326e: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 (#90) (@dependabot[bot])
- 62eb2d4: chore(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#48) (@dependabot[bot])
- c45d329: chore(deps): bump github.com/shipengqi/action from 0.2.0 to 0.2.1 (#66) (@dependabot[bot])
- ee36487: chore(deps): bump github.com/shipengqi/component-base (#71) (@dependabot[bot])
- 8a4fb17: chore(deps): bump github.com/shipengqi/golib from 0.2.12 to 0.2.13 (#53) (@dependabot[bot])
- f71bc32: chore(deps): bump github.com/shipengqi/golib from 0.2.13 to 0.2.14 (#69) (@dependabot[bot])
- bddac96: chore(deps): bump github.com/shipengqi/golib from 0.2.14 to 0.2.15 (#79) (@dependabot[bot])
- 42f7d6a: chore(deps): bump github.com/shipengqi/golib from 0.2.15 to 0.2.16 (#83) (@dependabot[bot])
- d66e525: chore(deps): bump github.com/shipengqi/jcli from 0.2.13 to 0.2.14 (#68) (@dependabot[bot])
- 62460ef: chore(deps): bump github.com/shipengqi/log from 0.2.2 to 0.2.3 (#70) (@dependabot[bot])
- 7ca0fcc: chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#64) (@dependabot[bot])
- e2f4e95: chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#51) (@dependabot[bot])
- 3812efa: chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#63) (@dependabot[bot])
- cccdab3: chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#72) (@dependabot[bot])
- c352fb0: chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#81) (@dependabot[bot])
- 41dc240: chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#46) (@dependabot[bot])
- acb5ce8: chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#52) (@dependabot[bot])
- 4ef8510: chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#62) (@dependabot[bot])
- f1b02cd: test(e2e): add create cli and grpc project e2e tests (@shipengqi)
Full Changelog: v1.1.1...v1.1.2