Releases: giraffe-fsharp/Giraffe.Razor
Releases · giraffe-fsharp/Giraffe.Razor
5.1.0-rc-2
- Updated
Giraffe
dependency to5.0.0-rc-6
and changed fromTaskBuilder.fs
toPly
fortask
CEs.
5.1.0-rc-1
- Upgraded to .NET 5
- Added an overload to the
AddRazorEngine
extension method to set if existing file providers should be kept or cleared via thepersistFileProviders
flag.
5.0.0
4.0.0
Breaking changes & Bug fixes
- Fixed a bug around the
TempData
implementation to ensure that all previously stored data in theTempData
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
New features/Breaking changes
- Added a new parameter to the
razorView
,razorHtmlView
, andRazorEngine.renderView
functions to support aModelStateDictionary
.
2.0.0
New features/Breaking changes
- Added support for view data in the
razorView
andrazorHtmlView
http handlers
Improvements
- Upgraded to Giraffe 3.2.*
- Upgraded to latest TaskBuilder.fs
- Added
charset=utf-8
to theContent-Type
header when callingrazorHtmlView
1.3.0
Upgraded to Giraffe 2.0.0
and the latest ASP.NET Core 2.1.*
NuGet packages.
1.2.0
1.1.0
Upgraded Giraffe to 1.1.0
.
1.0.1
Fixed copyright date in NuGet package.