Releases: inphinit/teeny
Releases · inphinit/teeny
Version 0.3.1 👾
- Fixed
.htaccess
- Improved performance for Apache server
- Prevents the display of hidden files
- Removed
noslash
pattern .editorconfig
- Fixed Teeny::status() method
- Fixed route pattern
Version 0.3.0 ⚡
- Improved performance
- Simplified (and optimized) obtaining the current path (like PATH_INFO).
- Public files and scripts must be added to the
./public
folder. <...:nospace>
in named parameters now does not accept/
.- Fixed
Teeny::status()
method on PHP5.3
Version 0.2.11 👾
- Improved server command,
Teeny::exec()
auto-detects if using Built-in web server - Fixed parameters for files included via routes
- Improved
./server
andserver.bat
- Fixed document root in
./server
- Removed unnecessary
trim()
Changelog: 0.2.10...0.2.11
Version 0.2.10 👾
- Improved PHP8.1 support
- Improved server.bat
Version 0.2.9 👾
- Fixed issue in route paths with characters used in RegExp
- Rename
teeny.php
toTeeny.php
Version 0.2.8 ⚡
Great performance improvement compared to version 0.2.6 for routes with parameters.
Version 0.2.6 👾
Update teeny.php
Version 0.2.4 👾
Separate parameterized routes from normal routes for better performance
Version 0.2.3 👾
Support for "405 Method Not Allowed" on parameterized routes
Version 0.2.2 👾
Improved ErrorDocument