Goverter Versions Save

Generate type-safe Go converters by simply defining an interface

v1.4.0

3 months ago

v1.3.2

3 months ago

v1.3.1

4 months ago

v1.3.0

5 months ago

v1.2.0

6 months ago
  • 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

6 months ago

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

v1.1.0

6 months ago

v1.0.0

7 months ago

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

8 months ago

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

v0.17.5

9 months ago

Prevent unused variables in generated code when empty structs are used