mapstructure v1.4.0 Release Notes

    • A new decode hook type DecodeHookFuncValue has been added that has access to the full values. [GH-183]
    • 👍 Squash is now supported with embedded fields that are struct pointers [GH-205]
    • Empty strings will convert to 0 for all numeric types when weakly decoding [GH-206]