Skip to content

Releases: statiqdev/Statiq.Web

1.0.0-beta.60

09 Jan 22:22
Compare
Choose a tag to compare
1.0.0-beta.60 Pre-release
Pre-release
  • Added extra cache invalidation logic to ensure Sass/Scss files are invalidated whenever any other Sass/Scss files are changed since those are likely imports (#1019).
  • Added a new WebKeys.ChangedFiles setting to propagate the list of changed files when using the preview or serve command.
  • Updated Statiq Framework reference to version 1.0.0-beta.72.

1.0.0-beta.59

26 Sep 19:40
Compare
Choose a tag to compare
1.0.0-beta.59 Pre-release
Pre-release

1.0.0-beta.58

14 Jun 18:39
Compare
Choose a tag to compare
1.0.0-beta.58 Pre-release
Pre-release
  • Ensures feed title and description fallback to the site title and description if a feed-specific one was not provided (#1012).
  • Updated Statiq Framework reference to version 1.0.0-beta.70.

1.0.0-beta.57

08 Jun 15:44
Compare
Choose a tag to compare
1.0.0-beta.57 Pre-release
Pre-release

1.0.0-beta.56

06 Jun 12:31
Compare
Choose a tag to compare
1.0.0-beta.56 Pre-release
Pre-release

1.0.0-beta.55

23 May 13:40
Compare
Choose a tag to compare
1.0.0-beta.55 Pre-release
Pre-release
  • Added a new ServerFactory class in Statiq.Web.Hosting that makes it easier to set individual properties of the built-in Statiq preview server.
  • Added the ability to specify additional custom headers served by the Statiq preview server using one or more --custom-header name=value options on the command line.
  • Added the ability to specify additional content type mappings and/or custom headers for the preview server from settings using the ServerContentTypes and ServerCustomHeaders settings keys.

1.0.0-beta.54

24 Jan 18:03
Compare
Choose a tag to compare
1.0.0-beta.54 Pre-release
Pre-release
  • Fixed a bug in front matter regular expressions to ensure front matter is extracted when the delimiter is on the last line of the file.
  • Updated Statiq Framework reference to version 1.0.0-beta.66.

1.0.0-beta.53

29 Dec 20:05
Compare
Choose a tag to compare
1.0.0-beta.53 Pre-release
Pre-release
  • Added a new AdditionalInputFiles setting that can be used to explicitly include input files that would otherwise be excluded by the InputFiles setting such as underscore files.
  • Updated the NetlifyRedirects setting so that when true, any existing Netlify-style _redirects file will be output (underscore files are normally excluded by default).
  • Added a new NetlifyPrefixRedirects setting (true by default) that will automatically create redirect entries to files and folders that are prefixed with a specific value (^ by default) from requests without the prefix. This is helpful when needing to publish files or folder prefixed with a . since Netlify deployment doesn't support them (#1002).
  • Improved script injection behavior (I.e. for live reload support) when the HTML document deviates from standards (I.e. directly after Markdown rendering).
  • Updated Statiq Framework reference to version 1.0.0-beta.65.

1.0.0-beta.52

23 Dec 00:44
Compare
Choose a tag to compare
1.0.0-beta.52 Pre-release
Pre-release
  • Fixed a bug regarding published date vs. current date publishing items a day early (#1005).
  • Updated Statiq Framework reference to version 1.0.0-beta.64.

1.0.0-beta.51

02 Dec 15:59
Compare
Choose a tag to compare
1.0.0-beta.51 Pre-release
Pre-release
  • Fixed a bug with the default search script path when WebKeys.GenerateSearchIndex is true (#1001).