Skip to content

Releases: jmattheis/goverter

v1.4.0

23 Feb 11:15
Compare
Choose a tag to compare

v1.3.2

31 Jan 19:41
48f86d9
Compare
Choose a tag to compare

v1.3.1

27 Jan 16:44
Compare
Choose a tag to compare

v1.3.0

20 Dec 10:11
b08216d
Compare
Choose a tag to compare

v1.2.0

25 Nov 11:29
cafe070
Compare
Choose a tag to compare
  • Support using unexported fields, methods and functions when they are accessible from the output:package
  • Fix ignored field settings for conversions from non pointer to pointer types
  • Improve error messages for *T to T conversions
  • Error on overlapping internal sub methods

v1.1.1

21 Nov 18:08
62c847c
Compare
Choose a tag to compare

Fix a panic when using the error type inside the conversion. (#102 via #103)

v1.1.0

05 Nov 18:09
515e048
Compare
Choose a tag to compare

v1.0.0

23 Oct 16:03
Compare
Choose a tag to compare

See https://goverter.jmattheis.de/guide/migration for instructions to migrate to this version. If you have problems with this release please create a ticket in this project.

v0.18.0

10 Sep 09:12
a1ae13d
Compare
Choose a tag to compare

Add goverter:skipCopySameType, this setting instruct Goverter to skip copying instances when the source and target type is the same.

v0.17.5

17 Aug 15:43
9f096d2
Compare
Choose a tag to compare

Prevent unused variables in generated code when empty structs are used