Skip to content

Commit 01b4a4f

Browse files
committed
Bump v9.10.1 🚀
1 parent 6267084 commit 01b4a4f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
### [Unreleased]
1010

11+
### [v9.10.1] - 2020-05-30
12+
13+
- Fix type casting issue [#2399], credits to [@ehsanrasta].
14+
- Fix [#1975] , [#1747].
15+
- Fix issue with non-existing variables/attributes on Collection. [#2391], credits to [@mgralikowski].
16+
- Add laravel missing versions on every docs [#2382], credits to [@lloricode].
17+
1118
### [v9.10.0] - 2020-04-23
1219

1320
- Add support for HasOneThrough [#2368], credits to [@warlof]
@@ -374,7 +381,8 @@ return (new CollectionDataTable(User::all())->toJson();
374381
- Fix orderColumn api where related tables are not joined.
375382
- Fix nested with relation search and sort function.
376383

377-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...9.0
384+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...9.0
385+
[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
378386
[v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
379387
[v9.9.0]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...v9.9.0
380388
[v9.8.0]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...v9.8.0
@@ -508,6 +516,9 @@ return (new CollectionDataTable(User::all())->toJson();
508516
[#2263]: https://github.com/yajra/laravel-datatables/pull/2263
509517
[#2332]: https://github.com/yajra/laravel-datatables/pull/2332
510518
[#2368]: https://github.com/yajra/laravel-datatables/pull/2368
519+
[#2399]: https://github.com/yajra/laravel-datatables/pull/2399
520+
[#2391]: https://github.com/yajra/laravel-datatables/pull/2391
521+
[#2382]: https://github.com/yajra/laravel-datatables/pull/2382
511522

512523
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
513524
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -545,6 +556,8 @@ return (new CollectionDataTable(User::all())->toJson();
545556
[#1822]: https://github.com/yajra/laravel-datatables/issues/1822
546557
[#1738]: https://github.com/yajra/laravel-datatables/issues/1738
547558
[#2202]: https://github.com/yajra/laravel-datatables/issues/2202
559+
[#1975]: https://github.com/yajra/laravel-datatables/issues/1975
560+
[#1747]: https://github.com/yajra/laravel-datatables/issues/1747
548561

549562
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
550563

@@ -583,3 +596,5 @@ return (new CollectionDataTable(User::all())->toJson();
583596
[@imTigger]: https://github.com/imTigger
584597
[@barryvdh]: https://github.com/barryvdh
585598
[@warlof]: https://github.com/warlof
599+
[@ehsanrasta]: https://github.com/ehsanrasta
600+
[@mgralikowski]: https://github.com/mgralikowski

0 commit comments

Comments
 (0)