Skip to content

Commit fe397a9

Browse files
committed
Bump v9.4.0 🚀
1 parent 02bdcbb commit fe397a9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

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+
1117
### [v9.3.0] - 2019-05-21
1218

1319
- Prevent malformed UTF-8 characters in debug mode. [#2088], credits to [@drsdre].
@@ -324,7 +330,8 @@ return (new CollectionDataTable(User::all())->toJson();
324330
- Fix orderColumn api where related tables are not joined.
325331
- Fix nested with relation search and sort function.
326332

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
328335
[v9.3.0]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...v9.3.0
329336
[v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0
330337
[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();
435442
[#2083]: https://github.com/yajra/laravel-datatables/pull/2083
436443
[#2088]: https://github.com/yajra/laravel-datatables/pull/2088
437444
[#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
438447

448+
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
439449
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
440450
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
441451
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617

0 commit comments

Comments
 (0)