Skip to content

Releases: PHP-DI/Invoker

1.3.3

14 Jul 13:10
Compare
Choose a tag to compare

Performance improvement: #12

1.3.2

12 Jun 09:10
Compare
Choose a tag to compare

#11 Explicit exception message for unsupported magic methods

1.3.1

29 May 13:32
Compare
Choose a tag to compare
  • #9 Fix exception message for callables containing objects

1.3.0

20 Mar 17:50
Compare
Choose a tag to compare
  • #8 New parameter resolver: TypeHintResolver. Resolves parameters by matching type-hints to entries in the array of parameters provided.

1.2.0

22 Oct 19:50
Compare
Choose a tag to compare

#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

17 Sep 09:59
Compare
Choose a tag to compare

Improvements to exception messages

1.1.0

12 Sep 09:16
Compare
Choose a tag to compare
  • #3: support Class::method syntax for callables (by @jdreesen)

1.0.1

02 Sep 16:11
Compare
Choose a tag to compare

Big performance improvements (up to 30% faster from my benchmarks and profiling), especially for the most common use cases.

1.0.0

24 Apr 23:25
Compare
Choose a tag to compare
Move the project to the PHP-DI organization

0.2.1

01 Apr 07:57
Compare
Choose a tag to compare

Added more specific exceptions allowing to catch them.

Also added Invoker::getContainer().