Releases: dumim/tagconv
Releases · dumim/tagconv
Go version upgrade and go mod tidy
Omitempty implemented with intelligent default value checks
The ,omitempty
tag is not handled with checking for default values. See Readme for more.
Fixed panics for nil interface types
Merge pull request #9 from dumim/develop Panics on nil interfaces fixed
Fixed panics for non-struct slices
Merge pull request #8 from dumim/develop Fixed panics for non-struct slices
v1.2.0: Merge pull request #7 from dumim/develop
Checking correct value for panics
v1.1.0: Merge pull request #6 from dumim/develop
Panic check added
Support for uninitialised nested structs
Merge pull request #5 from dumim/develop Fixed panicing on uninitialised nested structs
Panic on certain cases
Merge pull request #6 from dumim/develop Panic check added
First Stable Release
First stable release with working CI builds, more tests, examples and code coverage.
Support for structs with unexported fields
Fixed panics on unexported fields