File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.15.2] - 2020-12-04
12+
13+ - Remove raw sql when using regex and wrap the column name.
14+
1115### [ v9.15.1] - 2020-12-03
1216
1317- Fix search pane builder instance when using eloquent. [ #2540 ]
@@ -426,7 +430,8 @@ return (new CollectionDataTable(User::all())->toJson();
426430- Fix orderColumn api where related tables are not joined.
427431- Fix nested with relation search and sort function.
428432
429- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.15.1...9.0
433+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.15.2...9.0
434+ [ v9.15.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
430435[ v9.15.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.0...v9.15.1
431436[ v9.15.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
432437[ v9.14.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
You can’t perform that action at this time.
0 commit comments