Skip to content

Commit bb6ff7b

Browse files
committed
Bump v9.7.0 🚀
1 parent 34b8d9e commit bb6ff7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.7.0] - 2019-10-02
12+
13+
- Allow orderColumn using closure. [#2199]
14+
15+
1116
### [v9.6.1] - 2019-09-26
1217

1318
- Improve orderByNullsLast SQL generation. [#2191]
@@ -349,7 +354,8 @@ return (new CollectionDataTable(User::all())->toJson();
349354
- Fix orderColumn api where related tables are not joined.
350355
- Fix nested with relation search and sort function.
351356

352-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...9.0
357+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...9.0
358+
[v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
353359
[v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
354360
[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
355361
[v9.5.0]: https://github.com/yajra/laravel-datatables/compare/v9.4.1...v9.5.0
@@ -471,6 +477,7 @@ return (new CollectionDataTable(User::all())->toJson();
471477
[#2163]: https://github.com/yajra/laravel-datatables/pull/2163
472478
[#2171]: https://github.com/yajra/laravel-datatables/pull/2171
473479
[#2191]: https://github.com/yajra/laravel-datatables/pull/2191
480+
[#2199]: https://github.com/yajra/laravel-datatables/pull/2199
474481

475482
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
476483
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058

0 commit comments

Comments
 (0)