Changelog
v1.3.0
Minor Changes:
- Added check in AbstractMiddleware::process() to ensure correct request handler type
Maintenance:
- Raised PHPStan rule level to 10
v1.2.1
Maintenance:
- Updated dependencies
- Added annotations, removed redundant type hints, and made classes final where appropriate
v1.2.0
Minor Changes:
- Added a
Warning
header to identify response messages from converted exceptions - Removed the option to provide an exit status to QueueRequestHandler::respond()
- Added Composer command for development tools (PHP Mess Detector, Psalm Taint Analysis)
Maintencance:
- Updated dependencies
v1.1.0
New Features:
- Extended documentation
Minor Changes:
- Added Composer commands for development tools (PHP_CodeSniffer, PHP-CS-Fixer, PHPStan, Psalm and phpDocumentor)
Maintencance:
- Updated dependencies
v1.0.1
Maintenance:
- Updated dependencies
v1.0.0
Initial Release