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
OuterHtmlparsing (#741)
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
ISelectorVisitorto 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
ILinkRelationFactoryinterface and default implementation - Exposed the
IInputTypeFactoryinterface and default implementation - Reordered events for requesters and parsers
Released on Friday, November 23 2018.
- Prevent entity overflow (#716)
- Fixed bug in URL parser (#711)
- Include setup to configure default
HttpWebRequest(#700)
Released on Sunday, July 15 2018.
ColSpandefault should be 1 (#689)RowSpandefault should be 1 (#688)- Expose image source set via
SourceSet.Parse(#682) - Implemented case insensitive attribute selector (#666)
- Fixed invalid date in
MemoryCookieProvider(#663)
Released on Tuesday, March 13 2018.
- Provided
Tokenizeextension method forTextSource(#636) - Replaced Conditional Weak Table for performance gains (#637)
- Fixed a bug for non-Unicode characters to stop parsing (#590)
- Fixed weird
iframebehavior to self-load (#581)
Released on Wednesday, January 3 2017.
- Fixed build (#566)
- Several bugfixes (#587, see: #491, #406, #512, and #544)
- Memory improvement (#588)
- Corrected casing (#589)
- Fixed wrong default for
Urlports (#624) - Fixed behavior on empty string selectors (#601)
- Fixed multiple slashes stack overflow (#613)
- Fixed parsing with initial comment (#610)
- Fixed cookie time format handling (#599, #598)
- Fixed stack overflow when parsing (#570)
- Initialize default
Requestcontent (#567)
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-breakwordproperties (#417) - Added CSS
text-align-last,text-anchor, andtext-justifyproperties (#413) - Added CSS
stroke-*properties (#407, #409, #411) - Handle compression in HTTP responses (#416)
- Included
StatusCodeproperty inIDocument(#408) - Improved default event loop (#404)
- Fixed invalid entity errors in XML (#401)
- Added HTML
markelement (#399)
Released on Saturday, September 10 2016.
- Added parsing callback (e.g., to retrieve line number) (#374)
- Exposed the original
Sourcein documents (#396) - Fixed a crash during redirects for requesters (#394)
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)
IHtmlCollectionhelpers and API improvement (#293)- General performance improvements (#390)
Released on Sunday, July 17 2016.
- Fixed some bugs (#343, #325, #341, #347, #355, #358)
- Improved cookie handling (#280, #274, #365)
- Added a document factory (#331)
EventNames,AttributeNamesand others are available (#330)- Allow setting the active document (#281)
- Improved Xamarin.iOS build (#85)
- Changed service API slightly (#157)
- Enhanced CoreCLR support (#270, #362)
Released on Thursday, May 5 2016.
- Fixed some bugs (#304, #295, #286)
- Provide XHTML markup formatter (#128, #313)
- Dropped the
IEventAggregator(#156) - Allow custom selector factories (#182, #233)
- Open
TagNames(#252) - Internal cosmetics and improvements (#279, #300)
- Execute dynamically added scripts (#287)
- Property declarations of CSS rules can be modified (#297)
- Allow saving HTML DOM to a stream using
ToHtml(#249) - React to attributes containing event handlers (#190)
Released on Wednesday, March 16 2016.
- Fixed some bugs (#282, #273, #266, #260, #256, #250, #243, #234, #230, #229, #223, #208)
- Added missing
bottomCSS property (#253) - Invalid indices throw now exceptions (#232)
- Provide new
dotnettarget (#271) - Changed behavior of
OpenAsyncto wait for resources (#158) - Added a set of extension methods for index-related selectors (#183)
- Redesigned the request pipeline (#189)
- Added extension method for submitting forms (#218)
Styleis now available atIElementlevel (#193)- Enhanced to distinguish between the stylesheet types (#191)
- Included extension methods to improve CSSOM modifications (#205)
Released on Wednesday, December 30 2015.
- Added the link relation factory (#174)
- Fixed a bug related to
document.write(#173) - Delay document loading for resources (#178)
- Improved HTTP requester performance (#194)
- Added HTML imports (#179)
- Include CSS color enhancements (#176)
- Enhanced encoding with multibyte characters (#210, #212)
- Use common
CssNodeas root (#145) - Added
Attrextension method (#199)
Released on Thursday, October 8 2015.
- Important bugfixes (#160, #161, #162, #165, #170)
- XML parser enhancements
- Ability to provide custom entities
- Fixed
CompareDocumentPosition(#168)
Released on Thursday, September 24 2015.
- Some bugfixes (#150)
- XML parser enhancement (#144)
- JSON form submission (#126)
- Changed license to MIT
- Provide flex hex parsing (
Color)
Released on Wednesday, September 9 2015.
- Content of
iframecan be set - Default
IEventLoopprovided - Improved the
HttpRequester - Fixed obtaining ext. stylesheets without CSS
- Added option to filter requests
- Parse CSS Unicode escapes
Released on Wednesday, August 27 2015.
- Implemented
srcsetattribute - Implemented
pictureelement - Made Shadow DOM API spec. draft available
- Custom
MimeTypedatatype - Supports CSS round-tripping
- Assembly is now strongly signed
- Provide standard
IEventAggregatorimplementation
Released on Wednesday, July 29 2015.
- Improved resource fetching
- Fixed waiting mechanism
- Fixed form submission (avoid initial empty line)
- HTML Parser perf. improved
- Expose
INamedNodeMapinterface - Fixed problems with
@import - Added the
@viewportCSS rule
Released on Wednesday, July 22 2015.
- Fixed a bug in the
HtmlDomBuilder - Adjusted CSSOM for tolerating unknown rules
- Parser enhancements
Released on Wednesday, July 15 2015.
- CSS parser more flexible
- Allow inline styles to be customized
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.Linqnamespace is nowAngleSharp.Extensions - Improved decoding algorithms
PrettyStyleFormatterfor readable CSS outputIStyleFormatterwith defaultCssStyleFormatterimplementationDocumentRequeststatic helpers (forGETandPOST)- Default
ICookieServiceimplementation offered
Released on Wednesday, June 17 2015.
- Fixed CSS property parsing
- Implemented new CSS value converters
- Fixed some cookie issues
- Made
Configuration.Defaultavailable - Changed some namespace assignments (e.g.,
ScriptOptions) - Fixed
HtmlLinkElementissue - Fixed CSS twisted comment issue
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
IMarkupFormatterto serialize attributes - Included encoding service
- Fixed
BrowsingContextcontent from string loading - Improved HTML parser performance
- Allow unknown properties in the CSSOM
Released on Wednesday, April 22 2015.
PrettyMarkupFormatterfor readable output- Add some missing
ConfigureAwait(false)calls - Included virtual response callback for the context
- Add
IHtmlDocumentfor completeness - Reintegrated
XmlParser(only non-validating) - Changed
Configurationto be immutable - All
IConfigurationextensions return new object - Fixed smaller issues
Released on Wednesday, April 15 2015.
DocumentBuilderdeclared 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
OriginofUrl - Improved loading customization
- Included
IEventAggregatorfor events - Fixed several smaller bugs
Released on Tuesday, February 10 2015.
IsInvalidofUrlcorrected- Included .NET 4 version in the NuGet package
- Included Silverlight version in the NuGet package
- Fixed a few smaller bugs
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
HTMLObjectElementcan 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
DOMnamespace toDomto fix naming - Finished
Urlimplementation according to spec.
Released on Saturday, November 08 2014.
- Native (callback based) asynchronous parsing
- Interfaces for resource loading defined
- Browsing context available / creation possible
- Extension methods to
IConfigurationavailable - More attributes added
- Namespace changes for the attributes
- CSS property architecture finalized
Released on Thursday, August 21 2014.
- Minor bug fixes
- DOM Events
- Configuration improved
- Performance improvements
Urlorigin- Core algorithms changed [WHATWG]
- Scripting and styling interfaces
Released on Sunday, July 27 2014.
- Refactored DOM model
- Window implementation
- Compute style information
- More documentation
- Tree traversal included
- Refactored DOM attributes
- Script engine interface
- Style engine interface
- Removed IOC container
- New source code reader
- Unified
Urlclass
Released on Tuesday, May 27 2014.
- Finished CSS properties
- CSS parser update
- Media rules implemented
- Rewritten URL parsing
- More documentation
- Extended DocumentBuilder
Released on Monday, April 21 2014.
- Support for Legacy version of AngleSharp
- Updated styling
- Removed XML parser
- API renewal
- Dependency Injection update
- New CSS value model
- More DOM properties
- CSS properties added
- Finished form submission
Released on Thursday, November 21 2013.
- DTD parsing improved
- Rewritten CSS parser
- More methods and DOM completeness
- XML validation
Released on Wednesday, September 11 2013.
- Namespaces fully included
- Doctype improved
- DTD parsing finished
- Cleanup
- CSS rules extended
- CSS functions added
Released on Tuesday, September 03 2013.
- Performance improvements
- Fixed CSS selector
- More documentation
- Live collection
- Started form submission
- Fixed double-escaped script tags
- Improved parsing of inline styling
Released on Thursday, August 29 2013.
- Finished template implementation
- MathML and SVG elements
- More annotations
RelListestablished- Improved TextNode
Released on Monday, August 26 2013.
- More DOM properties
- Hyper reference normalization
- Introduced template element
- Polish API
Released on Wednesday, August 21 2013.
- Fixed double escaped script content
- DOM extensions
- Configuration object
- Default HTTP requester
Released on Sunday, August 18 2013.
- Fixed parser bugs
- Improved entity retrieval
- Extended CDATA parsing
- Improved fragment parsing
Released on Wednesday, August 14 2013.
- Improved character parsing
- Cleanup
- Line skipping for
textarea,pre - Extended Location
Released on Thursday, July 18 2013.
- Included XmlParser
- DTD parsing
- Added IOC container
- Finished element type declaration
Released on Wednesday, July 10 2013.
- Fixed GetElementsByName
- Improved GetElementsByTagName
- Converted to PCL project
- Updated Children property
Released on Wednesday, July 03 2013.
- Binding capabilities
- CSS parser update
- More decorations
- Integrated table, frame
- Added pooling
Released on Wednesday, June 26 2013.
- Updated CSS serialization
- Intermediate objects
- More DOM attributes
Released on Wednesday, June 19 2013.
- Improved API
- QuerySelector implementation
- Fixed DocumentUri bug
Released on Tuesday, June 18 2013.
- HTML element re-ordering
- Extended documentation
- HtmlColor structure
Released on Sunday, June 16 2013.
- Faster CSS parser
- Initial CSS parser release
Released on Wednesday, June 12 2013.
- StyleSheet integration
- Ignore unknown CSS rules
Released on Sunday, June 09 2013.
- Updated documentation
- Fixed parsing bug
Released on Sunday, June 09 2013.
- XML documentation
- Merged DocumentBuilder and NodeBuilder
Released on Wednesday, June 05 2013.
- Initial release