Skip to content

Releases: AngleSharp/AngleSharp.Io

1.0.0

15 Jan 16:59
Compare
Choose a tag to compare

Released on Sunday, January 15 2023.

  • Updated to use AngleSharp 1.0

1.0.0-alpha-20

15 Jan 16:51
Compare
Choose a tag to compare
1.0.0-alpha-20 Pre-release
Pre-release

Released on Sunday, January 15 2023.

  • Updated to use AngleSharp 1.0

0.17.0

31 May 22:40
Compare
Choose a tag to compare

Released on Tuesday, May 31 2022.

  • Updated to use AngleSharp 0.17
  • Dropped .NET Framework 4.6

0.16.0

12 Jun 23:28
8f7d788
Compare
Choose a tag to compare

Released on Sunday, June 6 2021.

  • Updated to use AngleSharp 0.16

0.15.0

23 Apr 09:55
Compare
Choose a tag to compare

Released on Friday, April 23 2021.

  • Added option to specify default request headers (#29)
  • Fixed unhandled exceptions that may break the requester (#28)

0.14.0

31 Mar 21:54
61805ed
Compare
Choose a tag to compare

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

24 Sep 20:50
c26cbce
Compare
Choose a tag to compare

Released on Tuesday, September 24 2019.

  • Ignore non-existing cookie file when reading
  • Write cookies after every add operation

0.13.0

07 Sep 02:09
b426803
Compare
Choose a tag to compare

Released on Friday, September 6 2019.

  • Added additional configuration extensions

0.12.1

14 May 23:10
724a8a1
Compare
Choose a tag to compare

Released on Wednesday, May 15 2019.

  • Binary version fix

0.12.0

05 May 00:12
fc649d4
Compare
Choose a tag to compare

Released on Thursday, May 2 2019.

  • Reference latest AngleSharp
  • Added InputFile class as a standard IFile implementation
  • Added AppendFile extensions for IHtmlInputElement
  • Included WithDownload and WithStandardDownload configuration
  • Added ability for binary data restore on assets (#19)
  • Added DownloadAsync extension method to IUrlUtilities elements
  • Added more extension methods to IResponse (e.g., SaveToAsync)
  • Introduced improved cookie container (#15)