Skip to content

Commit

Permalink
Bump v9.9.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Mar 3, 2020
1 parent eff71d5 commit 976e70a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@

### [Unreleased]

### [v9.9.0] - 2020-03-04

- Support Laravel 7 [#2332], credits to [@barryvdh].

### [v9.8.0] - 2019-12-17

- Add the possibility to makeVisible() some attribute of a model. [#2263], credits to [@imTigger].
Expand Down Expand Up @@ -366,7 +370,8 @@ return (new CollectionDataTable(User::all())->toJson();
- Fix orderColumn api where related tables are not joined.
- Fix nested with relation search and sort function.

[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...9.0
[v9.9.0]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...v9.9.0
[v9.8.0]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...v9.8.0
[v9.7.2]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...v9.7.2
[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
Expand Down Expand Up @@ -496,6 +501,7 @@ return (new CollectionDataTable(User::all())->toJson();
[#2222]: https://github.com/yajra/laravel-datatables/pull/2222
[#2240]: https://github.com/yajra/laravel-datatables/pull/2240
[#2263]: https://github.com/yajra/laravel-datatables/pull/2263
[#2332]: https://github.com/yajra/laravel-datatables/pull/2332

[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
Expand Down Expand Up @@ -569,3 +575,4 @@ return (new CollectionDataTable(User::all())->toJson();
[@lloricode]: https://github.com/lloricode
[@mtvbrianking]: https://github.com/mtvbrianking
[@imTigger]: https://github.com/imTigger
[@barryvdh]: https://github.com/barryvdh

0 comments on commit 976e70a

Please sign in to comment.