Releases: ylsideas/feature-flags
Releases · ylsideas/feature-flags
v2.6.0
What's Changed
- Allows for multiple fakes to occur by @peterfox @brunodevel in #67
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.2
v2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
What's Changed
- Adds a new system for debugging features that are accessed.
- Testing a feature now is easy to do via the Features facade.
- You can now add a handler for when features should be expired.
- Adds a mixin for the Eloquent Query Builder allowing you to use the methods
whenFeatureIsAccessible()
andwhenFeatureIsNotAccessible()
.
Full Changelog: v2.0.3...v2.1.0