File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
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
+
11
16
### [ v8.6.1] - 2018-06-03
12
17
13
18
- Fix/Enhance with closure value implementation. [ #1758 ]
@@ -214,7 +219,8 @@ return (new CollectionDataTable(User::all())->toJson();
214
219
- Fix orderColumn api where related tables are not joined.
215
220
- Fix nested with relation search and sort function.
216
221
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
218
224
[ v8.6.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.6.0...v8.6.1
219
225
[ v8.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
220
226
[ 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();
282
288
[ #1741 ] : https://github.com/yajra/laravel-datatables/pull/1741
283
289
[ #1743 ] : https://github.com/yajra/laravel-datatables/pull/1743
284
290
[ #1758 ] : https://github.com/yajra/laravel-datatables/pull/1758
291
+ [ #1759 ] : https://github.com/yajra/laravel-datatables/pull/1759
285
292
286
293
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
287
294
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
You can’t perform that action at this time.
0 commit comments