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

Changelog History
Page 4

  • v0.8.7.0 Changes

    ๐Ÿš€ Released on Wednesday, July 15 2015.

    • ๐Ÿ“œ CSS parser more flexible
    • ๐Ÿ‘ Allow inline styles to be customized
  • v0.8.6.0 Changes

    ๐Ÿš€ Released on Wednesday, July 8 2015.

    • Owner's are now weakly referenced
    • ๐Ÿ“œ The CSS parser supports unknown parsing
    • ๐Ÿ›  Fixed several bugs in the CSS parser
    • ๐Ÿ›  Fixed some smaller issues
    • The AngleSharp.Linq namespace is now AngleSharp.Extensions
    • ๐Ÿ‘Œ Improved decoding algorithms
    • ๐Ÿ’… PrettyStyleFormatter for readable CSS output
    • ๐Ÿ’… IStyleFormatter with default CssStyleFormatter implementation
    • DocumentRequest static helpers (for GET and POST)
    • 0๏ธโƒฃ Default ICookieService implementation offered
  • v0.8.5.0 Changes

    ๐Ÿš€ Released on Wednesday, June 17 2015.

    • ๐Ÿ›  Fixed CSS property parsing
    • Implemented new CSS value converters
    • ๐Ÿ›  Fixed some cookie issues
    • ๐Ÿ”ง Made Configuration.Default available
    • ๐Ÿ”„ Changed some namespace assignments (e.g., ScriptOptions)
    • ๐Ÿ›  Fixed HtmlLinkElement issue
    • ๐Ÿ›  Fixed CSS twisted comment issue
  • v0.8.4.0 Changes

    ๐Ÿš€ Released on Wednesday, June 3 2015.

    • โž• Added ability to wait for outstanding requests
    • ๐Ÿ›  Fixed missing dashes in hostnames
    • ๐Ÿ”„ Changed CSS parser / tokenizer interaction
    • Reworked CSS value model
    • Extended IMarkupFormatter to serialize attributes
    • Included encoding service
    • ๐Ÿ›  Fixed BrowsingContext content from string loading
    • ๐Ÿ‘Œ Improved HTML parser performance
    • ๐Ÿ‘ Allow unknown properties in the CSSOM
  • v0.8.3.0 Changes

    ๐Ÿš€ Released on Wednesday, April 22 2015.

    • PrettyMarkupFormatter for readable output
    • โž• Add some missing ConfigureAwait(false) calls
    • Included virtual response callback for the context
    • โž• Add IHtmlDocument for completeness
    • ๐Ÿ“œ Reintegrated XmlParser (only non-validating)
    • ๐Ÿ”„ Changed Configuration to be immutable
    • All IConfiguration extensions return new object
    • ๐Ÿ›  Fixed smaller issues
  • v0.8.2.0 Changes

    ๐Ÿš€ Released on Wednesday, April 15 2015.

    • DocumentBuilder declared obsolete
    • ๐Ÿ›  Fixed bugs in DOM methods
    • โž• Added ToHtml() overloads with custom formatters
    • ๐Ÿ”„ Changed CSS value model
    • ๐Ÿ›  Fixed BOM in form submits
    • ๐Ÿ”„ Changed case of tags to mimic browsers
    • ๐Ÿ‘Œ Improved URL encoded form submission
    • ๐Ÿ‘Œ Improved CSS shorthand properties
    • ๐Ÿ›  Fixed Origin of Url
    • ๐Ÿ‘Œ Improved loading customization
    • Included IEventAggregator for events
    • ๐Ÿ›  Fixed several smaller bugs
  • v0.8.1.0 Changes

    ๐Ÿš€ Released on Tuesday, February 10 2015.

    • IsInvalid of Url corrected
    • ๐Ÿ“ฆ Included .NET 4 version in the NuGet package
    • ๐Ÿ“ฆ Included Silverlight version in the NuGet package
    • ๐Ÿ›  Fixed a few smaller bugs
  • v0.8.0.0 Changes

    ๐Ÿš€ Released on Monday, February 02 2015.

    • Major encoding improvements
    • โšก๏ธ DOM ranges are (weakly) connected and updated
    • Mutation callbacks are now included
    • ๐Ÿ“œ Implemented parsing keyframe selectors
    • CSS document (rule) functions are checked
    • CSS value model finished
    • HTMLObjectElement can be serviced
    • All CSS4 selectors included (excluding ||)
    • Small pseudo element integration
    • More services e.g. spellcheck available
    • Media features and CSS properties extended
    • HTML5 constraint form validation finished
    • ๐Ÿ‘ All HTML5 input types are supported
    • ๐Ÿ”„ Changed DOM namespace to Dom to fix naming
    • Finished Url implementation according to spec.
  • v0.7.0.0 Changes

    ๐Ÿš€ Released on Saturday, November 08 2014.

    • ๐Ÿ“œ Native (callback based) asynchronous parsing
    • Interfaces for resource loading defined
    • Browsing context available / creation possible
    • Extension methods to IConfiguration available
    • More attributes added
    • Namespace changes for the attributes
    • CSS property architecture finalized
  • v0.6.1.0 Changes

    ๐Ÿš€ Released on Thursday, August 21 2014.

    • ๐Ÿ›  Minor bug fixes
    • DOM Events
    • ๐Ÿ”ง Configuration improved
    • ๐ŸŽ Performance improvements
    • Url origin
    • Core algorithms changed [WHATWG]
    • Scripting and styling interfaces