Releases: PHP-DI/Invoker
Releases · PHP-DI/Invoker
1.3.3
Performance improvement: #12
1.3.2
#11 Explicit exception message for unsupported magic methods
1.3.1
- #9 Fix exception message for callables containing objects
1.3.0
- #8 New parameter resolver:
TypeHintResolver
. Resolves parameters by matching type-hints to entries in the array of parameters provided.
1.2.0
#5 The logic that resolves callable from the container has been extracted in its own class: CallableResolver
.
That will allow to separately resolve callables and invoke them.
1.1.1
Improvements to exception messages
1.1.0
- #3: support
Class::method
syntax for callables (by @jdreesen)
1.0.1
Big performance improvements (up to 30% faster from my benchmarks and profiling), especially for the most common use cases.
1.0.0
Move the project to the PHP-DI organization
0.2.1
Added more specific exceptions allowing to catch them.
Also added Invoker::getContainer()
.