v0.4.0-beta
This version, we implemented a unified local testing framework (see #112 ), and rewrited the Go local testing, added CPP local testing (thanks @w43322 ).
And must noted that we changed the code template, you will need to remove the previous global config and generate a new one:
rm ~/.config/leetgo/config.yaml
leetgo init
Changelog
Features
- 5749e21: feat: upgrade to go1.20 (#98) (@j178)
- f200b4b: feat: upgrade to ChatGPT API (@j178)
- 023505b: feat: add getTempBinFile (#126) (@j178)
- e5a0256: feat: allow custom openai api endpoint (@j178)
- 67c90b9: feat: implement cpp local test (#90) (@w43322)
Bug fixes
- b3d7973: fix: use json unmarshal to split array (@j178)
- b057884: fix: avoid Chinese in generated path (@j178)
- fa3e3de: fix: race condition of outputBuf (@j178)
- ffcf50f: fix: minor (@j178)
- 97fc178: fix: build before run test, avoid first case time out (@j178)
- b782f17: fix: minor (@j178)
- ed51b79: fix: avoid hard wrap in English (@j178)
- 92b73c5: fix: trim in example output (@j178)
Others
- 4d78f3b: chore: bump testutils/go (@j178)
- c8a4a0f: chore: add length check for system design test cases (@j178)
- 1c6d533: chore: go mod tidy (@j178)
- 454f9d8: chore: improve error message (@j178)
- 493f0ab: chore: minor tweak (@j178)
- 414d149: chore(deps): bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 (#125) (@dependabot[bot])
- 3d8d90d: chore(deps): bump github.com/briandowns/spinner from 1.21.0 to 1.22.0 (#124) (@dependabot[bot])
- 2019231: chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.4 to 6.4.6 (#123) (@dependabot[bot])
- 5ba8059: chore(deps): bump github.com/charmbracelet/log from 0.1.0 to 0.1.2 (#122) (@dependabot[bot])
- 962e81a: chore: bump CI go version (@j178)
- 8919614: chore: add trailing newline to description file (@j178)
- eb4cdfd: chore: use reflow/wrap, reduce one dependency (@j178)