Releases: statiqdev/Statiq.Web
Releases · statiqdev/Statiq.Web
1.0.0-alpha.20
- 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
- Added the new
Statiq.Web.props
file to abuildTransitive
folder in the package so it flows transitively to consumers.
1.0.0-alpha.18
- Bug fix for unclosed
<ItemGroup>
in the new props file (#909, thanks @drmathias).
1.0.0-alpha.17
- 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
- Updated Statiq Framework to version 1.0.0-beta.13.
- Added support for reading
themesettings.json
andstatiq.json
from the theme paths. - Added support for theme paths and configuring them via the bootstrapper and/or settings.
1.0.0-alpha.15
- 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
- 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
- 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
- Added a new
Bootstrapper.AddWeb()
extension to add Statiq Web functionality to an existing bootstrapper.