This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
Releases: dunglas/DunglasActionBundle
Releases · dunglas/DunglasActionBundle
Version 0.4.1
Version 0.4.0
- Automatic registration of Twig extensions
- Support for method autowiring (setters and getters)
Version 0.3.1
- Fix usage of absolute paths
Version 0.3.0
- Actions and controllers (
src/*Bundle/Action
andsrc/*Bundle/Controller
directories), commands (src/*Bundle/Command
) and event listeners (src/*Bundle/EventListener
) are auto-registered by default - The name of auto-registered services are now the Fully Qualified Name of the registred class
- Directories containing classes to auto-register as services are now configurable
- Directories of third-party bundles (
vendor/
) are not tracked by default anymore - It's not necessary anymore to clear the cache manually when a new class is added or removed from a tracked directory
- If the class of an automatically registred service implements the
ContainerAwareInterface
, the container is automatically injected into it - It's now possible to automatically add custom tags to auto-registered services
- The custom routing annotation loader has been removed thanks to a bug fix in Symfony core (this feature still works out of the box)
- The "autodiscover" feature has been removed, paths must be configured explicitly (regex supported)
- The bundle can now be configured using the XML format
- PHP 5.5 support has been added
- Lot of a bug fixes
A big thank-you to @Ener-Getick, @stof and @weaverryan for their contributions and good design advices.
Version 0.2.0
- Action classes can be stored outside of bundles
- The directory where action classes are searched in bundles is now configurable
Version 0.1.0
Initial release.