Skip to content

Releases: koriym/dii

0.6.0

Choose a tag to compare

@koriym koriym released this 05 Jun 08:13

Added

  • Koriym\Dii\InjectableModule: install it to bulk-bind every Injectable controller/command discovered in the given directories at compile time, so the bindings are AOP-compiled (#32). Already-bound classes are preserved, concrete subclasses of an injectable base are bound while abstract/non-instantiable classes are skipped, and a missing scan path throws Koriym\Dii\Exception\DirectoryNotFound during configuration.
  • Built-in Grapher cache (CacheInterface, FileCache, NullCache, GrapherCache) to boost performance without the doctrine/cache dependency (#24).

Changed

  • Injectable controllers/commands must now be bound explicitly via untargeted binding; the previous runtime auto-bind fallback was removed so missing bindings fail fast and are AOP-compiled (#24).
  • Support PHP 8.5 and ignore E_DEPRECATED so Yii deprecations do not fail the test suite (#24).
  • Split the Unit and Integration test suites in CI (#24).

0.5.0

Choose a tag to compare

@koriym koriym released this 09 Jun 05:59
6cde86f

What's Changed

  • Add Dii::registerAnnotationLoader() by @koriym in #28
  • Add Dii::registerSilentAutoLoader() by @koriym in #29
  • Support PHP 8.1, 8.2 and 8.3 by @koriym in #31

Full Changelog: 0.4.1...0.4.2

0.4.1

Choose a tag to compare

@koriym koriym released this 25 Jan 00:42
a0202cf

0.4.0

Choose a tag to compare

@koriym koriym released this 22 Jan 07:41
3894679
  • Add client loader #26

Thanks to the team at bengo4!

0.3.0

Choose a tag to compare

@koriym koriym released this 25 Dec 09:07
855f7cf

0.2.0

Choose a tag to compare

@koriym koriym released this 04 Dec 07:37
1e3fd2c

Thanks, @sun3bow @amashigeseiji @NaokiTsuchiya for the feedback!

0.1.2

Choose a tag to compare

@koriym koriym released this 27 Nov 05:13
32afe57

0.1.1

Choose a tag to compare

@koriym koriym released this 16 Nov 03:31
5198b3f

Fix #7

Thanks, @sun3bow!

0.1.0

Choose a tag to compare

@koriym koriym released this 02 Nov 04:13
1429ca6

Initial release