1.0.0-alpha.8
Pre-release
Pre-release
- Adds
==
overloads toNormalizedPath
. - Adds a special
RenderSection()
toStatiqRazorPage
that renders default content if the section is not defined. - Renamed
IDocument.GetStream()
toIDocument.GetContentStream()
. - Renamed
IDocument.GetStringAsync()
toIDocument.GetContentStringAsync()
. - Renamed
IDocument.GetBytesAsync()
toIDocument.GetContentBytesAsync()
. - Added
IEngine.SerialExecution
and--serial
CLI argument to run pipelines and modules in serial (#58).