Skip to content

Releases: zzzprojects/html-agility-pack

v1.11.4

29 Apr 13:54
a884b1d
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlWeb.GetExtensionForContentType throws an exception on .NET Framework 4.5.2 #294
  • FIXED: HtmlWeb.LoadFromBrowser don't sets ResponseUri #295

v1.11.3

18 Apr 12:53
1d2c3a8
Compare
Choose a tag to compare

Download the library here

  • ADDED: OptionMaxNestedChildNodes option to specify a maximum number of nesting

v1.11.2

05 Apr 12:14
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlNode.LinePosition is not accurate for attributes #288

v1.11.1

25 Mar 16:08
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to .NET Framework 3.5

v1.11.0

19 Mar 20:38
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with missing ending tag
  • RENAMED: DisableBehavaiorTagP to DisableBehaviorTagP
  • FIXED: DisableBehaviorTagP should now always work even if the HtmlNode static constructor has been called.

v1.10.2

18 Mar 12:44
Compare
Choose a tag to compare

Download the library here

  • FIXED: Restore old IsImplicitEnd for P tag when DisableBehaviorTagP = false

v1.10.1

18 Mar 10:30
Compare
Choose a tag to compare

Download the library here

  • FIXED: Added all Implicit end logic for the P tag

v1.10.0

17 Mar 22:08
a68a1dc
Compare
Choose a tag to compare

Download the library here

  • BREAKING CHANGES: HtmlDocument.DisableBehavaiorTagP is now set to true by default. p tag will now act more like div and other tags. You can get the same behavior as before by setting this property to false.

v1.9.2

09 Mar 18:02
Compare
Choose a tag to compare

Download the library here

  • FIXED: Empty p elements will strip away the end tag #276

v1.9.1

28 Feb 18:40
Compare
Choose a tag to compare

Download the library here

  • FIXED: lib\uap10.0\HtmlAgilityPack.dll targets x86 #283