AngleSharp v0.14.0 Release Notes
Release Date: 2020-03-31 // 11 months ago-
๐ 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
Previous changes from v0.13.0
-
๐ 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