Skip to content

Releases: fmasa/auto-di

2.0.0

23 Feb 16:06
Compare
Choose a tag to compare
  • Added support for nette/di 3.0
  • Dropped support for nette/di 2.x
  • The extension now throws exception when service definition does not register any services. The error can be suppressed by setting errorOnNotMatchedDefinitions to false (BC break)
  • Dropped support for PHP 7.0 and lower
  • Added typehints (BC break)

Please also note, that partial support of features provided by this package is now part of nette/di itself. if you are not sure what this means for this package, read my summary in README.

1.1

24 Dec 01:05
f738392
Compare
Choose a tag to compare
1.1
  • New registerOnConfiguration option to register services eariler in DI lifecycle (fixes #3)
  • Support for Robotloader ^3.0