Skip to content

Latest commit

 

History

History
126 lines (68 loc) · 5.28 KB

File metadata and controls

126 lines (68 loc) · 5.28 KB

Changelog

1.2.0 - 2025-03-03

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.

Changed

Added

Deprecated

  • Nothing

Removed

  • Issue #27: Removed dotkernel/dot-controller and replaced with handlers by @MarioRadu in #33
  • Removed section "Configuration - First Run" from README.md by @Howriq in #38

Fixed

  • Nothing

1.1.1 - 2025-02-07

Changed

Added

Deprecated

  • Nothing

Removed

  • Issue #28: Removed dependency friendsofphp/proxy-manager-lts from composer.json by @alexmerlin in #29

Fixed

  • Nothing

1.1.0 - 2025-01-22

Changed

Added

Deprecated

  • Nothing

Removed

  • Issue #21: Replaced dotkernel/dot-twigrenderer with mezzio/mezzio-twigrenderer by @alexmerlin in #22

Fixed

1.0.1 - 2024-11-22

Changed

Added

Deprecated

  • Nothing

Removed

Fixed

  • Nothing

1.0.0 - 2024-10-03

Changed

Added

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing