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 declaresvoidreturn type.
0.2.0-alpha1
Changed
- Module
setup()now returns aServiceProviderInterfaceinstance. - Module
run()now requires theContainerInterfaceargument. - Modules are no longer key-aware.
Removed
DependenciesAwareInterfacehas been removed.ModuleFactoryInterfacehas been removed.ModuleKeyAwareInterfacehas been removed.
0.1
Stable release
Fixed
- Modules are now allowed to throw specialized exceptions.
0.1-alpha1
Initial version.