|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.6.0] - 2019-09-04 |
| 12 | + |
| 13 | +- Fix deprecated helper functions, then add support for Laravel 6. [#2171], credits to [@lloricode] |
| 14 | +- Fix [#2156]. |
| 15 | + |
11 | 16 | ### [v9.5.0] - 2019-08-31
|
12 | 17 |
|
13 | 18 | - Add support for startsWithSearch filter. [#2163]
|
@@ -339,7 +344,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
339 | 344 | - Fix orderColumn api where related tables are not joined.
|
340 | 345 | - Fix nested with relation search and sort function.
|
341 | 346 |
|
342 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...9.0 |
| 347 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...9.0 |
| 348 | +[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0 |
343 | 349 | [v9.5.0]: https://github.com/yajra/laravel-datatables/compare/v9.4.1...v9.5.0
|
344 | 350 | [v9.4.1]: https://github.com/yajra/laravel-datatables/compare/v9.4.0...v9.4.1
|
345 | 351 | [v9.4.0]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...v9.4.0
|
@@ -457,6 +463,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
457 | 463 | [#2084]: https://github.com/yajra/laravel-datatables/pull/2084
|
458 | 464 | [#2103]: https://github.com/yajra/laravel-datatables/pull/2103
|
459 | 465 | [#2163]: https://github.com/yajra/laravel-datatables/pull/2163
|
| 466 | +[#2171]: https://github.com/yajra/laravel-datatables/pull/2171 |
460 | 467 |
|
461 | 468 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
462 | 469 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
@@ -490,6 +497,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
490 | 497 | [#577]: https://github.com/yajra/laravel-datatables/issues/577
|
491 | 498 | [#522]: https://github.com/yajra/laravel-datatables/issues/522
|
492 | 499 | [#2161]: https://github.com/yajra/laravel-datatables/issues/2161
|
| 500 | +[#2156]: https://github.com/yajra/laravel-datatables/issues/2156 |
493 | 501 |
|
494 | 502 |
|
495 | 503 | [laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
|
@@ -524,3 +532,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
524 | 532 | [@Stokoe0990]: https://github.com/Stokoe0990
|
525 | 533 | [@drsdre]: https://github.com/drsdre
|
526 | 534 | [@selecod]: https://github.com/selecod
|
| 535 | +[@lloricode]: https://github.com/lloricode |
0 commit comments