Releases: yajra/laravel-datatables
Releases · yajra/laravel-datatables
v10.4.4
- feat: Optimize countQuery with complex select #3008
- fix: phpstan #3022
v10.4.3
- Prevent the filteredCount() query if no filter is applied to the initial query #3007
- fixes #2959
v10.4.2
Fix return type for setTransformer() and setSerializer() #3003
v10.4.1
fix: Error when setting language config for "editor" #2983
v10.4.0
- feat: Allow any callable in ->addColumn() #2977
- fix: #2976
v10.3.1
- fix: Fix anonymous resource collection data formatting #2944
- fix: phpunit 10 deprecation #2955
- fix: bump orchestra/testbench to 8 #2949
- Fixes #2943
v10.3.0
- Add Laravel 10 compatibility #2948
v10.2.3
- fix: Custom Order on eager loaded relationships was not working
- fix #2905
v10.2.2
- fix: prevent deprecation errors in php 8.1+ #2931
- fixes #2930
v10.2.1
fix: case insensitive starts with search #2917 #2916