Skip to content

Tags: json-api-dotnet/docfx

Tags

v2.78.4

Toggle v2.78.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update release workflow environment

v2.78.3

Toggle v2.78.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: search improvements (dotnet#10113)

* feat!: search improvements

* Make it opt-in via _searchIndexUseMetadata

---------

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

2.78.2

Toggle 2.78.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Skip header/footer rendering for cover page (dotnet#10416)

* fix: skip header/footer rendering for cover page

* test(snapshot): update snapshots 3d9aef5

---------

Co-authored-by: filzrev <filzrev@users.noreply.github.com>
Co-authored-by: Yufei Huang <yufeih@live.com>

v2.78.2

Toggle v2.78.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Skip header/footer rendering for cover page (dotnet#10416)

* fix: skip header/footer rendering for cover page

* test(snapshot): update snapshots 3d9aef5

---------

Co-authored-by: filzrev <filzrev@users.noreply.github.com>
Co-authored-by: Yufei Huang <yufeih@live.com>

2.78.1

Toggle 2.78.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump Verify.Xunit from 28.3.1 to 28.3.2 in the xunit gro…

…up (dotnet#10401)

Bumps the xunit group with 1 update: [Verify.Xunit](https://github.com/VerifyTests/Verify).


Updates `Verify.Xunit` from 28.3.1 to 28.3.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.3.1...28.3.2)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.78.1

Toggle v2.78.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump Verify.Xunit from 28.3.1 to 28.3.2 in the xunit gro…

…up (dotnet#10401)

Bumps the xunit group with 1 update: [Verify.Xunit](https://github.com/VerifyTests/Verify).


Updates `Verify.Xunit` from 28.3.1 to 28.3.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.3.1...28.3.2)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.78.0

Toggle v2.78.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump Verify.Xunit from 28.2.1 to 28.3.1 in the xunit gro…

…up (dotnet#10396)

Bumps the xunit group with 1 update: [Verify.Xunit](https://github.com/VerifyTests/Verify).


Updates `Verify.Xunit` from 28.2.1 to 28.3.1
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.2.1...28.3.1)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.77.0

Toggle v2.77.0's commit message

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

Toggle v2.76.0's commit message

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

Toggle v2.75.3's commit message
fix: clean up PDF command help options

fixes dotnet#9696