Skip to content

9.3.0

Choose a tag to compare

@joelwurtz joelwurtz released this 07 Mar 14:34
· 92 commits to main since this release
037a6ba

Added

  • GH#223 Handle array to Doctrine Collection transformations
  • GH#225 Add mapCollection method to base interface
  • GH#200 Added skip_uninitialized_values context to skip non initialized properties
  • GH#200 Changed skip_null_values behavior to not handle initialized properties anymore
  • GH#230 Allow to map unknown array into object when it's nested
  • GH#235 Add possibility to use the NameConverterInterface from symfony 7.2

Removed

  • GH#200 Drop nikic/php-parser < 5.0 compatibility

Fixed

  • GH#231 Fix cases where constructor arguments were missing but not detected
  • GH#188 Correctly handle default constructor arguments when they are objects.
  • GH#234 Fix custom providers not being registered inside the bundle

Miscellaneous

  • GH#232 Use castor for local and CI checks on the library