|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.3.0] - 2019-05-21 |
| 12 | + |
| 13 | +- Prevent malformed UTF-8 characters in debug mode. [#2088], credits to [@drsdre]. |
| 14 | +- Add the possibility to makeHidden() some attribute of a model. [#2085], credits to [@Arkhas]. |
| 15 | + |
11 | 16 | ### [v9.2.0] - 2019-05-09
|
12 | 17 |
|
13 | 18 | - Enable the dotted notation in the ->removeColumn() function. [#2082], credits to [@Arkhas].
|
@@ -319,7 +324,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
319 | 324 | - Fix orderColumn api where related tables are not joined.
|
320 | 325 | - Fix nested with relation search and sort function.
|
321 | 326 |
|
322 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...9.0 |
| 327 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...9.0 |
| 328 | +[v9.3.0]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...v9.3.0 |
323 | 329 | [v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0
|
324 | 330 | [v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
|
325 | 331 | [v9.1.0]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
|
@@ -427,6 +433,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
427 | 433 | [#2082]: https://github.com/yajra/laravel-datatables/pull/2082
|
428 | 434 | [#2079]: https://github.com/yajra/laravel-datatables/pull/2079
|
429 | 435 | [#2083]: https://github.com/yajra/laravel-datatables/pull/2083
|
| 436 | +[#2088]: https://github.com/yajra/laravel-datatables/pull/2088 |
| 437 | +[#2085]: https://github.com/yajra/laravel-datatables/pull/2085 |
430 | 438 |
|
431 | 439 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
432 | 440 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626
|
@@ -490,3 +498,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
490 | 498 | [@Arkhas]: https://github.com/Arkhas
|
491 | 499 | [@apreiml]: https://github.com/apreiml
|
492 | 500 | [@Stokoe0990]: https://github.com/Stokoe0990
|
| 501 | +[@drsdre]: https://github.com/drsdre |
0 commit comments