Releases: PerimeterX/marshmallow
Releases · PerimeterX/marshmallow
Support for reporting errors from HandleJSONData
fixes JSONDataHandler nested fields related issues
v1.1.3 - Support for excluding known fields from the result map
Support feature request for excluding known fields from the result map
v1.1.2 - Support capturing nested unknown fields
Resolving the feature request described in this issue
Fix parsing bug for unknown nested fields
v1.1.0 - Official External Release
After running several months on the internal stable release we're ready to officially launch Marshmallow as an external stable version.
Changelog:
- Fixed issue with embedded fields
initial stable release
after some time in production in PerimeterX we've concluded we're ready to launch the first stable release of marshmallow.
API
- Unmarshal
- UnmarshalFromJSONMap
- WithMode
- WithSkipPopulateStruct
- EnableCache
- EnableCustomCache
Interfaces
- UnmarshalerFromJSONMap