v0.2.1
Pre-release
Pre-release
- The object type is now optional. When the
objectTypekey is omitted while an object is deserialized, it is to be assumed that the type of the denormalized object is activity. - Empty PHP arrays are now dumped as JSON objects instead of empty lists.
- fixed the key of the mbox SHA1 sum property when denormalizing actors
- fixed deserializing incomplete agent objects that are missing the required IRI (the
ActorNormalizerwil now throw an exception) - add a
FilterNullValueNormalizerthat preventsnullvalues from being serialized - empty group member lists are not normalized, but the property will be omitted
- ignore nullable result properties when they are not set during normalization and denormalization