Skip to content

Releases: giraffe-fsharp/Giraffe.Razor

5.1.0-rc-2

08 Dec 09:10
Compare
Choose a tag to compare
5.1.0-rc-2 Pre-release
Pre-release
  • Updated Giraffe dependency to 5.0.0-rc-6 and changed from TaskBuilder.fs to Ply for task CEs.

5.1.0-rc-1

06 Dec 22:04
Compare
Choose a tag to compare
5.1.0-rc-1 Pre-release
Pre-release
  • 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.

5.0.0

27 Jun 01:09
Compare
Choose a tag to compare
  • Dropped support for all .NET framework monikers except .NET Core 3.1 (in preparation for the .NET 5 release)
  • Added support for IModelMetadataProvider

4.0.0

19 Apr 22:23
Compare
Choose a tag to compare

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.

3.0.0

10 Feb 10:36
Compare
Choose a tag to compare

New features/Breaking changes

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

2.0.0

11 Oct 19:17
Compare
Choose a tag to compare

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

1.3.0

19 Aug 07:02
Compare
Choose a tag to compare

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

1.2.0

17 Apr 14:22
Compare
Choose a tag to compare

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

1.1.0

16 Feb 16:49
Compare
Choose a tag to compare

Upgraded Giraffe to 1.1.0.

1.0.1

09 Feb 00:54
Compare
Choose a tag to compare

Fixed copyright date in NuGet package.