Releases: fanoframework/fano-cli
Releases · fanoframework/fano-cli
v1.13.3
v1.13.2
What is new
- Improve middleware support in generated Fano project files using
TMwExecDispatcher
by default. This is to ensure that global middlewares are executed even when route does not exist. - Improve generated dockerfile for FastCGI, SCGI and uswgi protocol so that working directory is consistent.
v1.13.1
v1.13.0
v1.12.1
v1.12.0
v1.11.0
What is new
- New feature to scaffold http web application that is backed by Free Pascal built-in web server with command
--project-http
. - Improve information about
--stdout
in help which allows to output generated virtual host configuration to STDOUT thus avoid need for root privilege when execute deployment task.
v1.10.0
v1.9.0
What is new
- Add capability to add logger dependencies when create project using
--with-logger
parameter. - Improve help to allow view help of single task.
- Improve help by highlight on task name to make it easy to spot on help.
- Compiler defines in
build.cfg
in generated project now is moved to new file namedefines.cfg
.