Yii Data 2 is now available, bringing major improvements and modernization to this package that provides generic data abstractions for reading, writing, and processing.
PHP 8.1+ required: modernized codebase with readonly properties and improved type safety.
Enhanced filtering: added
Stringablesupport, nested value filtering, case-sensitiveLikefilter with matching modes, and newAll/Nonefilters.Improved pagination: new
LimitableDataInterface,nextPage()/previousPage()methods,PageTokenclass, and better limit handling in paginators.Better developer experience: comprehensive Psalm annotations,
PageNotFoundExceptionfor clearer error handling, andOrderHelperfor low-level order operations.
For a complete list of changes, see the CHANGELOG.md.