This repository has been archived by the owner on May 10, 2019. It is now read-only.
Releases: Dhii/di
Releases · Dhii/di
0.2-alpha1
Changed
- Completely re-created the DI implementation, which is now largely based on other common pattern implementations,
impements newer standards and techniques. - Containers still support caching, but the cache itself is injected.
- Still supports lookup delegation, but the composite container is implemented separately.
- Uses traits, and now requires at least PHP 5.4.
0.1.1
Non-BC-breaking bugfixes.
Reduced size of dist archive.
Added Gitter notifications of Travis events, and Gitter badge.
Fixed
CompositeContainer#__construct()
not accepting interop containers.CompositeContainer#add()
not implementing interface method.CompositeContainer
not throwing exceptions correctly.
0.1
Initial release, containing concrete implementations.
Added
- Implementations of regular and compound containers, with service provider support.
- Tests.