Skip to content

1.2.0 Release

Choose a tag to compare

@alexmerlin alexmerlin released this 03 Mar 11:29
· 50 commits to 1.0 since this 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-coverage Composer script by @alexmerlin in #37
  • Documentation Remove "Configuration - First Run" by @Howriq in #38
  • Run PHPStan checks on PHP 8.4 as well by @alexmerlin in #40
  • Issue #42: Refactored PageHandler to reflect naming standard. by @alexmerlin in #43
  • Issue #44: Added full config for dot-errorhandler by @alexmerlin in #45
  • Issue #46: Renamed PageHandlerFactory to GetPageViewHandlerFactory by @alexmerlin in #47

New Contributors

Full Changelog: 1.1.1...1.2.0