Releases: thephpleague/container
Releases · thephpleague/container
1.3.1
Fixed
- Fixed bug where arbitrary values were attempted to be resolved as classes.
1.3.0
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
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
- Improvements test suite
- Improvements to
Container::call
functionality with registered callables - General maintenance and code tidying
1.1.1
Hotfix to allow for injecting singleton as a method argument...
1.1.0
Addition of ContainerAwareTrait
to provide functionality from ContainerAwareInterface
1.0.0
Completed migration from Orno\Di to League\Container.