Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AngleSharp
/
AngleSharp.Diffing
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
10
Star
41
Code
Issues
1
Pull requests
2
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Branch selector
devel
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 7, 2025
docs: Add changelog.md
linkdotnet
committed
6b880e4
View commit details
Copy full SHA for 6b880e4
Browse repository at this point
Commits on Dec 6, 2025
fix: change to using HasFlag for checking existing compare results
egil
committed
7713289
View commit details
Copy full SHA for 7713289
Browse repository at this point
fix: IgnoreComparer should check for CompareDcision.Difference
linkdotnet
authored and
egil
committed
d087475
View commit details
Copy full SHA for d087475
Browse repository at this point
Commits on Sep 15, 2025
docs: Update CHANGELOG for version 1.1.0
egil
committed
93c89c3
View commit details
Copy full SHA for 93c89c3
Browse repository at this point
ci: Upgrade build system to Nuke following AngleSharp ecosystem standards (#51)
Show description for c7f0efd
Copilot
and
egil
committed
c7f0efd
View commit details
Copy full SHA for c7f0efd
Browse repository at this point
feat: Unmatched `:ignore`'ed attributes does not contribute diffs
Show description for 52ee84e
RiRiSharp
authored and
egil
committed
52ee84e
View commit details
Copy full SHA for 52ee84e
Browse repository at this point
chore: Add comprehensive GitHub Copilot instructions for AngleSharp.Diffing development (#53)
Show description for 59863c5
Copilot
and
egil
committed
59863c5
View commit details
Copy full SHA for 59863c5
Browse repository at this point
Commits on Oct 14, 2024
release v1.0.0
Show description for 5694c9b
egil
committed
5694c9b
View commit details
Copy full SHA for 5694c9b
Browse repository at this point
Commits on Oct 13, 2024
ci: upgrade to anglesharp 1.1.2 and anglesharp.css.1.0.0-beta.144
egil
committed
1118b70
View commit details
Copy full SHA for 1118b70
Browse repository at this point
fix: code clean up, optimizing string comparison
egil
committed
ff580f8
View commit details
Copy full SHA for ff580f8
Browse repository at this point
fix: updated list of boolean attributes
egil
committed
0d16d87
View commit details
Copy full SHA for 0d16d87
Browse repository at this point
chore: enable all modern analyzers
egil
committed
32218fd
View commit details
Copy full SHA for 32218fd
Browse repository at this point
fix: allow diff:ignoreAttributes and diff:ignoreChildren to be used on an element at the same time
egil
committed
e6c2722
View commit details
Copy full SHA for e6c2722
Browse repository at this point
Commits on Jun 29, 2023
feat: changed CompareStrategy to return CompareResult
Show description for 7a0c5e1
SebastianStehle
and
egil
committed
7a0c5e1
View commit details
Copy full SHA for 7a0c5e1
Browse repository at this point
Commits on Mar 28, 2023
feat: changed CompareStrategy to return CompareResult
Show description for 370d44b
SebastianStehle
and
egil
authored
370d44b
View commit details
Copy full SHA for 370d44b
Browse repository at this point
Commits on Mar 17, 2023
Merge pull request #37 from AngleSharp/devel
Show description for e514267
egil
authored
e514267
View commit details
Copy full SHA for e514267
Browse repository at this point
Commits on Mar 5, 2023
fix: element comparer includes toggle to enforce check of closing tag
egil
committed
38875ff
View commit details
Copy full SHA for 38875ff
Browse repository at this point
refactor: clean up usings, switc to file scoped namespaces
egil
committed
6fb2ebe
View commit details
Copy full SHA for 6fb2ebe
Browse repository at this point
v.0.18.0 release
Show description for aa349ad
egil
authored
aa349ad
View commit details
Copy full SHA for aa349ad
Browse repository at this point
feat: Self closing comparer. (#32)
Show description for ee864f3
SebastianStehle
and
egil
authored
ee864f3
View commit details
Copy full SHA for ee864f3
Browse repository at this point
Commits on Feb 4, 2023
refactor: correct test names
egil
committed
d6dee90
View commit details
Copy full SHA for d6dee90
Browse repository at this point
Commits on Feb 3, 2023
Release 0.17.1
Show description for 1e4e5c5
egil
authored
1e4e5c5
View commit details
Copy full SHA for 1e4e5c5
Browse repository at this point
ci: update version number to latest release
egil
committed
5badf2e
View commit details
Copy full SHA for 5badf2e
Browse repository at this point
docs: update changelog
egil
committed
4349fd6
View commit details
Copy full SHA for 4349fd6
Browse repository at this point
fix: comparison of node names are case insensitive
Show description for 0ace0e3
egil
committed
0ace0e3
View commit details
Copy full SHA for 0ace0e3
Browse repository at this point
test: additional comment test cases for forward searching node matcher
egil
committed
3cbd08f
View commit details
Copy full SHA for 3cbd08f
Browse repository at this point
chore: code clean up and updated dependencies
egil
committed
5364783
View commit details
Copy full SHA for 5364783
Browse repository at this point
Commits on Mar 17, 2022
fix(breaking): Change Core.ComparisonSource.GetPathIndex() to return the Index inside ChildNodes instead of Children
Show description for 2880820
edxlhornung
authored
2880820
View commit details
Copy full SHA for 2880820
Browse repository at this point
Commits on Mar 15, 2022
feat: implementation of OrderingStyleAttributeComparer.cs
Show description for 498445d
SebastianStehle
authored
498445d
View commit details
Copy full SHA for 498445d
Browse repository at this point
Commits on Mar 14, 2022
build: update cake addin Cake.FileHelpers to v4.0.1
egil
authored
667b247
View commit details
Copy full SHA for 667b247
Browse repository at this point
build: pinned cake package versions
egil
authored
de139f4
View commit details
Copy full SHA for de139f4
Browse repository at this point
Commits on Sep 11, 2021
refactor: moved style comparison into dedicated method
egil
committed
aa216ef
View commit details
Copy full SHA for aa216ef
Browse repository at this point
fix: improved tests by adding CompareResult.Unknown to use as initial option
egil
committed
1c05199
View commit details
Copy full SHA for 1c05199
Browse repository at this point
Commits on Sep 8, 2021
Merge pull request #16 from AngleSharp/devel
Show description for 591529d
egil
authored
591529d
View commit details
Copy full SHA for 591529d
Browse repository at this point
Update CHANGELOG.md
egil
authored
5a95070
View commit details
Copy full SHA for 5a95070
Browse repository at this point
Previous
Next
You can’t perform that action at this time.