Skip to content

Releases: mark-gerarts/automapper-plus

1.4.1

31 Jan 08:10
Compare
Choose a tag to compare

Bugfix #85: pass context in FromProperty->mapTo

1.4.0

04 Aug 07:56
Compare
Choose a tag to compare
  • Adds the $context parameter to custom mappers (#83)
  • Bump the minimum PHP version to 7.4 since 7.3 and below are EOL
  • Migrate from Travis to Github Actions (thanks again @malteschlueter)
  • Add MapToAnyOf (#70 #67, thanks @peter-si)

1.3.12

05 May 15:03
Compare
Choose a tag to compare

#59 Resolves a breaking bug when mapping to a null value

1.3.11

01 May 11:05
Compare
Choose a tag to compare

Resolves #58: mapping to classes with typed properties.

1.3.10

15 Apr 07:33
d3fc010
Compare
Choose a tag to compare

Clone the default mapping operation (#56, @iborysenko)

1.3.9

27 Feb 16:28
Compare
Choose a tag to compare

Fixes SetTo not applying when the source property is missing (#53)

1.3.8

22 Feb 15:37
Compare
Choose a tag to compare
  • Performance increase for resolving mappings (@Toilal)
  • Add additional meta information to the context (@Toilal)
  • Fix usage of property accessor in default mapping implementation (#51)

1.3.7

05 Aug 15:33
Compare
Choose a tag to compare
  • Add destination class to the context array (@Toilal)
  • Make the destination contexts available for custom constructors (@Toilal)
  • Consistently add contexts to all mapping methods

1.3.6

03 Jul 21:27
e0a411b
Compare
Choose a tag to compare

1.3.5

06 Apr 09:42
Compare
Choose a tag to compare

Allow registering mappings with interfaces