Releases: codinglabsau/laravel-feature-flags
Releases · codinglabsau/laravel-feature-flags
v1.4.1
- Support Laravel 11
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Laravel 10 support
- PHP 8.1+
v1.3.1
- use configured model in Action
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- St/sc 7287 move syncfeaturesaction over to package with by @stevethomas in #4
- Increase code coverage
- Add
features
andalways_on
flags to config
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
Added
VerifyFeatureIsOn
middleware that returns a 404 if the feature is not on
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Changed
- added composer.lock to .gitignore list
- moved php-styles dependency to dev dependencies
Removed
- composer.lock
v1.1.0
Added:
- public method
isOff()
to get the inverse ofisOn()
Changed
getState()
is now a public method
v1.0.0
Initial release.