Releases: newodahs/struct2map
Releases · newodahs/struct2map
v1.1.2
v1.1.1 Release
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0 Release
That was fast...
Minor-ish functionality update to add StructConvertOpts
and supporting options for formatting the Structure Tag -> MapKey in a specific way, primarily useful for when you cannot easily decorate the structure you want to pass in with the struct2map
tags.
v1.0.1 Release
Major change is renaming the primary function from StructToMap
to ConvertStruct
Minor refactor or IsValid handling and updated docs.
v1.0.0 Release
Initial Release
Includes:
- Support for most golang basic types in conversion of the structure and its fields to a map of values
- Intial testing coverage for regular cases (no corner-cases or overly complex cases yet in test)