Giraffe.Razor Versions Save

Razor view engine http handlers for Giraffe web applications.

v5.1.0-rc-2

3 years ago
  • Updated Giraffe dependency to 5.0.0-rc-6 and changed from TaskBuilder.fs to Ply for task CEs.

v5.1.0-rc-1

3 years ago
  • Upgraded to .NET 5
  • Added an overload to the AddRazorEngine extension method to set if existing file providers should be kept or cleared via the persistFileProviders flag.

v5.0.0

3 years ago
  • Dropped support for all .NET framework monikers except .NET Core 3.1 (in preparation for the .NET 5 release)
  • Added support for IModelMetadataProvider

v4.0.0

5 years ago

Breaking changes & Bug fixes

  • Fixed a bug around the TempData implementation to ensure that all previously stored data in the TempData dictionary is accessible as well as newly made changes are persisted going forward.

New features

  • Added an additional overload of AddRazorEngine which does not take any arguments, which supports Razor views from a class library.

v3.0.0

5 years ago

New features/Breaking changes

  • Added a new parameter to the razorView, razorHtmlView, and RazorEngine.renderView functions to support a ModelStateDictionary.

v2.0.0

5 years ago

New features/Breaking changes

  • Added support for view data in the razorView and razorHtmlView http handlers

Improvements

  • Upgraded to Giraffe 3.2.*
  • Upgraded to latest TaskBuilder.fs
  • Added charset=utf-8 to the Content-Type header when calling razorHtmlView

v1.3.0

5 years ago

Upgraded to Giraffe 2.0.0 and the latest ASP.NET Core 2.1.* NuGet packages.

v1.2.0

6 years ago

Added support for view folders (see #1, #3).

v1.1.0

6 years ago

Upgraded Giraffe to 1.1.0.

v1.0.1

6 years ago

Fixed copyright date in NuGet package.