Releases: giraffe-fsharp/giraffe-template
Releases · giraffe-fsharp/giraffe-template
1.5.002
1.5.0
1.4.0
- Updated templates to .NET 7 and latest Giraffe
1.3.0
- 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
- Updated all templates to .NET 5 and Giraffe 5.0.0-rc-1
1.1.0
Changed all templates to make use of the passed in args
when composing the ASP.NET Core web host.
1.0.0
- 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 namedGiraffe
- 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 toExcludeTests
and inverted logic - Renamed
UsePaket
flag toPaket
so that the default abbreviation is-P
instead of-U
- Added new
Solution
flag, which determines if a complete solution withsrc
and (optional)tests
folder should get created or not. Default value is set tofalse
- Fixed build some warnings
For more information please visit the updated documentation regarding the latest template options of the Giraffe template.
0.20.0
- 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
- 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
- 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