Skip to content

Commit

Permalink
Bump v9.18.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Apr 16, 2021
1 parent 935058c commit b00f25b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### [Unreleased]

### [v9.18.0] - 2021-04-16

- Improve count performance for simple queries. #2616
- Fixes #1928
- Make prepareCountQuery() public so its easy to test.

### [v9.17.4] - 2021-04-15

- Revert changes on count. #2614
Expand Down Expand Up @@ -461,8 +467,9 @@ 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.17.4...9.0
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.4
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...9.0
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
Expand Down

0 comments on commit b00f25b

Please sign in to comment.