Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@jdreesen jdreesen released this 13 Jun 15:23
· 5 commits to main since this release
7eea357

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

  • '$this' as $sourcePropertyName means complete source object by @mike4git in #60

Full Changelog: v1.5.0...v1.6.0