- #80 Support for multiple features in route definition @ajgarlag
- #82 Restore support for Symfony 4.4 LTS @ajgarlag
- Enabled support for twig v3
- Fix subscriber for invokable controllers @vitsadecky
- #67 Add compatibility for Symfony 5 @migo315
- #67 Drop compatibility for Symfony 2, Symfony 3 and Symfony 4 @migo315 @hanishsingla
- Drop Contentful Activator @migo315
- #64 Add Travis tests for Symony 5 @migo315
- #59 Update PHP requirements @migo315
- Support for multiple features in route definition @ajgarlag
- Fix subscriber for invokable controllers @vitsadecky
- #69 Support for twig 3 @migo315
- Update to Flagception SDK Version ^1.5 @migo315
- Allow
%env()
syntax fordefault
field in feature list @c33s \ @migo315
- Fix env handling for
DotEnv
component >=5.0 @c33s \ @migo315
- Add support for Symfony 5.0 @migo315
- Extend Travis tests for Symfony 4.3 and 4.4 @migo315
- #61 Replace deprecated service factory shortcut with array syntax @bretrzaun / @migo315
- #53 Update flagception sdk to version 1.4 and implement whitelist / blacklist mode for cookies @migo315
- #47 Fix tree builder deprecation for symfony >= 4.2 @migo316
- #49 Add support for Symfony 4.2 @migo315
- #48 Add support for PHP7.3 @migo315
- #45 Replace
symfony/framework-bundle
anddoctrine/common
with following dependencies:doctrine/annotations
symfony/dependency-injection
symfony/yaml
symfony/config
symfony/http-kernel
twig/twig
- #45 Remove using
ClassUtils
for getting controller class
- #27 Fix route xml in documentation @migo315
- #35 Swap own cookie activator with the new flagception sdk cookie activator @migo315
- Refactor profiler and data collector @migo315
- Swap old
ProfilerChainActivator
with newTraceableChainActivator
@migo315 - Update Flagception SDK to version 1.3.0 @migo315
- #26 Add feature name advice in documentation @migo315
- Add
php-mock
as dev dependency and add missing contentful configurator test @migo315 - #31 Add support for auto configuration for
FeatureActivatorInterface
@migo315 - #32 Add support for auto configuration for
ContectDecoratorInterface
@migo315 - Add caching option for
ContentfulActivator
@migo315 - Add configuration for the new DatabaseActivator @migo315
- Remove unneeded models and bags (just internal stuff) @migo315
- Add service alias for
Flagception\Manager\FeatureManagerInterface
for fixing autowiring @hanishsingla
- Complete refactoring and renaming to
flagception
@migo315 - See Upgrade from 2.x
- Bug #13 / Fix bool cast for configuration @teiling88
- Fix variables for configuration @RedactedProfile
- Add ContextDecoratorInterface, CompilerPass and Tag for modify the context object globally @migo315
- All context content are available as own variable for expression constraints @migo315
- Add profiler icon @migo315
- Add events before and after feature is searched / requested @migo315
- Add optional context object for features (breaking change!) @migo315
- Add 'isActive' method for stashes @migo315
- Add configuration option for routing metadata subscriber @migo315
- Add configuration for cookie stash separator @migo315
- Add constraints for ConfigStash @migo315
- Changed license to MIT @bestit
- Fix phpunit whitelist @migo315
- Stashes are now explicitly queried for the status of a feature and not every time for all features (breaking change!) @migo315
- Move tests to root 'tests' directory @migo315
- Profiler shows inactive features too @migo315
- Profiler shows given context for features @migo315
- Update readme @migo315
- Chang configuration option of annotation subscriber @migo315
- Remove 'getActiveFeatures' method for stashes. Use 'isActive' instead @migo315
- Configuration for enable / disable annotation check @espendiller / @migo315
- Add feature handling via route metadata @espendiller / @migo315
- Remove feature bag and move logic to ConfigStash @espendiller / @migo315
- Add error message for annotation subscriber if feature is inactive @migo315
- Fix 'Cannot use object of type Closure as array' error @migo315
- Add getName method in twig extension for supporting twig version < 1.26 @migo315
- Removed obsolete repository in composer.json @migo315
- Symfony min version downgraded from ^3.2 to ^3.1 @migo315
- Profiler toolbar hides feature section when 0 features are active
- Fix readme typo @migo315
- Initial commit and relase @migo315
- Add annotation feature check @migo315
- Add twig extension for active check @migo315
- Add FilterManager @migo315
- Add StashBag / FeatureBag @migo315
- Add Profiler @migo315
- Add ConfigStash @migo315
- Add CookieStash @migo315