8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v8.6.0] - 2018-05-18
12
+
13
+ - Add support for manual setting of filtered count [ #1743 ] , credits to [ @forgottencreature ]
14
+ - Fix [ #1516 ] .
15
+
11
16
### [ v8.5.2] - 2018-05-15
12
17
13
18
- Revert "[ 8.0] Classify join statements as a complex query." [ #1741 ]
@@ -203,7 +208,8 @@ return (new CollectionDataTable(User::all())->toJson();
203
208
- Fix orderColumn api where related tables are not joined.
204
209
- Fix nested with relation search and sort function.
205
210
206
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.5.2...8.0
211
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.6.0...8.0
212
+ [ v8.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
207
213
[ v8.5.2 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.1...v8.5.2
208
214
[ v8.5.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.0...v8.5.1
209
215
[ v8.5.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.4.4...v8.5.0
@@ -267,6 +273,7 @@ return (new CollectionDataTable(User::all())->toJson();
267
273
[ #1730 ] : https://github.com/yajra/laravel-datatables/pull/1730
268
274
[ #1737 ] : https://github.com/yajra/laravel-datatables/pull/1737
269
275
[ #1741 ] : https://github.com/yajra/laravel-datatables/pull/1741
276
+ [ #1743 ] : https://github.com/yajra/laravel-datatables/pull/1743
270
277
271
278
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
272
279
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -282,6 +289,7 @@ return (new CollectionDataTable(User::all())->toJson();
282
289
[ #1600 ] : https://github.com/yajra/laravel-datatables/issues/1600
283
290
[ #1471 ] : https://github.com/yajra/laravel-datatables/issues/1471
284
291
[ #1739 ] : https://github.com/yajra/laravel-datatables/issues/1739
292
+ [ #1516 ] : https://github.com/yajra/laravel-datatables/issues/1516
285
293
286
294
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
287
295
@@ -300,3 +308,4 @@ return (new CollectionDataTable(User::all())->toJson();
300
308
[ @nunomaduro ] : https://github.com/nunomaduro
301
309
[ @asahasrabuddhe ] : https://github.com/asahasrabuddhe
302
310
[ @fschalkwijk ] : https://github.com/fschalkwijk
311
+ [ @forgottencreature ] : https://github.com/forgottencreature
0 commit comments