0.1.0-beta-200
Pre-release
Pre-release
dustinmoris
released this
08 Dec 00:41
·
93 commits
to master
since this release
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.)