Skip to content

1.3.0

Compare
Choose a tag to compare
@rubenvanassche rubenvanassche released this 05 Jan 15:05
· 1602 commits to main since this release
  • 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 with DataCollection
  • using of a Collection or LazeCollection instead of an array as internal structure within DataCollection
  • renamed InvalidPaginatedDataCollectionModification to InvalidDataCollectionModification
  • stop automatically deducing rules for properties when they are overwritten within the rules method of a data object