All Versions
62
Latest Version
Avg Release Cycle
82 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
๐ Released on ?
- โ Remove usage of CWT and introduce context info bag (#918)
-
v0.17.1 Changes
๐ Released on Thursday, June 2 2022
- ๐ Fixed wrong reference to
System.Text.Encoding.CodePages
(#1046) @linkdotnet
- ๐ Fixed wrong reference to
-
v0.17.0 Changes
๐ Released on Tuesday, May 31 2022
- โฌ๏ธ Dropped .NET Framework 4.6 (#960)
- โก๏ธ Updated GitHub actions logger (#1044) @Tyrrrz
- โก๏ธ Updated editorconfig to include code conventions (#1025) @kzrnm
- โก๏ธ Updated to use RFC1123Pattern format (#1018) @kzrnm
- ๐ Fixed some typos (#1043) @mavaddat
- ๐ Fixed inheritence of query parameters for fragment-only URLs (#1037)
- ๐ Fixed
Query
dependence onSearchParams
(#1024) @kzrnm - ๐ Fixed
Hash
andSearch
inUrl
(#1021) @kzrnm - ๐ Fixed behavior of
Url
with empty query (#1016) @kzrnm - โ Added option to parse custom elements in
head
(#1035) - โ Added option to prevent self-closing in
XhtmlMarkupFormatter
(#1031) @Aizeren - โ Added option to keep original attribute names / casing (#897)
-
v0.16.1 Changes
๐ Released on Wednesday, October 6 2021.
- ๐ Fixed
namespaceUri
parameters to allow nullable values when possible (#975) - ๐ Fixed mutation observer not connecting to document (#1001)
- โ Add missing
IHtmlPictureElement
to picture element (#978)
- ๐ Fixed
-
v0.16.0 Changes
๐ Released on Tuesday, June 8 2021.
- ๐ Moved
Url
fromAngleSharp
toAngleSharp.Dom
- โ Remove usage of CWT and introduce context info bag (#918)
- ๐ Fixed recursion depth of
FindDescendant
with configurable limit (#936) - ๐ Fixed
IAttr
to actually inherit fromINode
- โ Added ability to parse only the head from a stream (#966)
- โ Added new
UrlSearchParams
class (#970) - ๐ฆ Exposed
Url
class toURL
DOM API (#970)
- ๐ Moved
-
v0.15.0 Changes
๐ Released on Thursday, April 22 2021.
- โ Added
ToHtmlAsync()
extension method (#863) - โ Added
ParseFragment
overload usingStream
(#896) - โ Added
euc-kr
encoding (#928) - ๐ Fixed CSS attribute value comparison w.r.t. case sensitivity (#864)
- ๐ Fixed issue in the Heisenberg algorithm of the HTML5 parser (#893)
- ๐ Fixed issue with the strictness of broken char references in attribute values (#902)
- ๐ Fixed possible NRE in the markup formatters / attribute serialization (#903)
- ๐ Fixed
GetSelector
returning invalid ID selector (#909) - ๐ Fixed
GetSelector
returning duplicate element ids (#910) - ๐ Fixed possible NRE in media and
embed
elements withoutsrc
(#914) - โก๏ธ Updated CI/CD system to GitHub Actions (#942)
- โฌ๏ธ Dropped support for the .NET Standard 1.3 target (#944)
- โ Added
-
v0.14.0 Changes
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 Changes
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 Changes
May 14, 2019๐ Released on Wednesday, May 15 2019.
- Binary version fix
- ๐ Updated documentation regarding AngleSharp.Js
-
v0.12.0 Changes
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