JsonMapperpear.nrdev.deMap nested JSON structures onto PHP classesMap nested JSON structures onto PHP classesChristian Weiskecweiskechristian.weiske@netresearch.deyes2015-09-240.10.00.10.0betabetaOSL-3.0
* Add dependency injection support (issue #42)
* Fix casting of arrays of simple types
5.3.01.9.10.10.00.10.0betabeta2015-09-24AGPL
* Add dependency injection support (issue #42)
* Fix casting of arrays of simple types
0.9.00.9.0alphaalpha2015-08-14AGPL
* Add case-insensitive property matching (issue #40)
* Add option to disable map() parameter type enforcement (issue #37)
0.8.00.8.0alphaalpha2015-07-06AGPL
* 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.00.7.0alphaalpha2015-06-19AGPL
* Support "mixed" variable type (issue #33)
0.6.10.6.0alphaalpha2015-05-28AGPL
* Fix namespace error with setter type hints
0.6.00.6.0alphaalpha2015-04-09AGPL
* Prefer setter methods over directy property access
* Change setter method name calculation for properties
with _ underscores by @msankhala
0.5.00.3.0alphaalpha2015-03-18AGPL
* Add support for nullable types (int|null) by @barryvdh
* Increase test coverage to 100%
* Fix float value detection by @sonicgd
0.4.40.3.0alphaalpha2015-01-08AGPL
* Fix bug #23: handle empty variable types
* Fix bug #24: Namespaced ArrayObject class with namespaced value type does not work
0.4.30.3.0alphaalpha2014-12-17AGPL
* Change license from AGPL 3.0 to OSL 3.0
0.4.20.3.0alphaalpha2014-12-05AGPL
* Fix array mapping when value is NULL by @darkgaro
0.4.10.3.0alphaalpha2014-11-04AGPL
* Fix handling of private properties with public setters
* Fix handling of simple array types in namespaced files
0.4.00.3.0alphaalpha2014-08-20AGPL
* Incorporate performance tweaks from @Jalle19
0.3.00.3.0alphaalpha2014-06-11AGPL
* Optional exceptions for missing or undefined data
0.2.10.2.0alphaalpha2014-05-16AGPL
* Handle NULL values when mapping simple data types onto objects
0.2.00.2.0alphaalpha2014-05-15AGPL
* Add support for mapping simple data types onto objects
* Fix tests on phpunit 4.x
0.1.30.1.0alphaalpha2014-03-17AGPL
* Prevent autoloading classes with ] in its name
0.1.20.1.0alphaalpha2014-02-03AGPL
* Fix issue #2: Namespace is prepended two times
* Fix issue #1: Remove declare(encoding="UTF-8") calls
0.1.10.1.0alphaalpha2014-01-28AGPL
Properly resolve namespace for array subtypes
0.1.00.1.0alphaalpha2014-01-28AGPL
First release