Skip to content

Releases: geosocio/http-serializer

5.2.0

18 Mar 14:49
aa7f9c6
Compare
Choose a tag to compare

The Constraint Violations will now normalize the propertyPath. This means the propertyPath in the response will be the same path used in the object request/response rather than the object's literal path.

5.1.0

01 Oct 14:21
Compare
Choose a tag to compare

Collections are now supported. Instead of passing the entire collection to be serialized, each item within a collection is normalized before the entire array is then serialized.