Releases: jerodev/data-mapper
Releases · jerodev/data-mapper
v1.2.1
- Issue with spaces in array field declarations (#24)
v1.2.0
- Support arrays with defined fields (#23)
v1.1.0
New options
$classCacheKeySource
Sets the function that the mapper uses to create the cache hash for each file. Possible options are fqcn
(default), md5
and modified
(#21)
$nullObjectFromEmptyArray
When true, mapping nullable objects will return null
when an empty array is passed as data (#22)
v1.0.0
The birth of Data-Mapper 1.0