|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.4.0] - 2019-06-06 |
| 12 | + |
| 13 | +- Allow column search on blacklisted columns with custom filter. [#2102], fix [#2091]. |
| 14 | +- Enable the dotted notation in the ->only() function. [#2084], credits to [@Arkhas] |
| 15 | +- Add tests. |
| 16 | + |
11 | 17 | ### [v9.3.0] - 2019-05-21
|
12 | 18 |
|
13 | 19 | - Prevent malformed UTF-8 characters in debug mode. [#2088], credits to [@drsdre].
|
@@ -324,7 +330,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
324 | 330 | - Fix orderColumn api where related tables are not joined.
|
325 | 331 | - Fix nested with relation search and sort function.
|
326 | 332 |
|
327 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...9.0 |
| 333 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.4.0...9.0 |
| 334 | +[v9.4.0]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...v9.4.0 |
328 | 335 | [v9.3.0]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...v9.3.0
|
329 | 336 | [v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0
|
330 | 337 | [v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
|
@@ -435,7 +442,10 @@ return (new CollectionDataTable(User::all())->toJson();
|
435 | 442 | [#2083]: https://github.com/yajra/laravel-datatables/pull/2083
|
436 | 443 | [#2088]: https://github.com/yajra/laravel-datatables/pull/2088
|
437 | 444 | [#2085]: https://github.com/yajra/laravel-datatables/pull/2085
|
| 445 | +[#2102]: https://github.com/yajra/laravel-datatables/pull/2102 |
| 446 | +[#2084]: https://github.com/yajra/laravel-datatables/pull/2084 |
438 | 447 |
|
| 448 | +[#2091]: https://github.com/yajra/laravel-datatables/issues/2091 |
439 | 449 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
440 | 450 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626
|
441 | 451 | [#1617]: https://github.com/yajra/laravel-datatables/issues/1617
|
|
0 commit comments