You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalizers and hydrators containers no longer require root element key. Root element alias handling was moved to XmlFormat. Formally increased minimum PHP version to 5.5 in composer.json.
Added PHPUnit 6.x compatibility, added normalisation contexts to provide runtime process introspection (information about root and parent objects, tree level, and used format) with the ability to provide custom objects, added ReflectionHydrator, added CallbackNormalizer.
Hardened JSON format by checking json_last_error() before returning the result. Dropped support for PHP 5.3 and 5.4 because that function does not work properly (returns different values and reports no errors).