What's Changed
Warning
Inside a filter you may receive a scalar value where you expected an array especially when using a custom filter extending the AbstractFilter, with a :property placeholder. Read more at #7547
- fix: consistent :property placeholder behavior by @NathanPesneau in #7547
- fix(state): object mapper with list by @senaria in #7564
- fix(swagger) use app.request.query.get() directly by @pyatnitsev in #7578
- fix(serializer): render BCMath\Number (PHP 8.4+) as string instead of object by @aaa2000 in #7555
- fix(symfony): skip argument resolver when context is not api platform by @soyuka in #7579
- fix(metadata): filter interface context php doc by @VincentLanglet in #7560
- fix(swagger): use current route for footer links by @Piairre in #7580
- fix(json-schema): definition name is aware of the json schema type by @VincentLanglet in #7557
- doc: improve filter guides by @soyuka in #7584
New Contributors
- @senaria made their first contribution in #7564
- @komandar made their first contribution in #7568
- @pyatnitsev made their first contribution in #7578
- @Piairre made their first contribution in #7580
Full Changelog: v4.2.7...v4.2.9