Skip to content

1.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@daveaglick daveaglick released this 09 Oct 02:29
  • Adds == overloads to NormalizedPath.
  • Adds a special RenderSection() to StatiqRazorPage that renders default content if the section is not defined.
  • Renamed IDocument.GetStream() to IDocument.GetContentStream().
  • Renamed IDocument.GetStringAsync() to IDocument.GetContentStringAsync().
  • Renamed IDocument.GetBytesAsync() to IDocument.GetContentBytesAsync().
  • Added IEngine.SerialExecution and --serial CLI argument to run pipelines and modules in serial (#58).