Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-22 | 1.5 kB | |
v4.1.21 source code.tar.gz | 2025-08-22 | 5.3 MB | |
v4.1.21 source code.zip | 2025-08-22 | 5.9 MB | |
Totals: 3 Items | 11.1 MB | 3 |
What's Changed
- Allow null on allowReserved and allowEmptyValue properties by @snoob in https://github.com/api-platform/core/pull/7315
- fix(serializer): Allow nested denormalization when allow_extra_attributes=false by @calbro7 in https://github.com/api-platform/core/pull/7270
- fix(openapi): sync typehints between properties and getter/canner for… by @snoob in https://github.com/api-platform/core/pull/7322
- fix(openapi): nullable default values in operation openapi definition by @soyuka in https://github.com/api-platform/core/pull/7321
- fix(jsonapi): handle type error when handling validation errors by @daFish in https://github.com/api-platform/core/pull/7330
- fix(laravel): read property type before serialization by @soyuka in https://github.com/api-platform/core/pull/7332
- Fix empty strings for date filter by @mbrodala in https://github.com/api-platform/core/pull/7291
- feat(laravel): Support composite identifiers/keys within
Link
by @jonerickson in https://github.com/api-platform/core/pull/7342 - fix(serializer): improve [#7270] by reducing inconsistencies by @soyuka in https://github.com/api-platform/core/pull/7346
New Contributors
- @snoob made their first contribution in https://github.com/api-platform/core/pull/7315
- @calbro7 made their first contribution in https://github.com/api-platform/core/pull/7270
- @daFish made their first contribution in https://github.com/api-platform/core/pull/7330
Full Changelog: https://github.com/api-platform/core/compare/v4.1.20...v4.1.21