Released on Friday, August 21 2026.
- Updated to complete DTD identity and reference validation semantics (#31)
- Improved preservation of CDATA sections as first-class DOM nodes (#30)
- Added the XML-specific
CDATAfactory (#29) - Added support for XML document metadata (#29)
- Added Canonical XML 1.1 and Exclusive XML Canonicalization 1.0 serialization (#34)
- Added XML Base,
xml:id, and inheritedxml:langconvenience semantics (#33) - Added optional XSD 1.0 document validation with diagnostics (#35)
Released on Friday, July 31 2026.
- Updated to use a minimum of AngleSharp 1.5
- Fixed serialization of self-closing in case of children (#27)
- Fixed namespace declaration processing (#22) @jbrayfaithlife
- Added optional DTD validation
Released on Sunday, January 15 2023.
- Updated to use AngleSharp 1.0
Released on Tuesday, May 31 2022.
- Updated to use AngleSharp 0.17
- Dropped .NET Framework 4.6
- Fixed parser ignoring IsKeepingSourceReferences (#16)
Released on Sunday, June 13 2021.
- Updated to use AngleSharp 0.16
Released on Thursday, April 22 2021.
- Dropped support for .NET Standard 1.3 target
- Fixed breaking parsing upon invalid syntax when suppressing errors (#14)
Released on Tuesday, March 31 2020.
- Added more overloads for
ToXmlandToMarkup - Allow transforming all empty elements to self closing tags
- Serialize self-closing tags correctly (#11)
- Updated the
IMarkupFormatterimplementations - Added shallow support for source link
- Support more target frameworks
Released on Friday, September 6 2019.
- Added
ToXmlandToMarkupextensions for the formatting
Released on Wednesday, May 15 2019.
- Binary version fix
- Placed
WithXmlin the AngleSharp namespace (#4)
Released on Thursday, May 2 2019.
- Reference latest AngleSharp
- Improved
InnerHtml/ XML fragment parsing (#1)
Released on Tuesday, February 12 2019.
- Initial release