Releases: atrehhoff/framework
Releases · atrehhoff/framework
v10.0.3
v10.0.2
- \Core\Router no longer relies upon FileNotFound exception.
- Include type of thrown exception in logged errors.
- Remove PHPunit guard clause for silent fails in autoloader.
- Updated bundled documentation.
- Updates to tooling surrounding this framework.
Full Changelog: v10.0.1...v10.0.2
v10.0.1
- Added \Str::pos(); method.
- Rename HttpsRedirect to BaseurlRedirect.
- Updated typehints for class constants.
- Updated phpcs configuration to be compatible with newer PHP versions.
- Updated documentation.
Full Changelog: v10.0.0...v10.0.1
v10.0.0
- This release is backwards incompatible.
- Simplified \Controller constructor and dependencies.
- Updated unit tests to account for properties that have been moved.
- Moved constant TESTS_RUNNING from test suite to source code.
- AllowedContentType attribute renamed to RespondWith for easier glancing.
- Removed support for multiple themes, as feature was unused.
Note: This release prioritizes simplicity and removing
unused features and is therefore marked as incompatible
However the core concepts and structure stay the same.
Full Changelog: v9.2.3...v10.0.0
v9.2.3
Full Changelog: v9.2.2...v9.2.3
v9.2.2
Full Changelog: v9.2.1...v9.2.2
v9.2.1
- Maintenance release
- Coding standards fixes.
- Readability to CSP builder class.
- Fix formatting in some documentation.
Full Changelog: v9.2.0...v9.2.1
v9.2.0
- Removed the unused EventService class and moved event listener registration to \Bootstrap\Bootstrap
- Support for Content-Security-Policy header, strict by default.
- Updated Controller and Renderer classes to trigger events before rendering views.
- Documentation updated to reflect changes.
- Added test suite for CSP builder class.
- Bug- and performance fixes.
Full Changelog: v9.1.3...v9.2.0
v9.1.3
Full Changelog: v9.1.2...v9.1.3
v9.1.2
- Seperated entity cache from entity class.
Full Changelog: v9.1.1...v9.1.2