All Versions
106
Latest Version
Avg Release Cycle
19 days
Latest Release
1237 days ago

Changelog History
Page 11

  • v2.7.0 Changes

    • deprecated synchronized services
  • v2.6.0 Changes

    • added new factory syntax and deprecated the old one
  • v2.5.0 Changes

    • added DecoratorServicePass and a way to override a service definition (Definition::setDecoratedService())
    • deprecated SimpleXMLElement class.
  • v2.4.0 Changes

    • added support for expressions in service definitions
    • added ContainerAwareTrait to add default container aware behavior to a class
  • v2.2.0 Changes

    • added Extension::isConfigEnabled() to ease working with enableable configurations
    • added an Extension base class with sensible defaults to be used in conjunction with the Config component.
    • added PrependExtensionInterface (to be able to allow extensions to prepend application configuration settings for any Bundle)
  • v2.1.0 Changes

    • added IntrospectableContainerInterface (to be able to check if a service has been initialized or not)
    • added ConfigurationExtensionInterface
    • added Definition::clearTag()
    • component exceptions that inherit base SPL classes are now used exclusively (this includes dumped containers)
    • [BC BREAK] fixed unescaping of class arguments, method ParameterBag::unescapeValue() was made public