Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Mar 8, 2022
1 parent 17bc617 commit d8f376d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- 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](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.59).

# 1.0.0-beta.44

Expand Down

0 comments on commit d8f376d

Please sign in to comment.