- 60eac73 require symfony/security-bundle (#54) (othillo)
- 091c564 support Symfony 4 (#53) (othillo)
- 01461d7 example using MicroKernelTrait (othillo)
- 06b3b9e Add collection_factory config directive to README (krizon)
- f5f14c4 process configuration on the extension (othillo)
- 83f8f81 Documents the toggle annotation (adev)
- fb7b1f0 Add symfony/security-core dependency (adev)
- deec1d0 Support invokable controllers in annotation toggle listener (krizon)
- 17567ea Update qandidate/toggle dependency (Roel Philipsen)
- e9e4a33 Use newer phpunit version if possible (Alexander)
- 1660b99 Switch to container based infrastructure on travis (Alexander)
- 2ec79bd Use phpunit installed by composer (Alexander)
- ef58675 Update travis-ci build matrix (Alexander)
- d111883 drop support for PHP 5.5 (othillo)
- 6fc0b5a use matthiasnoback/symfony-dependency-injection-test for testing the extension (othillo)
- 4c11568 Allow yml configuration (othillo)
- 7718e14 Rename service & inject service instead of calling constructor (othillo)
- 64683d5 Remove unused usages (othillo)
- ee0a592 Remove unnecessary code from phpunit.xml.dist (othillo)
- 895e930 fixed unsupported status (othillo)
- 5f00e7d test the compiled toggle collection (othillo)
- cf375c5 removed necessity of factory (othillo)
- b779e8a updated README (othillo)
- 2c06fd3 renamed symfony to config (othillo)
- 083a3ae Add support for symfony 3 (Martin Parsiegla)
- [BC BREAK] Updated the symfony dependency to 2.7
- Added support for collection_factory
- [BC BREAK] The twig function has been renamed from
is_active
tofeature_is_active
- Added a twig test
is active feature
- @ricbra added the
@Toggle
annotation, to enable/disable a controller or a specific controller action