Skip to content

Commit 34c2816

Browse files
committed
Bump v8.7.0 🚀
1 parent f927a74 commit 34c2816

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,11 @@
88

99
### [Unreleased]
1010

11+
### [v8.7.0] - 2018-06-03
12+
13+
- Add withQuery api for query callback. [#1759]
14+
- Revert [#1758] with callback implementation since its BC.
15+
1116
### [v8.6.1] - 2018-06-03
1217

1318
- Fix/Enhance with closure value implementation. [#1758]
@@ -214,7 +219,8 @@ return (new CollectionDataTable(User::all())->toJson();
214219
- Fix orderColumn api where related tables are not joined.
215220
- Fix nested with relation search and sort function.
216221

217-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.6.1...8.0
222+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.7.0...8.0
223+
[v8.7.0]: https://github.com/yajra/laravel-datatables/compare/v8.6.1...v8.7.0
218224
[v8.6.1]: https://github.com/yajra/laravel-datatables/compare/v8.6.0...v8.6.1
219225
[v8.6.0]: https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
220226
[v8.5.2]: https://github.com/yajra/laravel-datatables/compare/v8.5.1...v8.5.2
@@ -282,6 +288,7 @@ return (new CollectionDataTable(User::all())->toJson();
282288
[#1741]: https://github.com/yajra/laravel-datatables/pull/1741
283289
[#1743]: https://github.com/yajra/laravel-datatables/pull/1743
284290
[#1758]: https://github.com/yajra/laravel-datatables/pull/1758
291+
[#1759]: https://github.com/yajra/laravel-datatables/pull/1759
285292

286293
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
287294
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617

0 commit comments

Comments
 (0)