Skip to content

9.4.0

Choose a tag to compare

@Korbeil Korbeil released this 30 May 16:53
· 38 commits to main since this release
b77f09f

Added

  • GH#246 Add support for PHP 8.4
  • GH#246 Add support for API Platform 4
  • GH#252 Add support for SerializedName attributes
  • GH#251 Allow to map extra properties on array/object
  • GH#242 Add support for DiscriminatorMap with interface
  • GH#256 Allow nested array to be transformed to object
  • GH#262 Allow to extract types from getter
  • GH#261 Remove existing values when using adder and remover on collection

Changed

  • GH#243 GH#258 Clean the tests suite
  • GH#264 Upgrade phpstan to make it work with PHP 8.4
  • GH#257 Better error reporting of missing 'typePropery' when using DiscriminatorMap
  • GH#265 Set deep populate to true if passing an existing value
  • GH#266 Use composer to get installed versions instead of const

Fixed

  • GH#244 Avoid double CI run
  • GH#247 Update invalid syntax in configuration.md for constant
  • GH#255 Fix array and collection when using deep target populate
  • GH#274 Fix support for Symfony 7.3