Skip to content

Releases: zzzprojects/html-agility-pack

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

v1.11.26

27 Oct 14:36
Compare
Choose a tag to compare

Download the library here

  • FIX: Added support to MaxDepth for InnerText: HtmlNode.InternalInnerText should have a level parameter passed in to it #413

v1.11.25

18 Oct 14:09
Compare
Choose a tag to compare

Download the library here

  • ADDED: Added option OptionXmlForceOriginalComment for OptionOutputAsXml adds spaces to comments when using InnerHtml #412

v1.11.24

30 May 18:59
8591f1d
Compare
Choose a tag to compare

Download the library here

  • FIXED: Remove redundant package references from .NET Standard 2.0. #392

v1.11.23

22 Mar 13:48
9c945a3
Compare
Choose a tag to compare

Download the library here

  • FIXED: StackOverflowException when retrieving document node on UWP platform #382

v1.11.22

23 Feb 15:48
9c945a3
Compare
Choose a tag to compare

Download the library here

  • MERGED: Improve Encapsulator #379

v1.11.20

19 Feb 19:34
Compare
Choose a tag to compare

Download the library here

  • FIXED: Duplicate id when setting it using HtmlNode.Id #374