Releases: yajra/laravel-datatables
Releases · yajra/laravel-datatables
v10.0.0
- Laravel DataTables v10.x to support Laravel 9.x
- Added PHPStan with max level static analysis
- Drop
queryBuilder()
method
- Drop support for
ApiResourceDataTable
- PHP8 syntax / method signature changed
v9.19.0
- Support for Laravel 9 #2727
- Don't trash the exception stack trace (#2714) #2724
v9.18.2
Return empty string for null request keyword #2700
v9.18.1
Fix query with subqueries exception. #2642
v9.18.0
- Improve count performance for simple queries. #2616
- Fixes #1928
- Make prepareCountQuery() public so its easy to test.
v9.17.3
- Fix the regression when using a having condition in a query. #2612
- Fix #1928
- Code cleanup in QueryDataTable class #2606
v9.17.2
- Remove unnecessary wrap to avoid performance issues #2608.
- Fixes #1928.