JsonMapper pear.nrdev.de Map nested JSON structures onto PHP classes Map nested JSON structures onto PHP classes Christian Weiske cweiske christian.weiske@netresearch.de yes 2015-09-24 0.10.0 0.10.0 beta beta OSL-3.0 * Add dependency injection support (issue #42) * Fix casting of arrays of simple types 5.3.0 1.9.1 0.10.0 0.10.0 beta beta 2015-09-24 AGPL * Add dependency injection support (issue #42) * Fix casting of arrays of simple types 0.9.0 0.9.0 alpha alpha 2015-08-14 AGPL * Add case-insensitive property matching (issue #40) * Add option to disable map() parameter type enforcement (issue #37) 0.8.0 0.8.0 alpha alpha 2015-07-06 AGPL * Add support for seting objects directly if they have the correct type already by @radmen * Throw exception when a non-object is passed to map() 0.7.0 0.7.0 alpha alpha 2015-06-19 AGPL * Support "mixed" variable type (issue #33) 0.6.1 0.6.0 alpha alpha 2015-05-28 AGPL * Fix namespace error with setter type hints 0.6.0 0.6.0 alpha alpha 2015-04-09 AGPL * Prefer setter methods over directy property access * Change setter method name calculation for properties with _ underscores by @msankhala 0.5.0 0.3.0 alpha alpha 2015-03-18 AGPL * Add support for nullable types (int|null) by @barryvdh * Increase test coverage to 100% * Fix float value detection by @sonicgd 0.4.4 0.3.0 alpha alpha 2015-01-08 AGPL * Fix bug #23: handle empty variable types * Fix bug #24: Namespaced ArrayObject class with namespaced value type does not work 0.4.3 0.3.0 alpha alpha 2014-12-17 AGPL * Change license from AGPL 3.0 to OSL 3.0 0.4.2 0.3.0 alpha alpha 2014-12-05 AGPL * Fix array mapping when value is NULL by @darkgaro 0.4.1 0.3.0 alpha alpha 2014-11-04 AGPL * Fix handling of private properties with public setters * Fix handling of simple array types in namespaced files 0.4.0 0.3.0 alpha alpha 2014-08-20 AGPL * Incorporate performance tweaks from @Jalle19 0.3.0 0.3.0 alpha alpha 2014-06-11 AGPL * Optional exceptions for missing or undefined data 0.2.1 0.2.0 alpha alpha 2014-05-16 AGPL * Handle NULL values when mapping simple data types onto objects 0.2.0 0.2.0 alpha alpha 2014-05-15 AGPL * Add support for mapping simple data types onto objects * Fix tests on phpunit 4.x 0.1.3 0.1.0 alpha alpha 2014-03-17 AGPL * Prevent autoloading classes with ] in its name 0.1.2 0.1.0 alpha alpha 2014-02-03 AGPL * Fix issue #2: Namespace is prepended two times * Fix issue #1: Remove declare(encoding="UTF-8") calls 0.1.1 0.1.0 alpha alpha 2014-01-28 AGPL Properly resolve namespace for array subtypes 0.1.0 0.1.0 alpha alpha 2014-01-28 AGPL First release