Skip to content

Releases: zzzprojects/html-agility-pack

v1.11.20

19 Feb 19:34
Compare
Choose a tag to compare

Download the library here

  • FIXED: Duplicate id when setting it using HtmlNode.Id #374

v1.11.19

17 Feb 17:22
Compare
Choose a tag to compare

Download the library here

  • ADDED: GetDataAttribute, GetDataAttributes, GetAttributes methods

v1.11.18

23 Jan 20:57
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlAttribute escaping #358

v1.11.17

25 Nov 19:04
Compare
Choose a tag to compare

Download the library here

  • FIXED: Encoding is in CharacterSet for HTML #346

v1.11.16

06 Oct 14:36
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlNode.AddClass won't add "btn" if "btn-primary" is already added. #337

v1.11.15

01 Oct 13:40
227b51f
Compare
Choose a tag to compare

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

30 Sep 18:43
95782b8
Compare
Choose a tag to compare

Download the library here

  • MERGED: InternalInnerText string concatenation to StringBuilder.Append #334

v1.11.13

30 Sep 18:01
5a725a0
Compare
Choose a tag to compare

Download the library here

  • MERGED: Remove unnecessary object initializations from HtmlNodeNavigator.Clone() #328

v1.11.12

25 Jul 00:53
Compare
Choose a tag to compare

Download the library here

  • FIXED: Script and Style only appears in InnerText for head, script and style tag #317

v1.11.11

22 Jul 17:44
Compare
Choose a tag to compare

Download the library here

  • FIXED: HtmlNode.InnerText Not working properly (JS get Working normally) maybe a bug? #317