Releases: jmattheis/goverter
Releases · jmattheis/goverter
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.0
- 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
toT
conversions - Error on overlapping internal sub methods
v1.1.1
v1.1.0
- feat: add
struct:comment
- feat: add
useUnderlyingTypeMethods
- feat: add
default
- feat: allow mapping source methods to the target field.
map
supports method calls as source-path. - fix: don't panic on
func()
types - fix: improve error messages
- docs: add outline of conversion generation https://goverter.jmattheis.de/explanation/generation