Skip to content

v2.70.2

Compare
Choose a tag to compare
@yufeih yufeih released this 04 Sep 02:23
· 610 commits to main since this release
b24de1e

What's Changed

πŸŽ‰ New Features

  • feat: Support modern template localization by @yufeih in #9154
  • feat: Support language attribute on C# documentation comment by @yufeih in #9159

🐞 Bug Fixes

  • fix: TOC filter text not reset by @yufeih in #9125
  • fix: Make blockquote more obvious by @yufeih in #9130
  • fix: Remove document type template bundle warning by @yufeih in #9133
  • fix: Update msbuild.locator to 1.6.1 by @yufeih in #9153
  • chore: Change output html file encoding to UTF-8 (No BOM) by @filzrev in #9131

πŸš€ Performance Improvements

  • perf: Reduce dotnet tool NuGet package size by @filzrev in #9115
  • perf: Replace ArrayDictionary to ConcurrentDictionary by @filzrev in #9121
  • perf: Optimize read MIME operation by @filzrev in #9132
  • perf: Change JsonSerializerOptions instance to static by @filzrev in #9163

πŸ”§ Engineering

Full Changelog: v2.70.1...v2.70.2