Releases: goplus/gogen
Releases · goplus/gogen
v1.16.6
What's Changed
- support type alias by @visualfc in #459
- pkg.BuiltinTI by @xushiwei in #463, #464
- fix
importName
for multi-import in single file by @nighca in #466 - fix(CodeBuilder): prevent infinite recursion in struct field lookup by @aofei in #465, @xushiwei in #467
New Contributors
Full Changelog: v1.16.5...v1.16.6
v1.16.5
v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.15.3
v1.15.2
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: