This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
bachir
/
edlp_d8
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
8
Pull-Requests
0
Wiki
Struktur:
c546d42e72
Branches
Tags
beta
expo
gammes-couleurs
history-nav
master
performance
prod
random-player
rest
search
studio
3.1
alpha-0.8
alpha-0.7.3
8.5.3
alpha-0.7.2
alpha-0.7.1
8.52
alpha-0.7
alpha-0.6.9.1
alpha-0.6.9
alpha-0.6.8
alpha-0.6.7.1
alpha-0.6.7
alpha-0.6.6
alpha-0.6.5
alpha-0.6.4.1
alpha-0.6.4
alpha-0.6.3
alpha-0.6.2
alpha-0.6.1
alpha-0.6
alpha-0.5.2
alpha-0.5.1
alpha-0.5
alpha-0.4.1
alpha-0.4
alpha-0.3
alpha-0.1
alpha-0.2
8.4.4
edlp_d8
/
vendor
/
symfony
/
dependency-injection
/
CHANGELOG.md
CHANGELOG.md
1.7 KB
Verlauf
Originalformat
CHANGELOG
2.8.0
deprecated the abstract ContainerAware class in favor of ContainerAwareTrait
deprecated IntrospectableContainerInterface, to be merged with ContainerInterface in 3.0
allowed specifying a directory to recursively load all configuration files it contains
deprecated the concept of scopes
added
Definition::setShared()
and
Definition::isShared()
added ResettableContainerInterface to be able to reset the container to release memory on shutdown
added a way to define the priority of service decoration
added support for service autowiring
2.7.0
deprecated synchronized services
2.6.0
added new factory syntax and deprecated the old one
2.5.0
added DecoratorServicePass and a way to override a service definition (Definition::setDecoratedService())
deprecated SimpleXMLElement class.
2.4.0
added support for expressions in service definitions
added ContainerAwareTrait to add default container aware behavior to a class
2.2.0
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)
2.1.0
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