Releases: AngleSharp/AngleSharp.Io
Releases · AngleSharp/AngleSharp.Io
1.0.0
1.0.0-alpha-20
Released on Sunday, January 15 2023.
- Updated to use AngleSharp 1.0
0.17.0
Released on Tuesday, May 31 2022.
- Updated to use AngleSharp 0.17
- Dropped .NET Framework 4.6
0.16.0
Released on Sunday, June 6 2021.
- Updated to use AngleSharp 0.16
0.15.0
0.14.0
Released on Tuesday, March 31 2020.
- Added support for .NET framework 4.6
- Added support for .NET framework 4.6.1
- Added support for .NET framework 4.7.2
- Added shallow support for source link
0.13.1
Released on Tuesday, September 24 2019.
- Ignore non-existing cookie file when reading
- Write cookies after every add operation
0.13.0
Released on Friday, September 6 2019.
- Added additional configuration extensions
0.12.1
Released on Wednesday, May 15 2019.
- Binary version fix
0.12.0
Released on Thursday, May 2 2019.
- Reference latest AngleSharp
- Added
InputFile
class as a standardIFile
implementation - Added
AppendFile
extensions forIHtmlInputElement
- Included
WithDownload
andWithStandardDownload
configuration - Added ability for binary data restore on assets (#19)
- Added
DownloadAsync
extension method toIUrlUtilities
elements - Added more extension methods to
IResponse
(e.g.,SaveToAsync
) - Introduced improved cookie container (#15)