Update dependency HtmlAgilityPack to 1.12.4#4
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
c7186ea to
71fb93d
Compare
71fb93d to
070cd00
Compare
070cd00 to
1ab4e13
Compare
1ab4e13 to
45e71bc
Compare
45e71bc to
4cddb86
Compare
4cddb86 to
555151f
Compare
555151f to
b6eded2
Compare
b6eded2 to
c08d25f
Compare
c08d25f to
4aa05b0
Compare
4aa05b0 to
b3acb5f
Compare
b3acb5f to
c66ad89
Compare
c66ad89 to
8c6a4d5
Compare
8c6a4d5 to
fd80528
Compare
fd80528 to
9db2982
Compare
9db2982 to
d420c3b
Compare
d52485a to
54c4056
Compare
54c4056 to
ee52c41
Compare
ee52c41 to
fd1d4b0
Compare
fd1d4b0 to
ff0190a
Compare
ff0190a to
c81ea3c
Compare
c81ea3c to
f0eee32
Compare
f0eee32 to
0532504
Compare
0532504 to
1d8d024
Compare
1d8d024 to
c9cc606
Compare
c9cc606 to
3d59267
Compare
3d59267 to
57c7481
Compare
57c7481 to
37f5424
Compare
37f5424 to
631ad02
Compare
631ad02 to
fcb41cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.23→1.12.4Release Notes
zzzprojects/html-agility-pack (HtmlAgilityPack)
v1.12.4Download the library here
ADDED: New property
OriginalOuterLengthfor OuterLength is incorrect, refering to the reconstructed OuterHtml and not the original #602FIXED: 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
v1.12.3Download 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
v1.12.2Download 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
v1.12.1Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.12.0Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.74Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.73Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.72Download the library here
AttributeValueQuote.InitialExceptWithoutValueto fix #575Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.71Download the library here
OptionEnableBreakLineForInnerText = true, when enabled thebrtag will cause a break line for theInnerTextLibrary Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.70Download the library here
OptionThreatCDataBlockAsCommenttoOptionTreatCDataBlockAsCommentLibrary Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.69Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.68Download the library here
OptionThreatCDataBlockAsCommentto thread the whole "CDATA" block as a single comment (Issue #571)Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.66Download the library here
Library Sponsored By
This library is sponsored by Entity Framework Extensions
v1.11.65Download the library here
OptionWriteEmptyNodesWithoutSpaceallows to write "empty node" without the additional spacev1.11.64Download the library here
v1.11.63Download the library here
v1.11.62Download the library here
v1.11.61Download the library here
v1.11.60Download the library here
v1.11.59Download the library here
DisableImplicitEnd. Whentrue, instead of implicitly ending a tag, they will explicitly be ended. (Doubleopen tags leave one
open even with option setted #538)
v1.11.58Download the library here
v1.11.57Download the library here
NOTE: This version has been removed from NuGet. It contained unintended breaking changes.
v1.11.56Download the library here
v1.11.55Download the library here
Microsoft.NETCore.UniversalWindowsPlatformfrom5.2.3to5.2.4System.Net.Httpfrom4.3.2to4.3.4v1.11.54Download the library here
v1.11.53Download the library here
v1.11.52Download the library here
v1.11.51Download the library here
v1.11.50Download the library here
v1.11.49Download the library here
v1.11.48Download the library here
v1.11.47Download the library here
v1.11.46Download the library here
v1.11.45Download the library here
v1.11.44Download the library here
v1.11.43Download the library here
v1.11.42Download the library here
v1.11.41Download the library here
v1.11.40Download the library here
v1.11.39Download the library here
UAPthat has been removed in #274v1.11.38Download the library here
HtmlWeb.AutomaticDecompression)v1.11.37Download the library here
Thank you a lot to @POFerro for his contribution
v1.11.36Download the library here
Thank you a lot to @POFerro for his contribution
v1.11.35Download the library here
Thank you a lot to @POFerro for his contribution
v1.11.34Download the library here
v1.11.33Download the library here
v1.11.32Download the library here
node.MoveChildandnode.MoveChildren. When moving, a node will be appended and removed from the previous parentv1.11.31Download the library here
v1.11.30Download the library here
htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.Initial;to keep the parse quote, double quote or none to attributehtmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.None;to force to never add single quote or double quote to attributev1.11.29Download the library here
OuterStartIndexas public propertyv1.11.28Download the library here
tags #415
v1.11.27Download the library here
</br>was considering like an ending tag (should be equivalent to<br>)v1.11.26Download the library here
v1.11.25Download the library here
OptionXmlForceOriginalCommentfor OptionOutputAsXml adds spaces to comments when using InnerHtml #412v1.11.24Download the library here
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.