Releases: giraffe-fsharp/Giraffe.Razor
Releases · giraffe-fsharp/Giraffe.Razor
1.0.0
Upgraded to latest Giraffe 1.0.0
release.
0.1.0-beta-310
Upgraded to latest Giraffe 0.1.0-beta-6**
release.
0.1.0-beta-300
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
Breaking changes
- Renamed the
Giraffe.Razor.Engine
module toRazorEngine
and moved it under the namespaceGiraffe.Razor
. If you were using therenderRazorView
function to render individual razor views then you have to change the function call toRazorEngine.renderView
now.
(Most Giraffe users will probably not bet affected if they were using the razorView
or razorHtmlView
http handlers.)