Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Releases: dunglas/DunglasActionBundle

Version 0.4.1

12 May 12:59
v0.4.1
Compare
Choose a tag to compare
  • Do not autowire anonymous classes
  • Make the default config working with Alpine Linux

Version 0.4.0

10 Jan 12:38
v0.4.0
Compare
Choose a tag to compare
  • Automatic registration of Twig extensions
  • Support for method autowiring (setters and getters)

Version 0.3.1

03 Dec 15:06
v0.3.1
Compare
Choose a tag to compare
  • Fix usage of absolute paths

Version 0.3.0

10 May 07:53
v0.3.0
Compare
Choose a tag to compare
  • Actions and controllers (src/*Bundle/Action and src/*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

29 Jan 08:44
v0.2.0
Compare
Choose a tag to compare
  • Action classes can be stored outside of bundles
  • The directory where action classes are searched in bundles is now configurable

Version 0.1.0

29 Jan 08:41
v0.1.0
Compare
Choose a tag to compare

Initial release.