Releases: carlosroberto555/expressphp
Releases · carlosroberto555/expressphp
Version 1.0.10
Fix svg mimetype
Version 1.0.9
- Bug fixes
Version 1.0.8 - Bug fix
Fix bug when add static content folder with index.html inside.
Now this behavior run as expected.
Version 1.0.7
Fix bug when route static has an index.html
Version 1.0.6
Serve index.html if children of path in ExpressPHP\Express::static()
Version 1.0.5
Bug fixes
- Fix url param matches when param name is similar to the other
Changes
- Code refactoring
- Remove lib
katzien/php-mime-typeto use native php function
Thank you @katzien for your enforcement, your lib was a dependency here a long time. You have achieved this lib, but we need to keep going, it's part of evolution. Best regards!
Version 1.0.4
Bug fixes
- Fix docs code
- Fix route param regex with any characters (except slash "/")
Version 1.0.3
- Fix route params path bug match
- Add comments, docs and examples
Version 1.0.2
- Fix warning
- Add test example files
- Start lib docs
- Change lib to minimum sable
Version 1.0.1
- Fix bug on create app
- Add test example and comments on code
TODO: Docs