Skip to content

v1.1.0

Choose a tag to compare

@jerodev jerodev released this 30 Oct 11:58
· 6 commits to master since this release
511fa75

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)