Skip to content

Releases: zzzprojects/html-agility-pack

v1.6.1

16 Oct 14:15
Compare
Choose a tag to compare

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

09 Oct 21:07
Compare
Choose a tag to compare

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

23 Sep 19:56
Compare
Choose a tag to compare

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

19 Sep 20:30
Compare
Choose a tag to compare

Download the library here

FIXED: Wrong cache path with url ending with '' (Pull #75)

Thank you @cilerler for your contribution.

v1.5.6-beta3

19 Sep 20:11
Compare
Choose a tag to compare

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

13 Sep 15:11
Compare
Choose a tag to compare

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

12 Sep 22:56
Compare
Choose a tag to compare

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

07 Sep 17:20
Compare
Choose a tag to compare

Download the library here

FIXED: Built for UAP to any CPU (Issue #72 )

v1.5.3

06 Sep 18:43
Compare
Choose a tag to compare

Download the library here

FIXED: Missing Dependencies assemblie in NuGet package for .NET Standard 2.0

v1.5.2

05 Sep 22:54
Compare
Choose a tag to compare

Download the library here

ADDED: Version for NETStandard2_0
FIXED: RemoveAt throwing a null exception (Issue #70)