Skip to content

Releases: teamneusta/converter-bundle

v1.5.0

07 May 14:33
Compare
Choose a tag to compare

Features

  • Add GenericTargetFactory, so you only have to specify the target type instead of creating a factory class (#33)

What's Changed

  • Refactor ArrayPropertyMappingPopulator by @jdreesen in #74
  • Add GenericTargetFactory and related configuration by @jdreesen in #33

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

v1.4.0

02 Apr 17:21
fc9398a
Compare
Choose a tag to compare

Features

  • Allow skipping null values (#68 / #69)

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

15 Mar 10:35
7873b53
Compare
Choose a tag to compare

What's Changed

  • ArrayPropertyMappingPopulator: support null as source array property value by @mike4git in #67

Full Changelog: v1.3.0...v1.3.1

v1.3.0

01 Mar 10:53
b7451e9
Compare
Choose a tag to compare

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

New Contributors

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

v1.2.0

24 Aug 06:19
Compare
Choose a tag to compare

Features

  • New ArrayConverterPopulator (#46)
  • New ArrayPropertyMappingPopulator (#46)

What's Changed

  • New Feature: ArrayConvertingPopulator by @mike4git in #46
  • Documentation for ConvertingPopulator by @mike4git in #45
  • Fix service parameter name when building the container by @jdreesen in #48

Full Changelog: v1.1.0...v1.2.0

v1.1.1

18 Aug 11:18
ccbebb5
Compare
Choose a tag to compare

Fixes a bug in the previous release that made the new configuration unusable.

What's Changed

  • Fix service parameter name when building the container by @jdreesen in #48

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Aug 11:07
c736c4f
Compare
Choose a tag to compare

Features

  • Support for populating values directly from your context into target objects (independent of source object) (#47)

What's Changed

  • [FEATURE] add context mapping populator by @storbahn in #47

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

16 May 16:17
9a5fb2e
Compare
Choose a tag to compare

Features

  • Support for Symfony 6 (#43)

What's Changed

Full Changelog: v1.0.0...v1.0.1

Adam

01 Feb 08:13
Compare
Choose a tag to compare

The first version of the converter-bundle allows usage of non-cached converter with contexts and makes declaration of converter-populators in Symfony easier.