Skip to content

Releases: rekalogika/mapper

v1.6.1

17 Sep 02:42
7a0d971
Compare
Choose a tag to compare

What's Changed

  • chore: remove phpstan config remnant by @priyadi in #108
  • fix: Doctrine MongoDB ODM proxy class resolving by @priyadi in #109

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Sep 04:00
a2b3585
Compare
Choose a tag to compare

What's Changed

  • fix: skip phpstan 1.12.3 by @priyadi in #104
  • feat: add AllowTargetDelete, similar to AllowDelete but defined on the source side by @priyadi in #103
  • fix: PHP 8.4 compatibility by @priyadi in #105

Full Changelog: v1.5.7...v1.6.0

v1.5.7

06 Sep 06:21
185e242
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.5.7

v1.5.6

01 Sep 09:29
79d4d31
Compare
Choose a tag to compare

What's Changed

  • fix: compatibility with symfony/dependency-injection 7.1.4 by @priyadi in #95

Full Changelog: v1.5.5...v1.5.6

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