Skip to content

Releases: PerimeterX/marshmallow

Support for reporting errors from HandleJSONData

03 Jul 07:05
ea27928
Compare
Choose a tag to compare

fixes JSONDataHandler nested fields related issues

10 Nov 09:38
cc4ddda
Compare
Choose a tag to compare

This release is fixing the following issues:

v1.1.3 - Support for excluding known fields from the result map

31 Aug 10:48
489edf4
Compare
Choose a tag to compare

Support feature request for excluding known fields from the result map

v1.1.2 - Support capturing nested unknown fields

23 Aug 16:24
0330fae
Compare
Choose a tag to compare

Resolving the feature request described in this issue

Fix parsing bug for unknown nested fields

21 Aug 09:45
040fbe7
Compare
Choose a tag to compare

v1.1.0 - Official External Release

10 Jul 13:01
f25b0f5
Compare
Choose a tag to compare

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

21 Apr 10:52
22e3c7f
Compare
Choose a tag to compare

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