diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c7c41a..d50a3b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,44 @@ All notable changes to `laravel-permission` will be documented in this file +## 6.10.0 - 2024-11-05 + +### What's Changed + +* Fix `GuardDoesNotMatch should accept collection` by @erikn69 in https://github.com/spatie/laravel-permission/pull/2748 +* Improve performance for hydrated collections by @inserve-paul in https://github.com/spatie/laravel-permission/pull/2749 +* Only show error if `cache key exists` and `forgetCachedPermissions` fails by @erikn69 in https://github.com/spatie/laravel-permission/pull/2707 +* Remove v5 cache fallback alias by @drbyte in https://github.com/spatie/laravel-permission/pull/2754 +* Include `Larastan` in `dev` by @drbyte in https://github.com/spatie/laravel-permission/pull/2755 + +#### Docs + +* [Docs example] Check for 'all' or 'any' permissions before specific permissions by @ceilidhboy in https://github.com/spatie/laravel-permission/pull/2694 +* [Docs] Fix typo in uuid.md by @levizoesch in https://github.com/spatie/laravel-permission/pull/2705 +* [Docs] Upgrade Guide - Add PR links to upgrade guide by @mraheelkhan in https://github.com/spatie/laravel-permission/pull/2716 +* [Docs] use more modern syntax for nullable return type by @galangaidilakbar in https://github.com/spatie/laravel-permission/pull/2719 +* [Docs] camelCase variable naming in example by @KamilWojtalak in https://github.com/spatie/laravel-permission/pull/2723 +* [Docs] Update using-policies.md by @marcleonhard in https://github.com/spatie/laravel-permission/pull/2741 +* [Docs] Example of pushing custom middleware before SubstituteBindings middleware by @WyattCast44 in https://github.com/spatie/laravel-permission/pull/2740 + +#### Other + +* PHP 8.4 tests by @erikn69 in https://github.com/spatie/laravel-permission/pull/2747 +* Fix comment typo by @machacekmartin in https://github.com/spatie/laravel-permission/pull/2753 + +### New Contributors + +* @ceilidhboy made their first contribution in https://github.com/spatie/laravel-permission/pull/2694 +* @levizoesch made their first contribution in https://github.com/spatie/laravel-permission/pull/2705 +* @galangaidilakbar made their first contribution in https://github.com/spatie/laravel-permission/pull/2719 +* @KamilWojtalak made their first contribution in https://github.com/spatie/laravel-permission/pull/2723 +* @marcleonhard made their first contribution in https://github.com/spatie/laravel-permission/pull/2741 +* @WyattCast44 made their first contribution in https://github.com/spatie/laravel-permission/pull/2740 +* @inserve-paul made their first contribution in https://github.com/spatie/laravel-permission/pull/2749 +* @machacekmartin made their first contribution in https://github.com/spatie/laravel-permission/pull/2753 + +**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.9.0...6.10.0 + ## 6.9.0 - 2024-06-22 ### What's Changed @@ -843,6 +881,7 @@ The following changes are not "breaking", but worth making the updates to your a + ``` @@ -912,6 +951,7 @@ The following changes are not "breaking", but worth making the updates to your a + ```