Skip to content

Releases: rekalogika/mapper

v1.5.5

24 Aug 04:13
444dc07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

06 Jul 05:08
031742a
Compare
Choose a tag to compare

What's Changed

  • fix: exclude symfony/property-info version 7.1.2 and 6.4.9 by @priyadi in #81
  • build: satisfy latest phpstan by @priyadi in #82

Full Changelog: v1.5.3...v1.5.4

v1.5.3

25 Jun 13:22
35b531b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

25 Jun 13:12
9d8cd5c
Compare
Choose a tag to compare

What's Changed

  • refactor(ObjectMapperTable): simplification by @priyadi in #78
  • fix: cache warming error on invalid class in transformer's getSupportedTransformation by @priyadi in #79

Full Changelog: v1.5.1...v1.5.2

v1.5.1

21 Jun 07:11
1c66ead
Compare
Choose a tag to compare

What's Changed

  • build: add github-actions to dependabot by @priyadi in #71
  • build: update php-cs-fixer by @priyadi in #75
  • refactor: use ClassUtil::getAllClassesFromObject() for class_parents() + class_implements() by @priyadi in #77
  • fix: inheritance support in property mapper by @priyadi in #76

Full Changelog: v1.5.0...v1.5.1

v1.5.0

30 May 11:37
cf93ac2
Compare
Choose a tag to compare

What's Changed

  • feat: utilize InheritanceMap on the source side to determine the target class by @priyadi in #68
  • fix: uuid packages are now not required by @priyadi in #69

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 May 05:35
40c76e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

01 May 17:20
ba9130c
Compare
Choose a tag to compare

What's Changed

  • test: add tests for mapping to objects with existing value by @priyadi in #56
  • fix: Setter does not get called if the property is also in the constructor by @priyadi in #58
  • feat: option to remove missing members from the target object by @priyadi in #60

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Apr 03:55
789f72e
Compare
Choose a tag to compare

What's Changed

  • feat: add IterableMapperInterface for mapping iterables by @priyadi in #53
  • feat: add IterableMapperInterface getter to the non-framework factory by @priyadi in #54
  • doc: fixes by @priyadi in #55

Full Changelog: v1.1.3...v1.2.0

v1.1.3

24 Apr 10:14
42772cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3