Skip to content

Releases: zzzprojects/html-agility-pack

v1.11.61

30 Apr 16:37
Compare
Choose a tag to compare

Download the library here

  • FIXED: Set PackageLicenseExpression on nuget #544
  • FIXED: Modify a #text node name causes a StackOverflowException #548

v1.11.60

27 Mar 19:18
Compare
Choose a tag to compare

Download the library here

  • FIXED: Performance optimization with Avoid creating new strings when parsing PcData #541
  • FIXED: The html rendering result is different from the html output result when we have two unclosed tbody tags #540

v1.11.59

14 Feb 18:05
Compare
Choose a tag to compare

Download the library here

  • ADDED: The option DisableImplicitEnd. When true, instead of implicitly ending a tag, they will explicitly be ended. (Double

    open tags leave one

    open even with option setted #538)

v1.11.58

29 Jan 05:33
Compare
Choose a tag to compare

Download the library here

  • UNDO: Fix added in v1.11.57 #529
  • FIX: The html rendering result is different from the html output result when tbody is added inside unclosed th #530

v1.11.57

22 Dec 20:05
Compare
Choose a tag to compare

Download the library here

  • FIXED: The html rendering result is different from the html output result #529

NOTE: This version has been removed from NuGet. It contained unintended breaking changes.

v1.11.56

21 Dec 02:39
Compare
Choose a tag to compare

Download the library here

v1.11.55

13 Dec 18:14
Compare
Choose a tag to compare

Download the library here

  • FIXED: Fix copyright symbol encoding; force UTF-8-BOM encoding for C# files #526
  • FIXED: Inconsistent comment rendering #525
  • UPDATED: Due to package vulnerability (#527)
    • Microsoft.NETCore.UniversalWindowsPlatform from 5.2.3 to 5.2.4
    • System.Net.Http from 4.3.2 to 4.3.3

v1.11.54

03 Oct 22:42
Compare
Choose a tag to compare

Download the library here

  • FIXED: Trailing slash on void element becomes part of the attribute name #514

v1.11.53

09 Sep 15:07
Compare
Choose a tag to compare

Download the library here

  • ADDED: Custom error when a scenario similar happens: Stackoverflow when using ReplaceChild #513

v1.11.52

23 Aug 14:10
Compare
Choose a tag to compare

Download the library here

  • FIXED: Setting InnerHtml does not assign OwnerDocument to new nodes correctly #512