Releases: novaway/NovawayFeatureFlagBundle
Releases · novaway/NovawayFeatureFlagBundle
v2.6.1
- Fix symfony/yaml Composer constraint
v2.5.0
Add Symfony 7.x compatibility
Wrong tag, it's the same as 2.4.0
v2.4.0
What's Changed
- feat: allow Feature annotation to be repeatable by @Sybio in #70
New Contributors
Full Changelog: 2.3.1...2.4.0
v2.3.1
- Add
FeatureFlagExpressionLanguageProvider
to use feature flag function in ExpressionLanguage
component
- Declare
Novaway\Bundle\FeatureFlagBundle\Manager\FeatureManager
service
v2.3.0
- Add a
novaway:feature-flag:list
command to list features state
v2.2.3
- Update doctrine/annotation dependency to support both version 1.x and 2.x
v2.2.2
- Fix environment variable resolution with short feature flag configuration
Symfony 6 support
This release add support for:
It also allow usage of PHP 8 attributes.