|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.7.2] - 2019-11-11 |
| 12 | + |
| 13 | +- Cast database engines to array. [#2240], credits to [@mtvbrianking]. |
| 14 | +- Fix [#2202]. |
| 15 | + |
11 | 16 | ### [v9.7.1] - 2019-10-02
|
12 | 17 |
|
13 | 18 | - Fix skipTotalRecords api not working on initial state. [#2222]
|
@@ -357,7 +362,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
357 | 362 | - Fix orderColumn api where related tables are not joined.
|
358 | 363 | - Fix nested with relation search and sort function.
|
359 | 364 |
|
360 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0 |
| 365 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...9.0 |
| 366 | +[v9.7.2]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...v9.7.2 |
361 | 367 | [v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
|
362 | 368 | [v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
|
363 | 369 | [v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
|
@@ -483,6 +489,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
483 | 489 | [#2191]: https://github.com/yajra/laravel-datatables/pull/2191
|
484 | 490 | [#2199]: https://github.com/yajra/laravel-datatables/pull/2199
|
485 | 491 | [#2222]: https://github.com/yajra/laravel-datatables/pull/2222
|
| 492 | +[#2240]: https://github.com/yajra/laravel-datatables/pull/2240 |
486 | 493 |
|
487 | 494 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
488 | 495 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
@@ -519,7 +526,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
519 | 526 | [#2156]: https://github.com/yajra/laravel-datatables/issues/2156
|
520 | 527 | [#1822]: https://github.com/yajra/laravel-datatables/issues/1822
|
521 | 528 | [#1738]: https://github.com/yajra/laravel-datatables/issues/1738
|
522 |
| - |
| 529 | +[#2202]: https://github.com/yajra/laravel-datatables/issues/2202 |
523 | 530 |
|
524 | 531 | [laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
|
525 | 532 |
|
@@ -554,3 +561,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
554 | 561 | [@drsdre]: https://github.com/drsdre
|
555 | 562 | [@selecod]: https://github.com/selecod
|
556 | 563 | [@lloricode]: https://github.com/lloricode
|
| 564 | +[@mtvbrianking]: https://github.com/mtvbrianking |
0 commit comments