Releases: laravel/pennant
Releases · laravel/pennant
v1.17.0
- Update logo by @iamdavidhill in #139
- Show a default error message when the middleware check fails by @simonhamp in #141
v1.16.1
- Add Return Types for Migrations by @devinnived in #137
v1.16.0
v1.15.1
- Supports Laravel 12 by @crynobone in #132
v1.15.0
v1.14.0
- [1.x] Add before hook support to features with names by @timacdonald in #130
v1.13.0
- [1.x] Allow control over feature serialization by @timacdonald in #125
- [1.x] Allow retrieving all features for a scope when some features are defined for differing scopes by @cosmastech in #121
- [1.x] Improve typing checks by @timacdonald in #126
- [1.x] Supports PHP 8.4 by @crynobone in #128
- [1.x] Allow external drivers to retrieve defined features for the given scope by @timacdonald in #127
v1.12.0
- [1.x] Add a new
@featureany
directive by @ryangjchandler in #122
v1.11.0
- [1.x] Add ability to resolve feature instance. by @timacdonald in #118
v1.10.0
- Fixes purge output message when nothing is purged by @timacdonald in #114
- Add
loadAll
method by @timacdonald in #113