|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.8.0] - 2019-12-17 |
| 12 | + |
| 13 | +- Add the possibility to makeVisible() some attribute of a model. [#2263], credits to [@imTigger]. |
| 14 | + |
11 | 15 | ### [v9.7.2] - 2019-11-11
|
12 | 16 |
|
13 | 17 | - Cast database engines to array. [#2240], credits to [@mtvbrianking].
|
@@ -362,7 +366,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
362 | 366 | - Fix orderColumn api where related tables are not joined.
|
363 | 367 | - Fix nested with relation search and sort function.
|
364 | 368 |
|
365 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...9.0 |
| 369 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...9.0 |
| 370 | +[v9.8.0]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...v9.8.0 |
366 | 371 | [v9.7.2]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...v9.7.2
|
367 | 372 | [v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
|
368 | 373 | [v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
|
@@ -490,6 +495,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
490 | 495 | [#2199]: https://github.com/yajra/laravel-datatables/pull/2199
|
491 | 496 | [#2222]: https://github.com/yajra/laravel-datatables/pull/2222
|
492 | 497 | [#2240]: https://github.com/yajra/laravel-datatables/pull/2240
|
| 498 | +[#2263]: https://github.com/yajra/laravel-datatables/pull/2263 |
493 | 499 |
|
494 | 500 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
495 | 501 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
@@ -562,3 +568,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
562 | 568 | [@selecod]: https://github.com/selecod
|
563 | 569 | [@lloricode]: https://github.com/lloricode
|
564 | 570 | [@mtvbrianking]: https://github.com/mtvbrianking
|
| 571 | +[@imTigger]: https://github.com/imTigger |
0 commit comments