Skip to content

0.1.0-beta-200

Pre-release
Pre-release
Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 08 Dec 00:41
· 93 commits to master since this 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.)