All Versions
36
Latest Version
Avg Release Cycle
89 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.3.0 Changes
February 09, 2015โ 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
).
- โ Added
-
v1.2.1 Changes
January 29, 2015๐ Fixed
- ๐ Allow arbitrary values to be registered via container config.
-
v1.2.0 Changes
January 13, 2015โ Added
- ๐ Improvements to
Container::call
functionality.
๐ Fixed
- General code tidy.
- ๐ Improvements to test suite.
- ๐ Improvements to
-
v1.1.1 Changes
January 13, 2015๐ Fixed
- ๐ Allow singleton to be passed as method argument.
-
v1.1.0 Changes
January 12, 2015โ Added
- โ Addition of
ContainerAwareTrait
to provide functionality fromContainerAwareInterface
.
- โ Addition of
-
v1.0.0 Changes
January 12, 2015โ Added
- Migrated from Orno\Di.