Skip to content

v0.7.8

Choose a tag to compare

@luoliwoshang luoliwoshang released this 13 Feb 06:30
· 13 commits to main since this release
beba8c5

What's Changed

  • feat: upgrade gogen and use custom go printer output & fix some newline before decl by @luoliwoshang in #641
    fixed type's doc have unexpect newline
/* The cJSON structure: */
- 
type JSON struct {
	Next        *JSON
	Prev        *JSON

cl

  • convert: lazily create ConstGroup in createEnumItems to avoid empty const nodes by @xgopilot[bot] in #644

deps

  • build(deps): bump github.com/qiniu/x from 1.15.3 to 1.16.0 by @dependabot[bot] in #617
  • build(deps): bump github.com/goplus/mod from 0.18.0 to 0.19.0 by @dependabot[bot] in #616
  • build(deps): bump github.com/goplus/mod from 0.19.0 to 0.19.1 by @dependabot[bot] in #629
  • build(deps): bump github.com/goplus/llgo from 0.12.0 to 0.12.1 by @dependabot[bot] in #624
  • build(deps): update CI and setup to use llgo v0.12.1 by @xgopilot[bot] in #646

ai

  • chore: add xgopilot config to use claude-4.5-opus model by @xgopilot[bot] in #620
  • chore: update xgopilot to use claude-4.6-opus model by @xgopilot[bot] in #633
  • docs: update CLAUDE.md to instruct AI to run install.sh and TestFromTestdata locally by @xgopilot[bot] in #639

docs

  • docs: use The XGo Authors (xgo.dev) as new copyright info by @xgopilot[bot] in #628

test

  • fix(gettext): remove textstyle/stdbool.h from include list by @xgopilot[bot] in #648

Full Changelog: v0.7.7...v0.7.8