All Versions
62
Latest Version
Avg Release Cycle
82 days
Latest Release
-

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 and AutoSelectedMarkupFormatter 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 from Configuration
  • v0.10.1 Changes

    January 07, 2019

    ๐Ÿš€ Released on Monday, January 7 2019.

    • โž• Added .NET Standard 1.3 target (#738)
    • ๐Ÿ›  Fixed missing reference to System.Encoding.CodePages (#740)
    • ๐Ÿ›  Fixed invalid context of OuterHtml parsing (#741)
  • 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
    • Prevent entity overflow (#716)
    • ๐Ÿ›  Fixed bug in URL parser (#711)
    • ๐Ÿ”ง Include setup to configure default HttpWebRequest (#700)
  • v0.9.10.0 Changes

    July 15, 2018
    • 0๏ธโƒฃ ColSpan default should be 1 (#689)
    • 0๏ธโƒฃ RowSpan default should be 1 (#688)
    • ๐Ÿ”ฆ Expose image source set via SourceSet.Parse (#682)
    • Implemented case insensitive attribute selector (#666)
    • ๐Ÿ›  Fixed invalid date in MemoryCookieProvider (#663)
  • v0.9.9.2 Changes

    March 12, 2018
    • Provided Tokenize extension method for TextSource (#636)
    • ๐ŸŽ Replaced Conditional Weak Table for performance gains (#637)
    • ๐Ÿ›  Fixed a bug for non-unicode characters to stop parsing (#590)
    • ๐Ÿ›  Fixed weird iframe behavior to self-load (#581)
  • 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) and word-breakword properties (#417)
    • โž• Added CSS text-align-last, text-anchor, and text-justify properties (#413)
    • โž• Added CSS stroke-* properties (#407, #409, #411)
    • ๐Ÿ– Handle compression in HTTP responses (#416)
    • Included StatusCode property in IDocument (#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)