Skip to content

Releases: goplus/gogen

v1.19.8

12 Jan 01:50
852bcb7

Choose a tag to compare

What's Changed

  • refactor(printer): sync with Go upstream latest implementation by @aofei in #553
  • feat: add constant folding support for min and max builtins by @aofei in #554
  • fix: recognize panic as terminating statement in missing return check by @aofei in #556

Full Changelog: v1.19.7...v1.19.8

v1.19.7

13 Dec 02:09
03c926d

Choose a tag to compare

What's Changed

  • feat: add missing return detection for funcs with return values by @aofei in #550

Full Changelog: v1.19.6...v1.19.7

v1.19.6

28 Nov 06:14
d8e0fc9

Choose a tag to compare

What's Changed

  • Improve error message for shift operations with invalid operand types (#542) by @xushiwei in #546
  • Add CLAUDE.md - gogen Project AI Assistant Guide by @xgopilot[bot] in #545
  • fix(method-lookup): consider embedded named types when resolving by @go-wyvern in #549
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #548

New Contributors

Full Changelog: v1.19.5...v1.19.6

v1.19.5

11 Oct 01:27
9c8c1fc

Choose a tag to compare

What's Changed

Full Changelog: v1.19.3...v1.19.5

v1.19.3

09 Oct 15:40
53e89be

Choose a tag to compare

What's Changed

features:

changes:

ci & tools:

New Contributors

Full Changelog: v1.19.2...v1.19.3

v1.19.2

02 Sep 05:38
2654128

Choose a tag to compare

What's Changed

  • feat(codebuild): fix the range returned by diagnostic only has start but no end. by @go-wyvern in #520
  • fix: add endBlockStmt calls in switch and forRange statement endings by @go-wyvern in #521

Full Changelog: v1.19.1...v1.19.2

v1.19.1

13 Aug 02:48
4fc1df1

Choose a tag to compare

What's Changed

changes:

  • fix(codebuild): fix assign args mismatch error panic by @go-wyvern in #517
  • fix(codebuild): add source tracking to return values in TypeAssert by @go-wyvern in #518

ci & tools:

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #519

Full Changelog: v1.19.0...v1.19.1

v1.19.0

06 Jun 09:40
2ec8d00

Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

15 May 04:10
885e8eb

Choose a tag to compare

What's Changed

  • fix(codebuild): lost position information to End method in ConvertToClosure by @go-wyvern in #513
  • support aliastypeparams by @visualfc in #511

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

06 May 14:49
5c97b20

Choose a tag to compare

What's Changed

features:

changes:

Full Changelog: v1.17.3...v1.18.0