Skip to content

Releases: andreykaipov/funcopgen

v0.4.0

26 Apr 01:53
Compare
Choose a tag to compare
  • handle interface type in ast
  • explicitly error on anonymous structs (you should define it as their own type)
  • skip finding field map for structs not in our list
  • go generate: update examples

v0.3.2

24 Apr 21:17
Compare
Choose a tag to compare
  • fuck it there's no point in having the version if go guarantees the checksum

v0.3.1

24 Apr 20:31
Compare
Choose a tag to compare
  • adds package name when printing output text of generated funcops
  • version flag
  • huh TIL about go caching releases

v0.2.0

22 Apr 05:55
Compare
Choose a tag to compare
  • refactors qualified imports
  • fixes generation of qualified types when they're embedded fields
  • adds option for unique Option types

v0.1.0

22 Apr 01:33
Compare
Choose a tag to compare
  • yeah