Skip to content

Releases: zzzprojects/html-agility-pack

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

v1.11.31

03 Mar 04:33
Compare
Choose a tag to compare

Download the library here

  • FIXED: node.OuterHtml Lose img element "/" #425

v1.11.30

24 Jan 16:27
Compare
Choose a tag to compare

Download the library here

  • DONE: Missing control over QuoteType used when outputting html #422
  • ADDED: htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.Initial; to keep the parse quote, double quote or none to attribute
  • ADDED: htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.None; to force to never add single quote or double quote to attribute

v1.11.29

16 Dec 16:09
Compare
Choose a tag to compare

Download the library here

  • ADDED: OuterStartIndex as public property

v1.11.28

11 Nov 01:03
Compare
Choose a tag to compare

Download the library here

  • FIX: stackoverflow exception when load pages has lots of nested
    tags #415

v1.11.27

07 Nov 15:10
Compare
Choose a tag to compare

Download the library here

  • FIX: Issue when </br> was considering like an ending tag (should be equivalent to <br>)
  • FIX: Issue when reading bad encoding that contains quote