Skip to content

28.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Feb 06:20
· 7 commits to main since this release
  • #524 Re-instate preserving of line endings
  • #717 Add support for expressive code in snippets
  • #719 Implement web-snippets
  • #720 Include snippet indentation in output.
  • #724 Fix round-tripping of web-snippet and add optional linking to alternate source file
  • #726 detect newlines from git attributes and editor config
  • #727 Missing stringbuilder return to cache
  • #728 Fix file attrbutes not being set
  • #729 Better Missing Closing Comment handling
  • #730 Use HashSet for invalid filename characters
  • #731 Better perf for TOC link generation
  • #732 FileFinder separate sort+allocate operations
  • #733 Remove unnecessary ToList() call on MissingSnippets
  • #734 Refactor line removal logic in RemoveUntilMatch
  • #735 Optimize ScrubPath to remove slashes efficiently
  • #736 Optimize path separator removal in SnippetExtensions
  • #737 Use more spans
  • #738 Use frozen collections for improved performance