- Composer 2 compatibility.
- Update composer.json to require version 2 of laminas/laminas-dependency-plugin to be Composer 2 compatible.
- Nothing
- Nothing
- Nothing
- Nothing
- Updated package dependencies and php version.
- Nothing
- Nothing
- Nothing
- Nothing
- Laminas and Mezzio migration.
- Nothing
- Nothing
- Support
- Nothing
- [BC break] replaced delegate with handler
- after dispatch event now considers the event parameter
responseto return if the event listeners did not return a ResponseInterface directly
- Nothing
- Nothing
- Nothing
- Nothing
- throw a more appropriate error message in case controller was not initialized properly
- Nothing
- Nothing
- Nothing
- Nothing
- added the controller as dispatch event parameter
- controller event names
- new controller event
ControllerEvent::EVENT_CONTROLLER_AFTER_DISPATCHafter dispatching, which allows you to capture the returned response, and possible override the response generation
- Nothing
ControllerEvent::EVENT_CONTROLLER_DISPATCHrenamed toControllerEvent::EVENT_CONTROLLER_BEFORE_DISPATCH
- Nothing
- updated expressive helpers dependency to 4.0
- Nothing
- Nothing
- Nothing
- Nothing
- Updated factories to use PSR11 container
- Updated base controller classes to use PSR15 middleware
- Updated
UrlHelperPluginto use new version of expressive helpers
UrlHelperPluginnow supports the additionalUrlHelpergenerate parameters- Abstract controller added property
DelegateInterface$delegate, replacing the $next
- Nothing
- $next property from AbstractController(use $delegate instead)
- $response property from AbstractController
- Nothing
- Update php file headers doc blocks
- Nothing
- Nothing
- Nothing
Initial tagged release
- Everything
- Nothing
- Nothing
- Nothing