Skip to content

Releases: jolicode/automapper

8.0.2

06 Nov 13:40
a2110e9
Compare
Choose a tag to compare

Added

  • GH#11 Added phpstan level 5 in CI

Fixed

  • GH#9 fix: mapPrivatePropertiesAndMethod should not be mandatory
  • GH#15 fix: check class existence in SymfonyUidTransformerFactory

8.0.1

04 Oct 12:29
64e2fb3
Compare
Choose a tag to compare

Changed

  • GH#6 Document all AST code by explaining what it generates

Fixed

  • GH#7 Fix NullableTransformer should check if array key exists

8.0.0

26 Sep 13:10
24e0a8b
Compare
Choose a tag to compare

Changed

  • Modernization, PHP 8.2 and typed properties everywhere
  • GH#1 Better private properties handling

Fixed

  • GH#753 Fix: AutoMapper should accept getters with default properties