Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.11.38
10 Nov 01:26
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: HtmlWeb.Load not work correct #454 (Added option HtmlWeb.AutomaticDecompression)
v1.11.37
28 Sep 14:56
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: ClonedNode with attributes without quote (like ) becomes when written #450
Thank you a lot to @POFerro for his contribution
v1.11.36
11 Aug 00:50
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: Issue introduced with changes in v1.11.35
Thank you a lot to @POFerro for his contribution
v1.11.35
09 Aug 14:21
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: Attribute original name is not preserved after clone #443
FIXED: : Feature: Would be nice to have a way of preserving empty attributes #446
ADDED: Feature - Would be nice to have an option to set UseOriginalName to a default value #445
Thank you a lot to @POFerro for his contribution
v1.11.34
07 Jun 14:29
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: Attributes without a value #439
v1.11.33
22 Apr 14:04
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: HtmlNode.GetAttributeValue(string name, bool def) not working in version 1.11.32 #437
v1.11.32
24 Mar 04:23
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: node.MoveChild and node.MoveChildren. When moving, a node will be appended and removed from the previous parent
v1.11.31
03 Mar 04:33
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: node.OuterHtml Lose img element "/" #425
v1.11.30
24 Jan 16:27
Compare
Sorry, something went wrong.
No results found
Download the library here
DONE: Missing control over QuoteType used when outputting html #422
ADDED: htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.Initial; to keep the parse quote, double quote or none to attribute
ADDED: htmlDoc.GlobalAttributeValueQuote = AttributeValueQuote.None; to force to never add single quote or double quote to attribute
v1.11.29
16 Dec 16:09
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: OuterStartIndex as public property