Releases: chsxf/mfx
Releases · chsxf/mfx
2.0.0 - Big Refactor to Services
This version includes a huge refactor of many old-fashioned singleton managers to services, as well as many other improvements.
Here is the full changelog:
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 toAppStatus
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
Version 1.0.2 - Small bugfix release
Fixed
- Incorrect Twig cache folder
1.0.1
Added
friendsofphp/php-cs-fixer
andwikimedia/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