Skip to content

Releases: divineniiquaye/php-invoker

Release of v0.9.12

14 Mar 20:45
Compare
Choose a tag to compare
Fixed failing tests with PSR-11

Upgraded PSR-11 to v2.0

08 Mar 22:03
f77b095
Compare
Choose a tag to compare
v0.9.9

Upgraded psr/container from ^1.0 to ^1.1|^2.0

Release of v0.9.7

16 Feb 21:08
Compare
Choose a tag to compare
Fixed psalm issues

Release of v0.9.5

22 Jan 04:38
Compare
Choose a tag to compare
Fixed issues with PHP 8

Release of v0.9.4

15 Dec 06:01
Compare
Choose a tag to compare

Added

  • PHP 8 Support

Release of v0.9.3

31 Oct 14:45
Compare
Choose a tag to compare
Updated php docblocks for php invoker usage

Release of v0.9.1

11 Oct 06:57
Compare
Choose a tag to compare

Fixed

  • Fixed issues with string callables throwing exception on PSR-11 containers

Release of v0.9.0

05 Oct 22:12
Compare
Choose a tag to compare

Added

  • Added DivineNii\Invoker\Interfaces\ArgumentValueResolverInterface for DivineNii\Invoker\ArgumentResolver class

Changed

  • Split DivineNii\Invoker\ResolverChain class to under DivineNii\Invoker\ArgumentResolver sub-namespace
  • Renamed DivineNii\Invoker\ParameterResolver class and it's interface to DivineNii\Invoker\ArgumentResolver
  • Renamed DivineNii\Invoker\Invoker::getParameterResolver() method to DivineNii\Invoker\Invoker::getArgumentResolver()

Release of v0.1.2

15 Aug 14:23
b0f206c
Compare
Choose a tag to compare

Changed

  • Update CHANGELOG-0.x.md and CHANGELOG.md files

Fixed

  • Fixed broken links in README.md file

Release of v0.1.1

10 Aug 02:54
ddb9651
Compare
Choose a tag to compare

Added

  • Added over 90% tests coverage
  • Added CHANGELOG-0.x.md file for 0.1.x version updates
  • Added DivineNii\Invoker\ResolverChain class

Changed

  • Update commit (made major fixtures and changes)
  • Use composer v2 on travis test
  • Update README.md file
  • Update CHANGELOG.md file
  • Updated package description in composer.json file
  • Update phpstan.neon.dist file