Releases: zzzprojects/html-agility-pack
Releases · zzzprojects/html-agility-pack
v1.5.2
Download the library here
ADDED: Version for NETStandard2_0
FIXED: RemoveAt throwing a null exception (Issue #70)
v1.5.2-beta6
Download the library here
ADDED: Version for UWP Project (Issue #50)
v1.5.2-beta5
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
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
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
Download the library here
FIXED: HtmlWeb.Load + Caching option for .NET Standard (Issue #15)
v1.5.2-beta1
Download the library here
ADDED: CancellationToken for LoadFromWebAsync method (Issue #25)
v1.5.1
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
Download the library here
FIXED: CreateNode issue when text starts with a new line (Issue #28)
v1.5.0
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 )