What's Changed
- Allow null on allowReserved and allowEmptyValue properties by @snoob in #7315
- fix(serializer): Allow nested denormalization when allow_extra_attributes=false by @calbro7 in #7270
- fix(openapi): sync typehints between properties and getter/canner for… by @snoob in #7322
- fix(openapi): nullable default values in operation openapi definition by @soyuka in #7321
- fix(jsonapi): handle type error when handling validation errors by @daFish in #7330
- fix(laravel): read property type before serialization by @soyuka in #7332
- Fix empty strings for date filter by @mbrodala in #7291
- feat(laravel): Support composite identifiers/keys within
Link
by @jonerickson in #7342 - fix(serializer): improve #7270 by reducing inconsistencies by @soyuka in #7346
New Contributors
- @snoob made their first contribution in #7315
- @calbro7 made their first contribution in #7270
- @daFish made their first contribution in #7330
Full Changelog: v4.1.20...v4.1.21