Skip to content

Releases: giraffe-fsharp/giraffe-template

1.4.0

31 Aug 20:51
Compare
Choose a tag to compare
  • Updated templates to .NET 7 and latest Giraffe

1.3.0

09 Dec 21:46
Compare
Choose a tag to compare
  • Removed log filter
  • Improved default CORS policy
  • HTTPS redirection not during Development
  • Updated to Giraffe 5.0.0-rc-6 with Ply

1.2.0

26 Nov 22:32
Compare
Choose a tag to compare
  • Updated all templates to .NET 5 and Giraffe 5.0.0-rc-1

1.1.0

09 Aug 15:00
Compare
Choose a tag to compare

Changed all templates to make use of the passed in args when composing the ASP.NET Core web host.

1.0.0

28 Jun 10:13
Compare
Choose a tag to compare
  • Updated Giraffe to version 4.1.x
  • Set netcoreapp3.1 as default target framework
  • Upgraded all templates to use .NET Core's generic host
  • Updated Paket to use dotnet tools distribution
  • Fixed cyclic dependency issue when dotnet new giraffe is run from within a folder named Giraffe
  • Added paket.references files to *.fsproj files when -UsePaket is enabled
  • Creating a .sln file referencing the created projects as part of the template
  • Fixed bug where hyphens in project name caused builds to fail (e.g. dotnet new giraffe -n foo-bar)
  • Renamed IncludeTests flag to ExcludeTests and inverted logic
  • Renamed UsePaket flag to Paket so that the default abbreviation is -P instead of -U
  • Added new Solution flag, which determines if a complete solution with src and (optional) tests folder should get created or not. Default value is set to false
  • Fixed build some warnings

For more information please visit the updated documentation regarding the latest template options of the Giraffe template.

0.20.0

12 Nov 09:22
Compare
Choose a tag to compare
  • Added shebang and fixed shellcheck warnings
  • Updated Giraffe to version 3.4.x
  • Updated TestHost to version 2.1.x for test projects

0.19.0

17 Oct 08:39
Compare
Choose a tag to compare
  • Updated Giraffe to version 3.2.x
  • Updated Giraffe.Razor to version 2.0.x
  • Added TaskBuilder.fs as dependency to all templates

0.18.0

25 Aug 11:28
Compare
Choose a tag to compare
  • Updated all templates to latest Giraffe version
  • Updates all templates to .NET Core 2.1 apps
  • Updated paket to latest version
  • Fixed minor bugs with the generation of the None view engine template
  • Fixed line ending issue in *.sh files
  • Added post action to set read permissions to the build.sh file

0.17.0

24 Mar 16:40
Compare
Choose a tag to compare

Updated paket.exe to latest Paket release (fixes #12).

0.16.0

17 Feb 16:42
Compare
Choose a tag to compare

Updated all templates to use the latest Giraffe 1.1.* release.