1.2.0 Release
What's Changed
Implemented PSR-15-compliant request handlers, which replace request controllers.
Since these files are meant to handle one single action, their names must reflect their responsibility.
For this, we introduced a unified handler naming pattern used across the application:
HTTP Verb + Resource + Action + Extra (optional) + Handler
- Removed dotkernel/dot-controller and replaced with handlers by @MarioRadu in #33
- Update qodana_code_quality.yml by @arhimede in #34
- Issue #36: Removed
test-coverageComposer script by @alexmerlin in #37 - Documentation Remove "Configuration - First Run" by @Howriq in #38
- Run
PHPStanchecks onPHP 8.4as well by @alexmerlin in #40 - Issue #42: Refactored
PageHandlerto reflect naming standard. by @alexmerlin in #43 - Issue #44: Added full config for
dot-errorhandlerby @alexmerlin in #45 - Issue #46: Renamed
PageHandlerFactorytoGetPageViewHandlerFactoryby @alexmerlin in #47
New Contributors
Full Changelog: 1.1.1...1.2.0