Releases: laravel/pennant
Releases · laravel/pennant
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
v1.9.0
- [1.x] Introduce before hook by @timacdonald in #111
v1.8.3
- [1.x] Use constant for updated_at column name by @thijsvdanker in #108
- [1.x] Fixes wrong column reference by @timacdonald in #109
v1.8.2
- [1.x] Ensure values returns feature name by @timacdonald in #107
v1.8.1
- [1.x] Extract insert all by @timacdonald in #105
v1.8.0
- [1.x] Improve unique constraint handling for high traffic applications by @timacdonald in #104
v1.7.1
- [1.x] Make commands lazy by @timacdonald in #96