File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.19.1] - 2022-03-05
12+
13+ - Fix Formatter::format() doc block.
14+ - Fix ` are ` Word in Description #2743
15+ - Update README #2735
16+
1117### [ v9.19.0] - 2022-01-18
1218
1319- Support for Laravel 9 #2727
@@ -480,7 +486,8 @@ return (new CollectionDataTable(User::all())->toJson();
480486- Fix orderColumn api where related tables are not joined.
481487- Fix nested with relation search and sort function.
482488
483- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
489+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...9.0
490+ [ v9.19.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.0...v9.19.1
484491[ v9.19.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
485492[ v9.18.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
486493[ v9.18.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
You can’t perform that action at this time.
0 commit comments