Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.6.1
Download the library here
PATCH
FIXED: Exception with LoadFromBrowser #89
FIXED: Double Escaping and ® When Using OptionOutputAsXml #83
FIXED: DOCTYPE Not Working With OptionOutputAsXml #82
v1.6.0
Download the library here
PATCH
FIXED: When Using OptionOutputOriginalCase and OptionOutputAsXml, Upper Case Tags Are Messed Up #85
FIXED: Strong name signing should be consistent across targets #86
FIXED: Missing XML documentation file
v1.6.0-beta1
Download the library here
FIXED: HtmlNode.innerText contains HTML comments from original markup #80
FIXED: ' html entity is not supported by HtmlEntity.DeEntitize #79
FIXED: StackOverflowException #78
FIXED: HAP does not fix nested anchors #53
v1.5.6-beta4
Download the library here
FIXED: Wrong cache path with url ending with '' (Pull #75)
Thank you @cilerler for your contribution.
v1.5.6-beta3
Download the library here
FIXED: Wrong cache path with url ending with '' (Pull #75)
FIXED: Attribute with null value (Issue #76)
Thank you @cilerler for your contribution.
v1.5.6-beta2
Download the library here
UNDO Breaking Change: The crc32 class has been reverse to public (as before v1.5.6-beta1) and marked CLSCompliant = false (Issue #42, Pull #57)
FIXED: Issue with '<' character following by space or some other characters that should not be considered as tag (Issue #73)
v1.5.6-beta1
Download the library here
BREAKING CHANGE: The crc32 class is now internal to be CLSCompliant (Issue #42, Pull #57)
ADDED: HtmlDocument.ParsedText (Issue #69)
Thank you @cptjazz for your contribution
v1.5.4
Download the library here
FIXED: Built for UAP to any CPU (Issue #72 )
v1.5.3
Download the library here
FIXED: Missing Dependencies assemblie in NuGet package for .NET Standard 2.0
v1.5.2
Download the library here
ADDED: Version for NETStandard2_0
FIXED: RemoveAt throwing a null exception (Issue #70)