All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
1261 days ago

Changelog History

  • v1.11.28 Changes

    November 11, 2020

    ๐Ÿ“ฆ Download the library here

    • ๐Ÿ›  FIX: stackoverflow exception when load pages has lots of nested
      tags #415
  • v1.11.27 Changes

    November 07, 2020

    ๐Ÿ“ฆ 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 Changes

    October 27, 2020

    ๐Ÿ“ฆ 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 Changes

    October 18, 2020

    ๐Ÿ“ฆ Download the library here

    • โž• ADDED: Added option OptionXmlForceOriginalComment for OptionOutputAsXml adds spaces to comments when using InnerHtml #412
  • v1.11.24 Changes

    May 30, 2020

    ๐Ÿ“ฆ Download the library here

    • ๐Ÿ›  FIXED: Remove redundant package references from .NET Standard 2.0. #392
  • v1.11.23 Changes

    March 22, 2020

    ๐Ÿ“ฆ Download the library here

    • ๐Ÿ›  FIXED: StackOverflowException when retrieving document node on UWP platform #382
  • v1.11.22 Changes

    February 23, 2020

    ๐Ÿ“ฆ Download the library here

    • ๐Ÿ”€ MERGED: Improve Encapsulator #379
  • v1.11.21

    February 17, 2020
  • v1.11.20 Changes

    February 19, 2020

    ๐Ÿ“ฆ Download the library here

    • ๐Ÿ›  FIXED: Duplicate id when setting it using HtmlNode.Id #374
  • v1.11.19 Changes

    February 17, 2020

    ๐Ÿ“ฆ Download the library here

    • โž• ADDED: GetDataAttribute, GetDataAttributes, GetAttributes methods