Skip to content

Releases: PHP-DI/Invoker

2.3.4

08 Sep 09:25
33234b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

13 Dec 09:23
cd6d9f2
Compare
Choose a tag to compare

What's Changed

  • Switch condition order to support PHP 8 by @jdreesen in #42

Full Changelog: 2.3.2...2.3.3

2.3.2

30 Jul 15:06
5214cbe
Compare
Choose a tag to compare

#36, #37, #38, #40 Improve error messages for classes implementing __callStatic()

2.3.1

29 Jul 12:14
360efcf
Compare
Choose a tag to compare

#35 Allow psr/container v1|v2

2.3.0

15 Jan 10:26
Compare
Choose a tag to compare
  • Support functions with (non typed) variadic parameters #32
  • Add support for 'self' type hint #33
  • Solve PHP-DI/PHP-DI#746 (issue on PHP 8)

2.2.0

12 Oct 14:51
e08a7c8
Compare
Choose a tag to compare

Better PHP 8 support
Support PHP 7.1 nullable parameters
Support optional parameters before required ones (PHP-DI/PHP-DI#562)

2.1.0

01 Aug 15:39
Compare
Choose a tag to compare

PHP 8 compatibility

2.0.0

20 Mar 19:30
Compare
Choose a tag to compare

Compatibility with PSR-11 (which required a very small BC break)

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