Changelog History
-
v0.3.2
April 05, 2018 -
v0.3.1 Changes
May 28, 2017๐ 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.
-
v0.3.0 Changes
May 28, 2017โ 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.
-
v0.2.0 Changes
March 10, 2017Hardened 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). -
v0.1.2 Changes
August 03, 2016๐ Fixed bug that happened when container matched requested handler for interface, but said interface was didn't have key zero.
-
v0.1.1 Changes
June 08, 2016โก๏ธ Updated normalizer ReflectionNormalizer to include inherited properties.
-
v0.1.0 Changes
February 15, 2016๐ Initial release.