Skip to content

Releases: zzzprojects/html-agility-pack

v1.5.2

05 Sep 22:54
Compare
Choose a tag to compare

Download the library here

ADDED: Version for NETStandard2_0
FIXED: RemoveAt throwing a null exception (Issue #70)

v1.5.2-beta6

07 Aug 15:04
Compare
Choose a tag to compare

Download the library here

ADDED: Version for UWP Project (Issue #50)

v1.5.2-beta5

07 Aug 14:16
Compare
Choose a tag to compare

Download the library here

BREAKING CHANGES: Silverlight will no longer be supported (do not support shared project)
MOVED: All projects now use source in shared project
OBSOLETE: The Crc32 class are now been marked obsolete (Pull #57)
FIXED: The source tag has now the Empty attribute (Issue #63)

v1.5.2-beta4

02 Aug 19:53
Compare
Choose a tag to compare

Download the library here

FIXED: Form recognized as text node (Issue #45)
FIXED: Some DeadLock Issue in method (Issue #59)
FIXED: WindowsCodePage has been modified for CodePage (Issue #60)
FIXED: Null content type with .NET Standard

v1.5.2-beta3

22 Jul 15:33
Compare
Choose a tag to compare

Download the library here

FIXED: OL and LI nesting (Issue #46, Pull #47)
ADDED: Overload method with Uri for Issue #38

Thank you @MartinDemberger for your contribution with the Pull #47

v1.5.2-beta2

11 Jul 20:01
Compare
Choose a tag to compare

Download the library here

FIXED: HtmlWeb.Load + Caching option for .NET Standard (Issue #15)

v1.5.2-beta1

10 Jul 14:04
Compare
Choose a tag to compare

Download the library here

ADDED: CancellationToken for LoadFromWebAsync method (Issue #25)

v1.5.1

06 Jul 16:53
Compare
Choose a tag to compare

Download the library here

FIXED: CreateNode now return correctly "/r/n" node
FIXED: Attribute value DeEntitize (Issue #32) cause by the fix (#19). A new property has been added instead DeEntitizeValue to allow to retrieve easily the value instead.

v1.5.1-beta1

05 Jul 13:03
Compare
Choose a tag to compare

Download the library here

FIXED: CreateNode issue when text starts with a new line (Issue #28)

v1.5.0

02 Jul 15:05
Compare
Choose a tag to compare

Download the library here

FIXED: KeyNotFoundException with DeEntitize (Issue #27)
FIXED: Attribute.Value do not longer use DeEntitize (Issue #19)
REMOVED: System.Windows.Forms from reference (Reflection are now used instead)

Thank you @Bor1ss for your contribution (Pull #29 )