- add a PHP 8.1 enum cast and transformer (#64 )
- fixes resolving of validation rules in nested data objects that should all be nullable when the main data property is nullable
- add support for
LazyCollections
withDataCollection
- using of a
Collection
orLazeCollection
instead of anarray
as internal structure withinDataCollection
- renamed
InvalidPaginatedDataCollectionModification
toInvalidDataCollectionModification
- stop automatically deducing rules for properties when they are overwritten within the
rules
method of a data object