Skip to content

Commit 62f14b2

Browse files
committed
Bump v9.3.0 🚀
1 parent 7512bc4 commit 62f14b2

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.3.0] - 2019-05-21
12+
13+
- Prevent malformed UTF-8 characters in debug mode. [#2088], credits to [@drsdre].
14+
- Add the possibility to makeHidden() some attribute of a model. [#2085], credits to [@Arkhas].
15+
1116
### [v9.2.0] - 2019-05-09
1217

1318
- Enable the dotted notation in the ->removeColumn() function. [#2082], credits to [@Arkhas].
@@ -319,7 +324,8 @@ return (new CollectionDataTable(User::all())->toJson();
319324
- Fix orderColumn api where related tables are not joined.
320325
- Fix nested with relation search and sort function.
321326

322-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...9.0
327+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...9.0
328+
[v9.3.0]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...v9.3.0
323329
[v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0
324330
[v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
325331
[v9.1.0]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
@@ -427,6 +433,8 @@ return (new CollectionDataTable(User::all())->toJson();
427433
[#2082]: https://github.com/yajra/laravel-datatables/pull/2082
428434
[#2079]: https://github.com/yajra/laravel-datatables/pull/2079
429435
[#2083]: https://github.com/yajra/laravel-datatables/pull/2083
436+
[#2088]: https://github.com/yajra/laravel-datatables/pull/2088
437+
[#2085]: https://github.com/yajra/laravel-datatables/pull/2085
430438

431439
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
432440
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
@@ -490,3 +498,4 @@ return (new CollectionDataTable(User::all())->toJson();
490498
[@Arkhas]: https://github.com/Arkhas
491499
[@apreiml]: https://github.com/apreiml
492500
[@Stokoe0990]: https://github.com/Stokoe0990
501+
[@drsdre]: https://github.com/drsdre

0 commit comments

Comments
 (0)