8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v8.13.2] - 2019-01-04
12
+
13
+ - Keep casted attributes. [ #1942 ] , credits to [ @ridaamirini ] .
14
+ - Fix [ #1747 ] .
15
+
11
16
### [ v8.13.1] - 2018-11-23
12
17
13
18
- Revert v8.12.0 changes.
@@ -267,7 +272,8 @@ return (new CollectionDataTable(User::all())->toJson();
267
272
- Fix orderColumn api where related tables are not joined.
268
273
- Fix nested with relation search and sort function.
269
274
270
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.1...8.0
275
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.2...8.0
276
+ [ v8.13.2 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
271
277
[ v8.13.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.0...v8.13.1
272
278
[ v8.13.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.11.0...v8.13.0
273
279
[ v8.11.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.10.0...v8.11.0
@@ -354,6 +360,7 @@ return (new CollectionDataTable(User::all())->toJson();
354
360
[ #1911 ] : https://github.com/yajra/laravel-datatables/pull/1911
355
361
[ #1912 ] : https://github.com/yajra/laravel-datatables/pull/1912
356
362
[ #1852 ] : https://github.com/yajra/laravel-datatables/pull/1852
363
+ [ #1942 ] : https://github.com/yajra/laravel-datatables/pull/1942
357
364
358
365
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
359
366
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -373,6 +380,7 @@ return (new CollectionDataTable(User::all())->toJson();
373
380
[ #1752 ] : https://github.com/yajra/laravel-datatables/issues/1752
374
381
[ #1824 ] : https://github.com/yajra/laravel-datatables/issues/1824
375
382
[ #1805 ] : https://github.com/yajra/laravel-datatables/issues/1805
383
+ [ #1747 ] : https://github.com/yajra/laravel-datatables/issues/1747
376
384
377
385
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
378
386
@@ -395,3 +403,4 @@ return (new CollectionDataTable(User::all())->toJson();
395
403
[ @ptuchik ] : https://github.com/ptuchik
396
404
[ @zeyad82 ] : https://github.com/zeyad82
397
405
[ @sharifzadesina ] : https://github.com/sharifzadesina
406
+ [ @ridaamirini ] : https://github.com/ridaamirini
0 commit comments