Releases: JustSteveKing/laravel-feature-flags
1.4.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #30
New Contributors
- @laravel-shift made their first contribution in #30
Full Changelog: 1.3.0...1.4.0
Adding the support for Laravel 10
Custom exception for "Time Bombs"
Adding Timebomb functionality to Features
What's Changed
- Added Timebomb functionality to Features by @AidanLaycock in #21
Full Changelog: 1.0.0...1.1.0
Laravel 9 Support
Thank you @AidanLaycock for the PR to get this to Laravel 9!
Middleware fixes
Thanks to @thinkverse for this PR that fixes an issue with str_replace in the middleware!
Middleware fixes
Thanks to a great PR by @AidanLaycock we are releasing an updated release with middleware patches
Removal of Facade
Beta Release
This is the beta release of the package, the only thing that has changed is underlying dependencies and moving the migrations from being ran automatically to them needing to be published and ran manually. This is to allow any custom overrides as this package leans on newer laravel practices such as unsignedBigIntegers for ID's and relationships - which can break on legacy projects that have been updated.
Alpha Release
This is the alpha release of the Laravel feature flags package. This release is not recommended to be used in production, but creating a release to enable commuity testing easier.