Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.11.19
Download the library here
- ADDED: GetDataAttribute, GetDataAttributes, GetAttributes methods
v1.11.18
Download the library here
- FIXED: HtmlAttribute escaping #358
v1.11.17
Download the library here
- FIXED: Encoding is in CharacterSet for HTML #346
v1.11.16
Download the library here
- FIXED: HtmlNode.AddClass won't add "btn" if "btn-primary" is already added. #337
v1.11.15
Download the library here
- MERGED: add check on null for Openednodes dictionary, add unit test #331
- MERGED: [Draft] refactor Entitize method, use HtmlEncode, add unit tests #325 (with some changes)
- MERGED: Small perf optimization #332
v1.11.14
Download the library here
- MERGED: InternalInnerText string concatenation to StringBuilder.Append #334
v1.11.13
Download the library here
- MERGED: Remove unnecessary object initializations from HtmlNodeNavigator.Clone() #328
v1.11.12
Download the library here
- FIXED:
Script
and Style
only appears in InnerText
for head
, script
and style
tag #317
v1.11.11
Download the library here
- FIXED: HtmlNode.InnerText Not working properly (JS get Working normally) maybe a bug? #317
v1.11.10
Download the library here
- FIXED: Serialization doesn't support html encoding #316
- FIXED: HtmlNode.InnerText Not working properly (JS get Working normally) maybe a bug? #317