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.13.3] - 2019-01-05
12
+
13
+ - Revert [ #1942 ] .
14
+ - Fix [ #1951 ] .
15
+
11
16
### [ v8.13.2] - 2019-01-04
12
17
13
18
- Keep casted attributes. [ #1942 ] , credits to [ @ridaamirini ] .
@@ -272,7 +277,8 @@ return (new CollectionDataTable(User::all())->toJson();
272
277
- Fix orderColumn api where related tables are not joined.
273
278
- Fix nested with relation search and sort function.
274
279
275
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.2...8.0
280
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.3...8.0
281
+ [ v8.13.3 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
276
282
[ v8.13.2 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
277
283
[ v8.13.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.0...v8.13.1
278
284
[ v8.13.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.11.0...v8.13.0
@@ -381,6 +387,7 @@ return (new CollectionDataTable(User::all())->toJson();
381
387
[ #1824 ] : https://github.com/yajra/laravel-datatables/issues/1824
382
388
[ #1805 ] : https://github.com/yajra/laravel-datatables/issues/1805
383
389
[ #1747 ] : https://github.com/yajra/laravel-datatables/issues/1747
390
+ [ #1951 ] : https://github.com/yajra/laravel-datatables/issues/1951
384
391
385
392
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
386
393
You can’t perform that action at this time.
0 commit comments