All Versions
56
Latest Version
Avg Release Cycle
82 days
Latest Release
331 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.14.0
March 31, 2020๐ Released on Tuesday, March 31 2020.
- Included context event
error
for error tracking (#698) - Extended the
IMarkupFormatter
for literal text (#821) - Extended the
IElementFactory
definition - ๐ Fixed an issue regarding n-th child for the
GetSelector
utility (#835) - โ Added explicit support for .NET 4.6.1 (#842)
- โ Added public constructor to
BrowsingContext
(#844) - ๐ฎ Force
IBrowsingContext
to beIDisposable
for cleanup purposes - ๐ Fixed missing
Media
property of stylesheets (#846) - ๐ Improved API of
IMarkupFormatter
(#858) - โจ Enhanced existing
IMarkupFormatter
instances to allow inheritance - โ Added default accepts header for standard document requests (#859)
- Included context event
-
v0.13.0
September 06, 2019๐ Released on Monday, August 26 2019.
- โ Removed the
TaskEventLoop
(#782) - 0๏ธโฃ Renamed
WithCookies
toWithDefaultCookies
- ๐ Fixed bubbling of
DOMContentLoaded
event (#789) - ๐ Fixed maximum recursion depth at query selector (#763)
- โ Added
MinifyMarkupFormatter
(#745) - โ Added
Prettify
andMinify
extension methods - ๐ Moved
hashchange
to be emitted onIWindow
- โ Added option to avoid consuming character references (#494)
- โ Added more pseudo elements for GCPM
- ๐ Fixed character position starting at normalized CRLF (#786)
- ๐ Improved setting
Href
inUrl
- ๐ Fixed crash for invalid attribute names during SVG parsing (#795)
- โ Added more punycode replacement characters on .NET Standard 1.3 (#797)
- โ Added use of correct hostname IDN on .NET Standard 2.0 and .NET Framework 4.6 (#797)
- โ Added ability to delay load in
Document
(#815)
- โ Removed the
-
v0.12.1
May 14, 2019๐ Released on Wednesday, May 15 2019.
- Binary version fix
- ๐ Updated documentation regarding AngleSharp.Js
-
v0.12.0
May 03, 2019๐ Released on Thursday, May 2 2019.
- โ Added
GetExtension
helper toMimeTypeNames
- ๐ Improved extension capability for document fragment parsing
- โ Added
Index
and more documentation toTextPosition
(#787) - โ Added ability to create a selector for an element (#784)
- โจ Enhanced documentation (#776, #774, #771)
- ๐ Fixed DOM name attribute in
AdjacentPosition
(#775) - ๐ Fixed bug regarding
set-cookie
header (#768) - โ Added attribute start position in token (#766)
- โ Added support for XML processing instruction (#761)
- ๐ Fixed serialization of xmlns attributes (#760)
- โ Added
ISourceReference
for source position retrieval (#754)
- โ Added
-
v0.11.0
February 12, 2019๐ Released on Monday, February 11 2019.
- ๐ Moved everything from
AngleSharp.Xml
to its own library (#139) - โ Added more examples regarding forms (#242)
- ๐ Moved
ISvgDocument
andAutoSelectedMarkupFormatter
to AngleSharp.Xml - ๐ Improved fragment parsing (#594)
- ๐ Fixed inconsistent behavior in fragment parsing (#741)
- ๐ Improved migration documentation (#743)
- ๐ Fixed internal bug in
link
resolution (#753) - โ Removed
SetDefault
function fromConfiguration
- ๐ Moved everything from
-
v0.10.0
January 05, 2019๐ Released on Friday, January 4 2019.
- โ Removed CSS parser from AngleSharp.Core (#139)
- ๐ Improvements to CSS selector evaluation (#352, #550)
- ๐ Fixed bug in
location.assign
(#496) - Introduced the concept of scope to selectors (#440)
- ๐ Improved the
IEntityProvider
(#442) - ๐ Fixed parsing the Cookie header (#431)
- ๐ Some fixes regarding attributes (#434)
- Pseudo-class
:has()
improvements (#439) - ๐ Allow underscores in URLs (#445)
- ๐ Improved XML namespace handling (#448)
- ๐ Fixed the insert method (#449)
- ๐ง Restructured services and configuration (#454)
- ๐ Fixed trailing comments bug (#459)
- ๐ง Make AngleSharp build on Linux (#460)
- Corrected "specifity" (#463)
- โก๏ธ Optimized node iteration allocations (#476)
- ๐ Improved cookie handling for path-dependent cookies (#477)
- โก๏ธ Optimized tag name allocations (#479)
- โก๏ธ Micro-Optimized
CharacterData.Append()
(#481) - ๐ Fixed culture-specific number parsing (#482)
- Fast resource dictionary lookup (#485)
- Introduced the
ISelectorVisitor
to get selector information (#487) - ๐ Fixed multi-threading element initialization bug (#489)
- Extended the attribute changed callback with
IAttributeObserver
(#491) - ๐ Fixed computation of
href
(#501) - General cookie handling improvements (#519, #548, #607, #702)
- Solved potential encoding issues in .NET Core (#534)
- ๐ Improved parsing of invalid HTML tags (#543)
- ๐ Improved the default requester (#572)
- โก๏ธ Updated parts to adhere to HTML 5.2 (#618)
- โ Added support for parsing
noframes
(#631) - ๐ Fixed build on Visual Studio 2017 (#679)
- โก๏ธ Updated to new csproj format (#713)
- ๐ Fixed parser mode selection w.r.t. templates (#735)
- Placed extensions close to their instances
- ๐ฆ Exposed the
ILinkRelationFactory
interface and default implementation - ๐ฆ Exposed the
IInputTypeFactory
interface and default implementation - ๐ Reordered events for requesters and parsers