File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
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
+
11
16
### [ v9.18.2] - 2021-06-28
12
17
13
18
- Return empty string for null request keyword #2700
@@ -475,7 +480,8 @@ return (new CollectionDataTable(User::all())->toJson();
475
480
- Fix orderColumn api where related tables are not joined.
476
481
- Fix nested with relation search and sort function.
477
482
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
479
485
[ v9.18.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
480
486
[ v9.18.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
481
487
[ 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