All Versions
62
Latest Version
Avg Release Cycle
82 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.0 Changes
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.1 Changes
January 07, 2019 -
v0.10.0 Changes
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
-
v0.9.11.0 Changes
November 22, 2018 -
v0.9.9.2 Changes
March 12, 2018 -
v0.9.9.1 Changes
January 03, 2018- 🛠 Fixed build (#566)
- 🛠 Several bugfixes (#587, see: #491, #406, #512, and #544)
- Memory improvement (#588)
- Corrected casing (#589)
- 🛠 Fixed wrong default for Url ports (#624)
- 🛠 Fixed behavior on empty string selectors (#601)
- 🛠 Fixed multiple slashes stackoverflow (#613)
- 🛠 Fixed parsing with initial comment (#610)
- 🛠 Fixed cookie time format handling (#599, #598)
- 🛠 Fixed stackoverflow when parsing (#570)
- 🎉 Initialize default
Request
content (#567)
-
v0.9.9.0 Changes
🚀 Released on Friday, October 7 2016.
- Attribute API refinements (#422)
- Cookies are now sent for all requests (#420)
- 🛠 Fixed DOM attribute name culture bug (#419)
- ➕ Added CSS
word-wrap
(overflow-wrap
) andword-breakword
properties (#417) - ➕ Added CSS
text-align-last
,text-anchor
, andtext-justify
properties (#413) - ➕ Added CSS
stroke-*
properties (#407, #409, #411) - 🖐 Handle compression in HTTP responses (#416)
- Included
StatusCode
property inIDocument
(#408) - 👌 Improved default event loop (#404)
- 🛠 Fixed invalid entity errors in XML (#401)
- ➕ Added HTML
mark
element (#399)
-
v0.9.8.1 Changes
🚀 Released on Saturday, September 10 2016.
- ➕ Added parsing callback (e.g., to retrieve line number) (#374)
- 🔦 Exposed the original
Source
in documents (#396) - 🛠 Fixed a crash during redirects for requesters (#394)
-
v0.9.8.0 Changes
🚀 Released on Saturday, September 3 2016.
- 👌 Improved the
HttpRequester
(#387) - Extended the
CookieContainer
(#385) - 🐛 Bug fixes for
ToCss()
(#382) - ➕ Added custom mime-type handling (#381)
- Transport cookie on page redirect (#368)
- Submit from Button (#354)
- Implemented document unloading (#339)
- Possibility to use strict mode (#336)
- Included sub-resource integrity (#308)
IHtmlCollection
helpers and API improvement (#293)- 🐎 General performance improvements (#390)
- 👌 Improved the