File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.19.0] - 2022-01-18
12+
13+ - Support for Laravel 9 #2727
14+ - Don't trash the exception stack trace (#2714 ) #2724
15+
1116### [ v9.18.2] - 2021-06-28
1217
1318- Return empty string for null request keyword #2700
@@ -475,7 +480,8 @@ return (new CollectionDataTable(User::all())->toJson();
475480- Fix orderColumn api where related tables are not joined.
476481- Fix nested with relation search and sort function.
477482
478- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.18.2...9.0
483+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
484+ [ v9.19.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
479485[ v9.18.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
480486[ v9.18.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
481487[ v9.18.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
You can’t perform that action at this time.
0 commit comments