Skip to content

Releases: zzzprojects/html-agility-pack

v1.11.41

03 Feb 17:23
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlAttributeCollection: ICollection.Clear() and ICollection.Remove(HtmlAttribute) methods forget to update Hashitems #463

v1.11.40

14 Jan 16:54
Compare
Choose a tag to compare

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

02 Dec 17:54
Compare
Choose a tag to compare

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

10 Nov 01:26
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlWeb.Load not work correct #454 (Added option HtmlWeb.AutomaticDecompression)

v1.11.37

28 Sep 14:56
Compare
Choose a tag to compare

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

11 Aug 00:50
Compare
Choose a tag to compare

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

09 Aug 14:21
Compare
Choose a tag to compare

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

07 Jun 14:29
Compare
Choose a tag to compare

Download the library here

  • ADDED: Attributes without a value #439

v1.11.33

22 Apr 14:04
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlNode.GetAttributeValue(string name, bool def) not working in version 1.11.32 #437

v1.11.32

24 Mar 04:23
822aca3
Compare
Choose a tag to compare

Download the library here

  • ADDED: node.MoveChild and node.MoveChildren. When moving, a node will be appended and removed from the previous parent