Releases: fanoframework/fano
Releases · fanoframework/fano
v1.14.2
What is new?
- Fix issue where hidden dot files in document root can be downloaded when using
TStaticFilesMiddleware
. New behavior will cause HTTP 404 when such files are requested.
v.1.14.1
What is new
- Fix empty response bug when Fano web application using TFpHttpServer is compiled with FPC 3.0.4
v1.14.0
What is new
- Add explode() helper function to split string by delimiter
- Improve unit tests
v1.13.1
What is new
- add type alias to password-related validation rules
v1.13.0
What is new
- New form validation rule for password so that developers can set password rule, for example, a password at least 8 characters, with at least one lower case letter, one upper case letter, one digit character and one one symbol character.
v1.12.1
What is new?
This is bug fix release.
- Fix issue that cause Free Pascal 3.0.4 fails to compile Fano web application (See issue #25).
v1.12.0
What is new?
- Ability to use Indy Http server for http web application.
v1.11.0
What is new
- Add support for http web application using Free Pascal built-in http server,
TFpHttpServer
class.
- Add
TMaintenanceModeMiddleware
, middleware implementation to allow maintenance mode be applied to one or more routes instead of globally applied.
- Add
TSessionMiddleware
, a middleware implementation to allow session be applied to one or more routes instead of always globally applied to all routes.
v1.10.0
What is new
- Session middleware implementation to allow session applied only for one or more routes.