Skip to content

v2.5.0

Compare
Choose a tag to compare
@jasekiw jasekiw released this 24 Nov 18:05
· 44 commits to main since this release
d4036cc

What's Changed

  • Bump AngleSharp from 0.16.1 to 1.0.7. Only the IMarkupFormatter from AngleSharp is exposed as public api and that interface has not changed in that version jump so this should not cause any breakages for users.
  • Dependency Bumps for the Tests and Benchmark projects.
  • Fix race condition when running unit tests by @jasekiw in #374
  • Normalize all file line endings by @jasekiw in #365
  • Update benchmark project framework by @jasekiw in #351
  • Use correct framework by @kasperk81 #334
  • Update CI triggers to main branch by @martinnormark #332
  • Bug triage by @martinnormark #328
  • More efficient selector matching of all elements by @patrikwlund #326
  • Read text node instead of InnerHtml for CSS by @patrikwlund #325
  • Include a benchmark that sets all MoveCssInline() flags by @patrikwlund #324
  • Realistic benchmark by @patrikwlund #323
  • Decent optimizations for CssAttributeCollection by @patrikwlund #322

New Contributors

Full Changelog: v2.4.0...v2.5.0