Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.11.30
Download the library here
- DONE: Missing control over QuoteType used when outputting html #422
- ADDED:
htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.Initial;
to keep the parse quote, double quote or none to attribute
- ADDED:
htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.None;
to force to never add single quote or double quote to attribute
v1.11.29
Download the library here
- ADDED:
OuterStartIndex
as public property
v1.11.28
Download the library here
- FIX: stackoverflow exception when load pages has lots of nested
tags #415
v1.11.27
Download the library here
- FIX: Issue when
</br>
was considering like an ending tag (should be equivalent to <br>
)
- FIX: Issue when reading bad encoding that contains quote
v1.11.26
Download the library here
- FIX: Added support to MaxDepth for InnerText: HtmlNode.InternalInnerText should have a level parameter passed in to it #413
v1.11.25
Download the library here
- ADDED: Added option
OptionXmlForceOriginalComment
for OptionOutputAsXml adds spaces to comments when using InnerHtml #412
v1.11.24
Download the library here
- FIXED: Remove redundant package references from .NET Standard 2.0. #392
v1.11.23
Download the library here
- FIXED: StackOverflowException when retrieving document node on UWP platform #382
v1.11.22
Download the library here
- MERGED: Improve Encapsulator #379
v1.11.20
Download the library here
- FIXED: Duplicate id when setting it using HtmlNode.Id #374