Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.5.0-beta90
v1.5.0-beta9
Download the library here
ADDED: Support to .NET Standard 1.3 (Issue #13)
ADDED: Node.AddClass (Issue #10)
ADDED: Node.RemoveClass (Issue #10)
ADDED: Node.ReplaceClass (Issue #10)
FIXED: Remove, RemoveAt method was not calling SetChanged (Issue #18)
FIXED: Issue with multiple EmptyTag not parsed correctly (Issue #16)
v1.5.0-beta8
v1.5.0-beta7
v1.5.0-beta6
v1.5.0-beta5
v1.5.0-beta4
Download the library here
FIXED: When ContentType is null or default, try to load as HTML a first time
v1.5.0-beta3
Download the library here
FIXED: p
tag not parsed correctly (Issue #1). A temporary option has been added DisableBehavaiorTagP
IMPORTANT: This option must be set before the first use of the library
HtmlAgilityPack.HtmlDocument.DisableBehavaiorTagP = true;
FIXED: Special Characters not correctly handled with Entitize (Issue #3)
// Was throwing a System.Collections.Generic.KeyNotFoundException before
var r = HtmlEntity.Entitize("\u009d");
v1.5.0-beta2
Download the library here
ADDED: Support to .NET Standard 1.6
ALL CREDITS for .NET Core support go to mysticmind and the branch he supported. Thank you!