Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.11.41
Download the library here
- FIXED: HtmlAttributeCollection: ICollection.Clear() and ICollection.Remove(HtmlAttribute) methods forget to update Hashitems #463
v1.11.40
Download the library here
- FIXED: Not all attributes are removed with Remove() if there are multiple attributes of the same name #461
- FIXED: Reuse HttpClient #459
v1.11.39
Download the library here
- FIXED: Re-added missing reference in
UAP
that has been removed in #274
- FIXED: When using LoadFromBrowser, a popup window appears if the content is in json. #457
v1.11.38
Download the library here
- FIXED: HtmlWeb.Load not work correct #454 (Added option
HtmlWeb.AutomaticDecompression
)
v1.11.37
Download the library here
- FIXED: ClonedNode with attributes without quote (like ) becomes when written #450
Thank you a lot to @POFerro for his contribution
v1.11.36
Download the library here
- FIXED: Issue introduced with changes in v1.11.35
Thank you a lot to @POFerro for his contribution
v1.11.35
Download the library here
- FIXED: Attribute original name is not preserved after clone #443
- FIXED:: Feature: Would be nice to have a way of preserving empty attributes #446
- ADDED: Feature - Would be nice to have an option to set UseOriginalName to a default value #445
Thank you a lot to @POFerro for his contribution
v1.11.34
Download the library here
- ADDED: Attributes without a value #439
v1.11.33
Download the library here
- FIXED: HtmlNode.GetAttributeValue(string name, bool def) not working in version 1.11.32 #437
v1.11.32
Download the library here
- ADDED:
node.MoveChild
and node.MoveChildren
. When moving, a node will be appended and removed from the previous parent