1.0.0-beta.49
Pre-release
Pre-release
daveaglick
released this
14 Oct 01:20
·
109 commits
to main
since this release
- Breaking change: The
LinkGenerator
class is no longer static and now needs to be accessed through a newIExecutionState.LinkGenerator
orIExecutionContext.LinkGenerator
property. - Added the
cache
directory to the excluded list inStatiq.App.props
. - Fixed a bug with
DocumentFileProvider
and documents with a nullDestination
. - Fixed a bug in the Razor engine when run under .NET 6 RC runtimes (#204, thanks @phil-scott-78).
- Updated several dependencies (#199, #201, #202, thanks @devlead).
- Added the ability to cache Razor partials using new
CachedPartial()
andCachedPartialAsync()
HTML helpers. (#205)