- Updated to be compatible with php 8.3
- First check if method exists
- avoid a file injection vulnerability we only return file contents of file paths that start with the public dir and application/public
- use Throwable for ExceptionView instead of Exception
- remove session file for an empty session
- added CGIPassAuth in comment to .htaccess, needed when using HTTP authentication
- catch exception when routing invalid requests
- pass $isSecure to HttpFactory when creating a new request
- implemented "base" for file includes in routes.json
- cache route permissions
- log message when the view is rendered
- FileController catches invalid file requests like %5C
- README.md
- composer.json for 1.0