Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Releases: Dhii/di

0.2-alpha1

11 Apr 12:51
293bd78
Compare
Choose a tag to compare
0.2-alpha1 Pre-release
Pre-release

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

03 Feb 13:34
Compare
Choose a tag to compare

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

02 Feb 18:57
Compare
Choose a tag to compare
0.1

Initial release, containing concrete implementations.

Added

  • Implementations of regular and compound containers, with service provider support.
  • Tests.