Skip to content

Releases: Dhii/module-interface

0.3.0-alpha2

23 Aug 08:23
0e39f16
Compare
Choose a tag to compare
0.3.0-alpha2 Pre-release
Pre-release

Fixed

  • Revised ignore list for git archive. Dist now only contains what is necessary.

0.3.0-alpha1

14 Jan 19:22
Compare
Choose a tag to compare
0.3.0-alpha1 Pre-release
Pre-release

Added

  • Support for PHP 8.
  • BC-breaking: ModuleInterface#run() now declares void return type.

0.2.0-alpha1

10 Apr 14:29
Compare
Choose a tag to compare
0.2.0-alpha1 Pre-release
Pre-release

Changed

  • Module setup() now returns a ServiceProviderInterface instance.
  • Module run() now requires the ContainerInterface argument.
  • Modules are no longer key-aware.

Removed

  • DependenciesAwareInterface has been removed.
  • ModuleFactoryInterface has been removed.
  • ModuleKeyAwareInterface has been removed.

0.1

05 Nov 18:40
a4271f2
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Stable release

Fixed

  • Modules are now allowed to throw specialized exceptions.

0.1-alpha1

10 May 17:05
Compare
Choose a tag to compare
0.1-alpha1 Pre-release
Pre-release

Initial version.