From b4943a3ee422e0a390d85a4cb01dee9360137b61 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Wed, 4 Oct 2023 10:26:02 +0800 Subject: [PATCH] chore: release v10.10.0 :rocket: --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef451a10..ec102648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v10.10.0] - 2023-10-04 + +- feat: allow closure on formatColumn #3073 + ### [v10.9.0] - 2023-09-29 - feat: Ability to pass static data to a blade render #3067 @@ -165,7 +169,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...10.x +[v10.10.0]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...v10.9.0 [v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0 [v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0 [v10.7.0]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...v10.6.2