Skip to content

Releases: thephpleague/container

1.3.0

09 Feb 22:35
Compare
Choose a tag to compare

1.3.0 - 2015-02-09

Added

  • Added ServiceProvider functionality to allow cleaner resolving of complex dependencies.
  • Added Inflector functionality to allow for manipulation of resolved objects of a specific type.
  • Improvements to DRY throughout the package.

Fixed

  • Setter in ContainerAwareTrait now returns self ($this).

1.2.1

29 Jan 13:11
Compare
Choose a tag to compare

1.2.1 - 2015-01-29

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Allow arbitrary values to be registered via container config.

Removed

  • Nothing

Security

  • Nothing

1.2.0

13 Jan 17:43
Compare
Choose a tag to compare
  • Improvements test suite
  • Improvements to Container::call functionality with registered callables
  • General maintenance and code tidying

1.1.1

13 Jan 15:11
Compare
Choose a tag to compare

Hotfix to allow for injecting singleton as a method argument...

1.1.0

12 Jan 14:50
Compare
Choose a tag to compare

Addition of ContainerAwareTrait to provide functionality from ContainerAwareInterface

1.0.0

12 Jan 12:36
Compare
Choose a tag to compare

Completed migration from Orno\Di to League\Container.