Skip to content

Releases: zzzprojects/html-agility-pack

v1.13.0-beta1

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 30 Jun 00:44

Download the library here

FIXED: New nullable issue when on .net 9 #600 and Wrong compilation with nullability support #597 (A big thank to @r-Larch and his PR #596, all credits to him)


Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.12.4

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 03 Oct 14:42

Download the library here

ADDED: New property OriginalOuterLength for OuterLength is incorrect, refering to the reconstructed OuterHtml and not the original #602
FIXED: EndNode is not null for self-closing tags (documentation) #603
MERGED: Don't allocate AttributesCollection in HtmlNode unless needed #558
MERGED: Reduce need to call string.ToLower with proper comparisons #559


Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.12.3

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 15 Sep 20:58

Download the library here

FIXED: High memory usage in WriteAttribute #601
MERGED: Optimize HtmlNode.WriteAttribute #556
MERGED: Add non-boxing enumerator for HtmlNodeCollection #555


Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.12.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 20 Jul 18:35

Download the library here

FIXED: The library now target .NET7 instead of .NET8 to avoid all nullable annotations (#587, #594) issues
MERGED: IsOverlappedClosingElement: Incorrect Length Check for Minimal Tags #593
MERGED: Use Dictionary.TryGetValue to avoid double lookup #595


Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.12.1

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 15 Apr 16:34

Download the library here

  • FIXED: Wrong nullable attributes #587

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.12.0

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 10 Mar 14:30

Download the library here

  • FIXED: Dependency Vulnerability on System.Text.RegularExpressions #581
  • REMOVED: Support to .NET Standard 1.3 and .NET Standard 1.6 to fix #581 (we will evaluate if people are requesting it back)
  • ADDED: Support to .NET8 (All upcoming LTS will be added)

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.74

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 27 Feb 14:30

Download the library here

  • FIXED: Error with LoadFromWebAsync after v1.11.73 #586

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.73

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 25 Feb 14:39

Download the library here

  • MERGED: Fixes issues with colgroup and caption tags not being closed properly. Issues #584 and #583 (PR #585)
  • MERGED: Make LoadFromWebAsync honor the Timeout property. Fixes #580 (PR #582)

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.72

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 29 Dec 19:03

Download the library here

  • Added: AttributeValueQuote.InitialExceptWithoutValue to fix #575

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.71

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 11 Nov 20:56

Download the library here

  • MERGED: Pull Request - Fix AOT warning with HtmlNode.GetAttributeValue #573
  • ADDED: New option OptionEnableBreakLineForInnerText = true, when enabled the br tag will cause a break line for the InnerText

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions