Version | Change log |
Html Agility Pack 1.11.71 Nov 12, 2024 |
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 |
Html Agility Pack 1.11.70 Oct 25, 2024 | RENAMED: The option added in v1.11.67. |
Html Agility Pack 1.11.69 Oct 25, 2024 | FIXED: Added the right dll, the v1.11.68 was still containing the dll from v1.11.67 |
Html Agility Pack 1.11.68 Oct 23, 2024 | ADDED: OptionThreatCDataBlockAsComment to thread the whole "CDATA" block as a single comment (Issue #571) |
Html Agility Pack 1.11.67 Sep 30, 2024 | FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin. |
Html Agility Pack 1.11.66 Sep 22, 2024 | FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin. |
Html Agility Pack 1.11.65 Aug 31, 2024 |
ADDED: A new options OptionWriteEmptyNodesWithoutSpace allows to write "empty node" without the additional space FIXED: Attributes with spaces are not quoted if the attribute was loaded without quotes #568 |
Html Agility Pack 1.11.64 Aug 20, 2024 | MERGED: An attribute read without quotes is written without quotes even after the value has been set #565 |
Html Agility Pack 1.11.63 Aug 14, 2024 | MERGED: Add tfoot to appropriate fields in IsParentExplicitEnd |
Html Agility Pack 1.11.62 Jul 31, 2024 | MERGED: Review Attribute QuoteType Behavior vs InternalQuoteType fixes. |