Releases: pierrerolland/param-converter-bundle
Releases · pierrerolland/param-converter-bundle
End of param converters and end of support of old versions
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
Made fetching by other fields than identifiers possible
Added support for entity inheritance
v1.3.0 Added support for entity inheritance
v1.2.0
Allow to pass null values
v1.1.1
new DI integration
v1.1.0
SF5 compatibility
Small fix
v1.0.6 Fixed edge case when removing null values
Small fix on entity param converter
v1.0.5 [fix] [EntityParamConverter] Test that the class is indeed an entity
Fixed associations merge
v1.0.4 Fixed collection merge
Bugfix on associations merge
v1.0.3 Fixed bug when merging associations