Skip to content

Tags: AArnott/docfx

Tags

v2.77.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: Optimize CountWordInText (dotnet#10050)

* use SearchValues for special chars lookup on NET 8
* only allocate delimiter chars once
* ensure no closure allocations with static lambdas

v2.76.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert: downgrade playwright to 1.40.0

v2.75.3

fix: clean up PDF command help options

fixes dotnet#9696

v2.75.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update test snapshot (dotnet#9657)

v2.75.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Include API summary in <meta description> tag (dotnet#9611)

v2.75.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix japanese search (dotnet#9605)

* Fix japanease tinyseg deps

* Refactor import target suffix

* lint

---------

Co-authored-by: Yufei Huang <yufeih@live.com>

v2.74.1

chore: suppress CS1591 for test

v2.74.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Remove `NuGet.Frameworks` dependency from test projects (dotne…

…t#9276)

* chore: fix NuGet.Frameworks package version

* chore: remove NuGet.Frameworks dependency from test projects

* chore: update test sdk version

* chore: remove NuGet.config file that is used for NuGet.Frameworks

---------

Co-authored-by: Yufei Huang <yufeih@live.com>

v2.73.2

feat: add TOC order for toc_rel pick order (dotnet#9406)

v2.73.1

chore: update init to use _enableSearch