|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.0.1] - 2019-03-26 |
| 12 | + |
| 13 | +- Allow boolean values for column[i].searchable [#1813], credits to [@sgotre]. |
| 14 | + |
11 | 15 | ### [v9.0.0] - 2019-02-27
|
12 | 16 |
|
13 | 17 | - Add support for Laravel 5.8 [#2002].
|
@@ -294,7 +298,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
294 | 298 | - Fix orderColumn api where related tables are not joined.
|
295 | 299 | - Fix nested with relation search and sort function.
|
296 | 300 |
|
297 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.0.0...9.0 |
| 301 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...9.0 |
| 302 | +[v9.0.1]: https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1 |
298 | 303 | [v9.0.0]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...v9.0.0
|
299 | 304 | [v8.13.5]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
|
300 | 305 | [v8.13.4]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
|
@@ -391,6 +396,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
391 | 396 | [#1988]: https://github.com/yajra/laravel-datatables/pull/1988
|
392 | 397 | [#2001]: https://github.com/yajra/laravel-datatables/pull/2001
|
393 | 398 | [#2002]: https://github.com/yajra/laravel-datatables/pull/2002
|
| 399 | +[#1813]: https://github.com/yajra/laravel-datatables/pull/1813 |
394 | 400 |
|
395 | 401 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626
|
396 | 402 | [#1617]: https://github.com/yajra/laravel-datatables/issues/1617
|
@@ -439,3 +445,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
439 | 445 | [@ridaamirini]: https://github.com/ridaamirini
|
440 | 446 | [@Spodnet]: https://github.com/Spodnet
|
441 | 447 | [@royduin]: https://github.com/royduin
|
| 448 | +[@sgotre]: https://github.com/sgotre |
0 commit comments