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 8
8
9
9
### [ Unreleased]
10
10
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
+
11
17
### [ v9.17.4] - 2021-04-15
12
18
13
19
- Revert changes on count. #2614
@@ -461,8 +467,9 @@ return (new CollectionDataTable(User::all())->toJson();
461
467
- Fix orderColumn api where related tables are not joined.
462
468
- Fix nested with relation search and sort function.
463
469
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
466
473
[ v9.17.3 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
467
474
[ v9.17.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
468
475
[ 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