Skip to content

Tags: rekalogika/mapper

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump phpdocumentor/reflection-docblock (#295)

* deps: bump phpdocumentor/reflection-docblock

* fix

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update readme (#275)

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump phpdoc-parser (#264)

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: `ignoreUninitialized` argument in `AsPropertyMapper` to ignore …

…uninitialized properties (#260)

v1.13.5

Toggle v1.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: infinite loop in `MapperFactory` (#254)

* fix: infinite loop in `MapperFactory`

* fix

v1.13.4

Toggle v1.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix list handling (#252)

* add test for array mapping

* add test for array mapping

* fix: fix list handling

* fix

---------

Co-authored-by: Vladyslav Yarysh <yarysh.vlad@gmail.com>

v1.13.3

Toggle v1.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: error when mapping null to existing target (#248)

v1.13.2

Toggle v1.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: turn `NewInstanceReturnedButCannotBeSetOnTargetException` into a…

… warning (#246)

* fix: turn `NewInstanceReturnedButCannotBeSetOnTargetException` into a warning

* fix reset

* reset logger

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow interfaces as the target type of object mapper (#242)

* fix: allow interfaces as the target type of object mapper

* test reverse mapping

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: only remove source property mapping if it maps to the same name …

…on the target side (#240)