Skip to content

Releases: pierrerolland/param-converter-bundle

End of param converters and end of support of old versions

10 Jan 11:28
Compare
Choose a tag to compare

This new version ends the support of PHP < 8.2, and Symfony < 6.

Plus, it replaces the param converters (no longer recommended by Symfony) by request attributes, that work exactly the same way, but are easier to setup. This way, no need to have SensioFrameworkExtraBundle as a dependency anymore.

v1.4.0

14 Dec 16:25
Compare
Choose a tag to compare
Made fetching by other fields than identifiers possible

Added support for entity inheritance

30 Nov 12:00
Compare
Choose a tag to compare
v1.3.0

Added support for entity inheritance

v1.2.0

02 Jun 15:55
Compare
Choose a tag to compare
Allow to pass null values

v1.1.1

27 Mar 21:42
Compare
Choose a tag to compare
new DI integration

v1.1.0

27 Mar 21:32
Compare
Choose a tag to compare
SF5 compatibility

Small fix

31 May 20:25
Compare
Choose a tag to compare
v1.0.6

Fixed edge case when removing null values

Small fix on entity param converter

10 Apr 15:51
Compare
Choose a tag to compare
v1.0.5

[fix] [EntityParamConverter] Test that the class is indeed an entity

Fixed associations merge

16 Sep 17:46
Compare
Choose a tag to compare
v1.0.4

Fixed collection merge

Bugfix on associations merge

12 Sep 06:22
Compare
Choose a tag to compare
v1.0.3

Fixed bug when merging associations