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.