File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.18.0] - 2021-04-16
12+
13+ - Improve count performance for simple queries. #2616
14+ - Fixes #1928
15+ - Make prepareCountQuery() public so its easy to test.
16+
1117### [ v9.17.4] - 2021-04-15
1218
1319- Revert changes on count. #2614
@@ -461,8 +467,9 @@ return (new CollectionDataTable(User::all())->toJson();
461467- Fix orderColumn api where related tables are not joined.
462468- Fix nested with relation search and sort function.
463469
464- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.4...9.0
465- [ v9.17.4 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.4
470+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.18.0...9.0
471+ [ v9.18.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
472+ [ v9.17.4 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4
466473[ v9.17.3 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
467474[ v9.17.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
468475[ v9.17.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
You can’t perform that action at this time.
0 commit comments