Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.1] - 2024-11-23

Added

  • getRequestContentType function to the IRequestService interface to retrieve the content type used by the request

Improved

  • Made RequiredRequestMethod and RequiredContentType attributes repeatable

Fixed

  • Extraneous invalid parameter when throwing an exception
  • Wrong variable used within the RequiredRequestMethod constructor

[2.0.0] - 2024-10-02

Added

  • Add tests for some of the services
  • Support for additional configuration options for scripts and stylesheets

Changed

  • Refactored most static classes as services
  • Modernized session management
  • Renamed the built-in Status route to AppStatus for clarity

Improved

  • Enabled strict types
  • The unhandled exception handler now outputs full exception stack in accordance with the response.full_errors configuration directive

Fixed

  • Fixed some bugs within the database updater

[1.0.2] - 2024-07-13

Fixed

  • Incorrect Twig cache folder

[1.0.1] - 2024-07-10

Added

  • friendsofphp/php-cs-fixer and wikimedia/minify as dev dependencies

Improved

  • Reorganized files for a cleaner structure
  • Syntax consistency

Changed

  • Inlined minified static files (CSS / JS) to avoid having to serve them through the web server
  • Updated jQuery to version 3.7.1 slim

[1.0.0] - 2024-07-09

  • Initial release