Skip to content

Releases: fanoframework/fano-cli

v1.13.3

11 Sep 23:09
Compare
Choose a tag to compare

Release v1.13.3

  • Fix bug when build Fano CLI from Windows using build.cmd script

v1.13.2

24 Mar 07:49
Compare
Choose a tag to compare

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

03 Jun 21:08
Compare
Choose a tag to compare

What is new

  • Minor bug fix wrong path when removing default html index page in docker

v1.13.0

14 May 23:13
Compare
Choose a tag to compare

What is new

  • Feature to generate required Dockerfile and docker-compose.yml so that Fano CLI generated project can be run with docker-compose up.

v1.12.1

24 Mar 08:07
Compare
Choose a tag to compare

What is new

This is minor bug fix release.

  • Fix minor typo in comment of generated app.pas.

v1.12.0

03 Jan 01:37
Compare
Choose a tag to compare

What is new?

  • Capability to scaffold http web application using Indy http server with command --project-indy.

v1.11.0

22 Nov 00:37
Compare
Choose a tag to compare

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

14 Sep 02:12
Compare
Choose a tag to compare

What is new

  • Improve Windows support.

v1.9.0

22 Jun 01:23
Compare
Choose a tag to compare

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 name defines.cfg.

v1.8.5

16 Jun 00:53
Compare
Choose a tag to compare

What is new

  • Fix issue when unit files in src/App directory of generated project can not be found by Free Pascal compiler.