Skip to content

Releases: giraffe-fsharp/Giraffe.Razor

1.0.0

09 Feb 00:47
Compare
Choose a tag to compare

Upgraded to latest Giraffe 1.0.0 release.

0.1.0-beta-310

21 Dec 08:34
Compare
Choose a tag to compare
0.1.0-beta-310 Pre-release
Pre-release

Upgraded to latest Giraffe 0.1.0-beta-6** release.

0.1.0-beta-300

12 Dec 17:26
Compare
Choose a tag to compare
0.1.0-beta-300 Pre-release
Pre-release

Upgraded to latest Giraffe 0.1.0-beta-5**, which has a new dependency on Giraffe.Tasks from NuGet.

New features

  • Added validateAntiforgeryToken http handler for verifying anti forgery tokens.

0.1.0-beta-200

08 Dec 00:41
Compare
Choose a tag to compare
0.1.0-beta-200 Pre-release
Pre-release

Breaking changes

  • Renamed the Giraffe.Razor.Engine module to RazorEngine and moved it under the namespace Giraffe.Razor. If you were using the renderRazorView function to render individual razor views then you have to change the function call to RazorEngine.renderView now.

(Most Giraffe users will probably not bet affected if they were using the razorView or razorHtmlView http handlers.)