Skip to content

Releases: statiqdev/Statiq.Web

1.0.0-alpha.20

19 Jun 00:27
Compare
Choose a tag to compare
1.0.0-alpha.20 Pre-release
Pre-release
  • Added OutputPath setting so the output path can be set from the command-line or configuration file.
  • Added ExcludedPaths setting so excluded paths can be set from the command-line or configuration file.
  • Added InputPaths setting so input paths can be set from the command-line or configuration file.
  • Updated Statiq Framework to version 1.0.0-beta.16.

1.0.0-alpha.19

07 Jun 14:36
Compare
Choose a tag to compare
1.0.0-alpha.19 Pre-release
Pre-release
  • Added the new Statiq.Web.props file to a buildTransitive folder in the package so it flows transitively to consumers.

1.0.0-alpha.18

07 Jun 14:07
Compare
Choose a tag to compare
1.0.0-alpha.18 Pre-release
Pre-release
  • Bug fix for unclosed <ItemGroup> in the new props file (#909, thanks @drmathias).

1.0.0-alpha.17

06 Jun 20:38
Compare
Choose a tag to compare
1.0.0-alpha.17 Pre-release
Pre-release
  • Added a IncludeInSitemap setting to control whether a document should be included in the sitemap (#907, thanks @drmathias).
  • Fixed a bug that required feed items to have URI IDs when the specification indicates they can also be arbitrary strings (#906).
  • Added a props file to the Statiq.Web package to automatically set the default theme, extensions, and archetypes MSBuild props.
  • Updated Statiq Framework to version 1.0.0-beta.14.
  • Added a GatherHeadingsLevel key that can be used to adjust the headings level when gathering headings globally or per-document (#904).

1.0.0-alpha.16

26 May 02:25
Compare
Choose a tag to compare
1.0.0-alpha.16 Pre-release
Pre-release
  • Updated Statiq Framework to version 1.0.0-beta.13.
  • Added support for reading themesettings.json and statiq.json from the theme paths.
  • Added support for theme paths and configuring them via the bootstrapper and/or settings.

1.0.0-alpha.15

20 May 20:30
Compare
Choose a tag to compare
1.0.0-alpha.15 Pre-release
Pre-release
  • Added redirect support.
  • Added deployment support for Azure App Service.
  • Added deployment support for Netlify.
  • Added deployment support for GitHub Pages.
  • Added Enumerate support to data files.

1.0.0-alpha.14

18 May 02:33
Compare
Choose a tag to compare
1.0.0-alpha.14 Pre-release
Pre-release
  • Added support for directory metadata for data files.
  • Added support for front matter in data files.
  • Added support for sidecar files as _[filename].[json|yaml].
  • Added ProcessSidecarFiles setting to turn sidecar files off.
  • Added ApplyDirectoryMetadata setting to turn directory metadata off.
  • Added better xref error messages.

1.0.0-alpha.13

15 May 01:46
Compare
Choose a tag to compare
1.0.0-alpha.13 Pre-release
Pre-release
  • Fixed a bug in the preview command that exited on failures.
  • Changed preview server to listen to any hostname/IP on the specified port (this allows use from services like Gitpod).
  • Renamed the root namespaces of the extension libraries brought over from Statiq Framework to match new project names.

1.0.0-alpha.12

07 May 14:33
Compare
Choose a tag to compare
1.0.0-alpha.12 Pre-release
Pre-release
  • Added a new Bootstrapper.AddWeb() extension to add Statiq Web functionality to an existing bootstrapper.

1.0.0-alpha.11

07 May 02:16
Compare
Choose a tag to compare
1.0.0-alpha.11 Pre-release
Pre-release
  • Changed resource mirroring to be opt-in instead of opt-out (you now need to set MirrorResources to true to enable) (#896).
  • Fix to filter tree placeholder pages out of the Sitemap pipeline (#895).