Releases: teamneusta/converter-bundle
Releases · teamneusta/converter-bundle
v1.6.0
Features
- You can now pass
'$this'
as$sourcePropertyName
to populate the complete source object into the target property (#60)
For example:neusta_converter: converter: some.converter: # ... properties: something: $this
What's Changed
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.1
v1.3.0
Features
- Support for PHP 8.3 (#66)
- Support for Symfony 7 (#64)
- Allow creating populators via configuration (#53, #55, #56)
- Support for property default values in converter configuration (#54)
What's Changed
- [CI] Update
actions/checkout
tov4
by @jdreesen in #50 - chore: update bundle structure to the latest version by @lukadschaak in #52
- Configuration for (converting) Populators by @mike4git in #53
- ci: Split qa and test workflows for pipeline by @lukadschaak in #59
- Support for default values by @jan888adams in #54
- Fixup #53 by @jdreesen in #55
- Redefine (array) converting populator configuration by @jdreesen in #56
- chore: remove config for local development by @lukadschaak in #62
- Bump
ramsey/composer-install
tov3
by @jdreesen in #65 - [#63] add support for Symfony 7 by @lukadschaak in #64
- Add support for PHP 8.3 by @jdreesen in #66
New Contributors
- @jan888adams made their first contribution in #54
Full Changelog: v1.2.0...v1.3.0