mapstructure v1.2.0 Release Notes

Release Date: 2020-03-19 // about 4 years ago
    • ➕ Added support to capture unused values in a field using the ",remain" value in the mapstructure tag. There is an example to showcase usage.
    • ➕ Added DecoderConfig option to always squash embedded structs
    • json.Number can decode into uint types
    • Empty slices are preserved and not replaced with nil slices
    • 🛠 Fix panic that can occur in when decoding a map into a nil slice of structs
    • 👌 Improved package documentation for godoc