|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.10.1] - 2020-05-30 |
| 12 | + |
| 13 | +- Fix type casting issue [#2399], credits to [@ehsanrasta]. |
| 14 | +- Fix [#1975] , [#1747]. |
| 15 | +- Fix issue with non-existing variables/attributes on Collection. [#2391], credits to [@mgralikowski]. |
| 16 | +- Add laravel missing versions on every docs [#2382], credits to [@lloricode]. |
| 17 | + |
11 | 18 | ### [v9.10.0] - 2020-04-23
|
12 | 19 |
|
13 | 20 | - Add support for HasOneThrough [#2368], credits to [@warlof]
|
@@ -374,7 +381,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
374 | 381 | - Fix orderColumn api where related tables are not joined.
|
375 | 382 | - Fix nested with relation search and sort function.
|
376 | 383 |
|
377 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...9.0 |
| 384 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...9.0 |
| 385 | +[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1 |
378 | 386 | [v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
|
379 | 387 | [v9.9.0]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...v9.9.0
|
380 | 388 | [v9.8.0]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...v9.8.0
|
@@ -508,6 +516,9 @@ return (new CollectionDataTable(User::all())->toJson();
|
508 | 516 | [#2263]: https://github.com/yajra/laravel-datatables/pull/2263
|
509 | 517 | [#2332]: https://github.com/yajra/laravel-datatables/pull/2332
|
510 | 518 | [#2368]: https://github.com/yajra/laravel-datatables/pull/2368
|
| 519 | +[#2399]: https://github.com/yajra/laravel-datatables/pull/2399 |
| 520 | +[#2391]: https://github.com/yajra/laravel-datatables/pull/2391 |
| 521 | +[#2382]: https://github.com/yajra/laravel-datatables/pull/2382 |
511 | 522 |
|
512 | 523 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
513 | 524 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
@@ -545,6 +556,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
545 | 556 | [#1822]: https://github.com/yajra/laravel-datatables/issues/1822
|
546 | 557 | [#1738]: https://github.com/yajra/laravel-datatables/issues/1738
|
547 | 558 | [#2202]: https://github.com/yajra/laravel-datatables/issues/2202
|
| 559 | +[#1975]: https://github.com/yajra/laravel-datatables/issues/1975 |
| 560 | +[#1747]: https://github.com/yajra/laravel-datatables/issues/1747 |
548 | 561 |
|
549 | 562 | [laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
|
550 | 563 |
|
@@ -583,3 +596,5 @@ return (new CollectionDataTable(User::all())->toJson();
|
583 | 596 | [@imTigger]: https://github.com/imTigger
|
584 | 597 | [@barryvdh]: https://github.com/barryvdh
|
585 | 598 | [@warlof]: https://github.com/warlof
|
| 599 | +[@ehsanrasta]: https://github.com/ehsanrasta |
| 600 | +[@mgralikowski]: https://github.com/mgralikowski |
0 commit comments