Releases: Dhii/module-interface
Releases · Dhii/module-interface
0.3.0-alpha2
Fixed
- Revised ignore list for
git archive
. Dist now only contains what is necessary.
0.3.0-alpha1
Added
- Support for PHP 8.
- BC-breaking:
ModuleInterface#run()
now declaresvoid
return type.
0.2.0-alpha1
Changed
- Module
setup()
now returns aServiceProviderInterface
instance. - Module
run()
now requires theContainerInterface
argument. - Modules are no longer key-aware.
Removed
DependenciesAwareInterface
has been removed.ModuleFactoryInterface
has been removed.ModuleKeyAwareInterface
has been removed.
0.1
Stable release
Fixed
- Modules are now allowed to throw specialized exceptions.
0.1-alpha1
Initial version.