Skip to content

Commit 0c5764b

Browse files
committed
Bump v9.0.1 🚀
1 parent 21ea8c3 commit 0c5764b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.0.1] - 2019-03-26
12+
13+
- Allow boolean values for column[i].searchable [#1813], credits to [@sgotre].
14+
1115
### [v9.0.0] - 2019-02-27
1216

1317
- Add support for Laravel 5.8 [#2002].
@@ -294,7 +298,8 @@ return (new CollectionDataTable(User::all())->toJson();
294298
- Fix orderColumn api where related tables are not joined.
295299
- Fix nested with relation search and sort function.
296300

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
298303
[v9.0.0]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...v9.0.0
299304
[v8.13.5]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
300305
[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();
391396
[#1988]: https://github.com/yajra/laravel-datatables/pull/1988
392397
[#2001]: https://github.com/yajra/laravel-datatables/pull/2001
393398
[#2002]: https://github.com/yajra/laravel-datatables/pull/2002
399+
[#1813]: https://github.com/yajra/laravel-datatables/pull/1813
394400

395401
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
396402
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -439,3 +445,4 @@ return (new CollectionDataTable(User::all())->toJson();
439445
[@ridaamirini]: https://github.com/ridaamirini
440446
[@Spodnet]: https://github.com/Spodnet
441447
[@royduin]: https://github.com/royduin
448+
[@sgotre]: https://github.com/sgotre

0 commit comments

Comments
 (0)