8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v8.13.6] - 2019-03-26
12
+
13
+ - Allow boolean values for column[ i] .searchable [ #1813 ] , credits to [ @sgotre ] .
14
+ - Fix [ #2032 ] , [ #1789 ] .
15
+
11
16
### [ v8.13.5] - 2019-02-13
12
17
13
18
- Keep select bindings option. [ #1988 ] , credits to [ @royduin ] .
@@ -286,7 +291,8 @@ return (new CollectionDataTable(User::all())->toJson();
286
291
- Fix orderColumn api where related tables are not joined.
287
292
- Fix nested with relation search and sort function.
288
293
289
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.5...8.0
294
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.6...8.0
295
+ [ v8.13.6 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.5...v8.13.6
290
296
[ v8.13.5 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
291
297
[ v8.13.4 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
292
298
[ v8.13.3 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
@@ -380,6 +386,7 @@ return (new CollectionDataTable(User::all())->toJson();
380
386
[ #1942 ] : https://github.com/yajra/laravel-datatables/pull/1942
381
387
[ #1960 ] : https://github.com/yajra/laravel-datatables/pull/1960
382
388
[ #1988 ] : https://github.com/yajra/laravel-datatables/pull/1988
389
+ [ #1813 ] : https://github.com/yajra/laravel-datatables/pull/1813
383
390
384
391
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
385
392
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -402,6 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
402
409
[ #1747 ] : https://github.com/yajra/laravel-datatables/issues/1747
403
410
[ #1951 ] : https://github.com/yajra/laravel-datatables/issues/1951
404
411
[ #1983 ] : https://github.com/yajra/laravel-datatables/issues/1983
412
+ [ #2032 ] : https://github.com/yajra/laravel-datatables/issues/2032
413
+ [ #1789 ] : https://github.com/yajra/laravel-datatables/issues/1789
405
414
406
415
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
407
416
@@ -427,3 +436,4 @@ return (new CollectionDataTable(User::all())->toJson();
427
436
[ @ridaamirini ] : https://github.com/ridaamirini
428
437
[ @Spodnet ] : https://github.com/Spodnet
429
438
[ @royduin ] : https://github.com/royduin
439
+ [ @sgotre ] : https://github.com/sgotre
0 commit comments