Skip to content

Releases: goplus/gogen

v1.16.6

21 Jan 17:03
2c8b37b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.5...v1.16.6

v1.16.5

12 Jan 02:59
0c669cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.4...v1.16.5

v1.16.4

31 Dec 05:33
ac870e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.3...v1.16.4

v1.16.3

26 Nov 04:48
5fe0662
Compare
Choose a tag to compare

changes:

  • cb.Member: find embed field fix (#449)
  • follow TODO(uid) (#447)

v1.16.2

08 Nov 07:49
d741757
Compare
Choose a tag to compare

features:

changes:

  • fix index out of bound when write comment (#442)
  • fix autoNames check importName (#445)

v1.16.1

28 Oct 00:01
47c09e3
Compare
Choose a tag to compare

changes:

  • stripCommonPrefix to fix panic (#438)
  • go1.19 (#433)

v1.16.0

18 May 11:35
250e767
Compare
Choose a tag to compare

changes:

v1.15.3

18 May 10:55
7468f9e
Compare
Choose a tag to compare

features:

  • add InitThisGopPkgEx for map overload name to position (#427)

changes:

  • pkg.NewFuncDecl doc (#429)

v1.15.2

12 Apr 17:43
4d7d84d
Compare
Choose a tag to compare

features:

  • static method (#424)
  • T.method support alias (#425)
  • gogen/packages: optional Cache (#409 #411 #413 #414 #415 #417 #418 #421)
  • inferFunc: support arguments with typeparam signature (#410)
  • inferFunc: support implicit generic func args on Go1.18 and higher (#420)
  • export InferFunc (#416)

changes:

  • lookupFunc: rm (T).name support (#406)
  • lookupFunc panic fix. InitThisGopPkg check gopo valid func (#408)

v1.15.1

10 Mar 16:33
b070611
Compare
Choose a tag to compare

features:

  • cb.Typ.Member for TyTemplateRecvMethod (#404)
  • cb.VarRef(name string) (#403)