Statiq.Web Versions Save

Statiq Web is a flexible static site generator written in .NET.

v1.0.0-beta.50

1 year ago
  • Added a WebKeys.IgnoreInvalidXrefs setting to control whether invalid xrefs output a warning instead of a critical error.
  • Improved link validation in certain cases where links are escaped like mailto and unicode (#997, #998).
  • Updated Statiq Framework reference to version 1.0.0-beta.63.

v1.0.0-beta.49

1 year ago
  • Changed Statiq.Web.props to Statiq.Web.targets to resolve some import ordering bugs.
  • Updated Statiq Framework reference to version 1.0.0-beta.62.

v1.0.0-beta.48

1 year ago
  • Updated the included Statiq.Web.props to include default Statiq namespaces for use in .NET 6 projects with implicit usings.
  • Updated Statiq Framework reference to version 1.0.0-beta.61.

v1.0.0-beta.47

2 years ago
  • Fixed a regression with xref identification finding nested documents that shouldn't be considered (#988).

v1.0.0-beta.46

2 years ago

v1.0.0-beta.45

2 years ago
  • Breaking change: To make the distinction between normal beginning of file block comments in a C# file and front matter comments, front matter block comments in C# files must now use an extra dash like /*- and -*/.
  • Added support for more types of front matter delimiters in more places. For example, Razor files can now define front matter using Razor block comment syntax and a dash like @*- and -*@ at the beginning of a file. HTML files can now define front matter using <!--- and ---> at the beginning of a file (notice three or more - characters instead of two). The various front matter delimiters are also universal and can be used in any file (I.e. you can new use C-style front matter block comments in .css files).
  • Added FrontMatterRegexes and AdditionalFrontMatterRegexes settings to help customize the regular expressions used to find front matter.
  • Expanded xref lookup behavior to look in all relevant pipelines, not just the "content" pipeline (exclusions can be customized using the XrefPipelines and AdditionalXrefPipelines settings).
  • Updated Statiq Framework to version 1.0.0-beta.59.

v1.0.0-beta.44

2 years ago
  • Updated Buildalyzer to 4.1.0 which removes some dependencies on .NET Framework and resolves some package resolution problems.
  • Updated Statiq Framework to version 1.0.0-beta.58.

v1.0.0-beta.43

2 years ago
  • Added an additional shortcode processing phase after process templates are executed but before post-process templates are (for example, in between Markdown and Razor).
  • Increased the default GatherHeadingsLevel to two instead of just the first level of headings.
  • Performance improvements in the ValidateLinks analyzer (#982, thanks @phil-scott-78).
  • Updated Statiq Framework to version 1.0.0-beta.57.

v1.0.0-beta.42

2 years ago

v1.0.0-beta.41

2 years ago
  • Refactored GitHub error handling to try and better mitigate transient failures (rate limiting, abuse detection, etc.) (#974).
  • Fixed a regression when defining input paths via a setting (#978).
  • Updated Statiq Framework to version 1.0.0-beta.55.