Releases: laravel/pennant
Releases · laravel/pennant
v1.6.0
- [1.x] Ensure cache holds serialized values only by @timacdonald in #83
- [1.x] Respect configuration changes by @timacdonald in #81
- [1.x] Laravel v11 support by @nunomaduro in #84
v1.5.1
- Alias command by @taylorotwell in 6464d2a
v1.5.0
- [1.x] Added "all" method to "EnsureFeaturesAreActive" middleware. by @ash-jc-allen in #70
- [1.x] Rename to match framework by @timacdonald in #72
v1.4.0
- [1.x] Add feature blade directive tests by @timacdonald in #66
- [1.x] Provide hook to use morph map while serializing models by @timacdonald in #64
v1.3.1
- Fixes typo in
PendingScopeFeatureInteraction@values()
by @cosmastech in #61
v1.3.0
- Events for Feature Updates and More by @tylernathanreed in #59
v1.2.1
- Not call whenInactive when it is null by @kafkiansky in #48
- Fix flushCache() on null error by @mbukovy in #56
v1.2.0
- Fixed phpdoc type syntax by @korkoshko in #38
- Adds timestamps to bulk updates by @timacdonald in #37
- Improved manager by @taylorotwell in #44
- Ensure global helper does not conflict with another function by @ChenRuiWang in #46
v1.1.1
v1.1.0
- Gracefully handles unexpected
null
scope by @timacdonald in #31