Skip to content

Commit 42cba7f

Browse files
committed
Bump v9.6.1 🚀
1 parent 255e249 commit 42cba7f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.6.1] - 2019-09-26
12+
13+
- Improve orderByNullsLast SQL generation. [#2191]
14+
- Fix [#1822], [#1738].
15+
1116
### [v9.6.0] - 2019-09-04
1217

1318
- Fix deprecated helper functions, then add support for Laravel 6. [#2171], credits to [@lloricode]
@@ -344,7 +349,8 @@ return (new CollectionDataTable(User::all())->toJson();
344349
- Fix orderColumn api where related tables are not joined.
345350
- Fix nested with relation search and sort function.
346351

347-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...9.0
352+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...9.0
353+
[v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
348354
[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
349355
[v9.5.0]: https://github.com/yajra/laravel-datatables/compare/v9.4.1...v9.5.0
350356
[v9.4.1]: https://github.com/yajra/laravel-datatables/compare/v9.4.0...v9.4.1
@@ -464,6 +470,7 @@ return (new CollectionDataTable(User::all())->toJson();
464470
[#2103]: https://github.com/yajra/laravel-datatables/pull/2103
465471
[#2163]: https://github.com/yajra/laravel-datatables/pull/2163
466472
[#2171]: https://github.com/yajra/laravel-datatables/pull/2171
473+
[#2191]: https://github.com/yajra/laravel-datatables/pull/2191
467474

468475
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
469476
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -498,6 +505,8 @@ return (new CollectionDataTable(User::all())->toJson();
498505
[#522]: https://github.com/yajra/laravel-datatables/issues/522
499506
[#2161]: https://github.com/yajra/laravel-datatables/issues/2161
500507
[#2156]: https://github.com/yajra/laravel-datatables/issues/2156
508+
[#1822]: https://github.com/yajra/laravel-datatables/issues/1822
509+
[#1738]: https://github.com/yajra/laravel-datatables/issues/1738
501510

502511

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

0 commit comments

Comments
 (0)