Skip to content

Releases: jolicode/automapper

9.0.1

10 May 13:24
e9c287e
Compare
Choose a tag to compare

Fixes

  • GH#124 Fix Symfony's WebProfiler issues
  • GH#125 Fix MetadataCollector default highlight colors

9.0.0

06 May 09:37
7ceaf7a
Compare
Choose a tag to compare

Added

  • GH#61 Add event system during code generation, make serializer optional thanks to it
  • GH#63 Merge bundle directly into automapper, will replace automapper-bundle
  • GH#59 Add MapTo & MapFrom attributes
  • GH#78 Add MapTo & MapFrom listeners to bundle
  • GH#80 Add if feature to MapTo / MapFrom attributes
  • GH#81 Allow MapTo / MapFrom attributes in class when declaring a transformer and a name
  • GH#82 Add groups to MapTo / MapFrom attributes
  • GH#84 Allow expression language for transformer and add provider for custom functions
  • GH#86 Bundle: Allow to use eval loader instead of file
  • GH#89 Add normalizer format in context, allow skipping group checking and remove registry interface from normalizer
  • GH#96 Add a way to instantiate the target object from external service using provider
  • GH#98 Allow normalizer to only work with registered mapping
  • GH#95 Add Api Platform integration
  • GH#103 Add debug command and profiler for the symfony bundle
  • GH#114 Introducing Mapper Attribute
  • GH#117 Allow multiple source/target, allow overriding attribute with priority system

Changed

  • GH#56 Refactor metadata
  • GH#68 Allow to use sf 5.4 for most things, remove useless deps / suggests
  • GH#71 Use interface for class metadata factory
  • GH#75 Types: better matching between types to better handle multiple types
  • GH#79 Refactor the way to create custom transformer
  • GH#90 Allow to run symfony app in tests
  • GH#104 Replace allow_constructor with constructor_strategy to have more control on how to use the constructor
  • GH#102 Change default reload behavior for the symfony bundle
  • GH#119 Change serializer configuration naming in Symfony Bundle

Fixed

  • GH#70 Split map to / map from, fix from array
  • GH#73 Don't map unexisting context, fix target to populate
  • GH#72 Don't map property if groups specified and no groups attached
  • GH#74 Check class exists when checking reflection class in object transformer factory
  • GH#77 Try to get types from read accessor / write mutator first
  • GH#83 Fix MapFrom: correctly use method from target if asked
  • GH#85 Fix mapping with proxies
  • GH#85 Fix \Traversable normalization
  • GH#85 Fix array fetching on string indexed array
  • GH#87 Correctly map from an inherited class
  • GH#93 Fix map to overriding ignore / groups attribute from serializer
  • GH#94 Fix most phpstan issues
  • GH#101 Fix some inconsistencies with symfony/serializer behavior

Documentation

  • GH#91 Add documentation versioning
  • GH#88 Reorganize documentation structure
  • GH#92 Add doc about mapping
  • GH#98 Add migration guide into documentation
  • GH#109 Use AutoMapper exceptions
  • GH#115 Fix generating discriminator dependencies
  • GH#116 Fix property transformer with adder and remover methods

9.0.0-beta.2

02 Apr 19:54
ff562a8
Compare
Choose a tag to compare
9.0.0-beta.2 Pre-release
Pre-release

Added

  • GH#95 Add Api Platform integration
  • GH#103 Add debug command and profiler for the symfony bundle

Changed

  • GH#104 Replace allow_constructor with constructor_strategy to have more control on how to use the constructor
  • GH#102 Change default reload behavior for the symfony bundle

Fixed

  • GH#101 Fix some inconsistencies with symfony/serializer behavior

9.0.0-beta.1

25 Mar 10:41
8f2aeb3
Compare
Choose a tag to compare
9.0.0-beta.1 Pre-release
Pre-release

Added

  • GH#61 Add event system during code generation, make serializer optional thanks to it
  • GH#63 Merge bundle directly into automapper, will replace automapper-bundle
  • GH#59 Add MapTo & MapFrom attributes
  • GH#78 Add MapTo & MapFrom listeners to bundle
  • GH#80 Add if feature to MapTo / MapFrom attributes
  • GH#81 Allow MapTo / MapFrom attributes in class when declaring a transformer and a name
  • GH#82 Add groups to MapTo / MapFrom attributes
  • GH#84 Allow expression language for transformer and add provider for custom functions
  • GH#86 Bundle: Allow to use eval loader instead of file
  • GH#89 Add normalizer format in context, allow skipping group checking and remove registry interface from normalizer
  • GH#96 Add a way to instantiate the target object from external service using provider
  • GH#98 Allow normalizer to only work with registered mapping

Changed

  • GH#56 Refactor metadata
  • GH#68 Allow to use sf 5.4 for most things, remove useless deps / suggests
  • GH#71 Use interface for class metadata factory
  • GH#75 Types: better matching between types to better handle multiple types
  • GH#79 Refactor the way to create custom transformer
  • GH#90 Allow to run symfony app in tests

Fixed

  • GH#70 Split map to / map from, fix from array
  • GH#73 Don't map unexisting context, fix target to populate
  • GH#72 Don't map property if groups specified and no groups attached
  • GH#74 Check class exists when checking reflection class in object transformer factory
  • GH#77 Try to get types from read accessor / write mutator first
  • GH#83 Fix MapFrom: correctly use method from target if asked
  • GH#85 Fix mapping with proxies
  • GH#85 Fix \Traversable normalization
  • GH#85 Fix array fetching on string indexed array
  • GH#87 Correctly map from an inherited class
  • GH#93 Fix map to overriding ignore / groups attribute from serializer
  • GH#94 Fix most phpstan issues

Documentation

  • GH#91 Add documentation versioning
  • GH#88 Reorganize documentation structure
  • GH#92 Add doc about mapping
  • GH#98 Add migration guide into documentation

8.2.2

22 Mar 22:15
ad0b65f
Compare
Choose a tag to compare

Added

  • GH#54 Introduce MapperContext::DATETIME_FORCE_TIMEZONE

Fixed

  • GH#55 Remove most of deprecations in tests
  • GH#69 Allow to handle union types with several objects

Documentation

  • GH#64 Use poetry to run and build documentation

8.2.1

11 Mar 13:41
39d5674
Compare
Choose a tag to compare

Changed

  • GH#50 Support generator mapping
  • GH#36 Compatibility with nikic/php-parser v5

Fixed

  • GH#52 Don't tell we support internal php classes

8.2.0

11 Mar 10:14
0061605
Compare
Choose a tag to compare

Added

  • GH#25 Pass full input object to property custom transformers
  • GH#10 Introduce custom transformers
  • GH#26 Fix mappings involving DateTimeInterface type
  • GH#37 Adds useful phpDoc annotation in generated mappers

Changed

  • GH#27 Use PhpStanExtractor instead of PhpDocExtractor
  • GH#35 Refactoring Mapper Generator
  • GH#47 Use directly the custom transformer instead of extracting it as a callback
  • GH#48 Change the way transformer factory are injected to make it work as soon as automapper is created

Fixed

  • GH#33 Allow usage of imported class names in custom transformers
  • GH#45 Fix composer.lock for phpstan and php-cs-fixer tooling
  • GH#44 Allow skipping uninitialized property when skipping null values

8.1.0

14 Dec 16:22
0377390
Compare
Choose a tag to compare

Added

  • GH#22 Added generic AST extractor
  • GH#21 Add VERSION constants within AutoMapper class and use it for transformers hashes

Changed

  • GH#19 Use attributes everywhere instead of annotations
  • GH#18 Symfony 7 support

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