Skip to content

Commit

Permalink
Prep for new alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Jun 21, 2020
1 parent 821123b commit 71dfaae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

## 5.0.0-alpha-002

- Swapped Markdown docs for XML docs for all functions.
- Improved endpoint routing by deferring the creation of `RequestDelegate` functions.
- Added dependency to new `Giraffe.ViewEngine` package and re-introduced the `htmlView` and `WriteHtmlViewAsync` functions into Giraffe.
- Added support for complex model binding (see [#416](https://github.com/giraffe-fsharp/Giraffe/issues/416))

## 5.0.0-alpha-001

- Only supported target framework is .NET Core 3.1 (in preparation for .NET 5)
Expand Down
1 change: 0 additions & 1 deletion src/Giraffe/Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Giraffe</AssemblyName>
<Version>5.0.0-alpha-001</Version>
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
<Copyright>Copyright 2020 Dustin Moris Gorski</Copyright>
<Authors>Dustin Moris Gorski and contributors</Authors>
Expand Down

0 comments on commit 71dfaae

Please sign in to comment.