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.
getRequestContentType
function to theIRequestService
interface to retrieve the content type used by the request
- Made
RequiredRequestMethod
andRequiredContentType
attributes repeatable
- Extraneous invalid parameter when throwing an exception
- Wrong variable used within the
RequiredRequestMethod
constructor
- Add tests for some of the services
- Support for additional configuration options for scripts and stylesheets
- Refactored most static classes as services
- Modernized session management
- Renamed the built-in
Status
route toAppStatus
for clarity
- Enabled strict types
- The unhandled exception handler now outputs full exception stack in accordance with the
response.full_errors
configuration directive
- Fixed some bugs within the database updater
- Incorrect Twig cache folder
friendsofphp/php-cs-fixer
andwikimedia/minify
as dev dependencies
- Reorganized files for a cleaner structure
- Syntax consistency
- Inlined minified static files (CSS / JS) to avoid having to serve them through the web server
- Updated jQuery to version 3.7.1 slim
- Initial release