Releases: yajra/laravel-datatables
Releases · yajra/laravel-datatables
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.