Skip to content

Releases: AngleSharp/AngleSharp.Js

1.0.0-beta.31

13 Apr 10:25
551f1d3
Compare
Choose a tag to compare
1.0.0-beta.31 Pre-release
Pre-release

Released on ?.

1.0.0-beta.25

18 Mar 16:35
4ecbd42
Compare
Choose a tag to compare
1.0.0-beta.25 Pre-release
Pre-release

Released on ?.

0.15.0

13 Jun 00:00
be89082
Compare
Choose a tag to compare

Released on Sunday, June 12 2021.

  • Updated to use AngleSharp 0.15

0.14.0

01 Apr 16:19
801aa30
Compare
Choose a tag to compare

Released on Tuesday, March 31 2020.

  • Fixed deadlock with some versions of jQuery (#63)
  • Enabled the instance creator factory (#11)
  • Return IDocument from WaitUntilAvailable() (#61)

0.13.0

24 Sep 12:06
25b30c3
Compare
Choose a tag to compare

Released on Friday, September 6 2019.

  • Added thread-based event loop implementation JsEventLoop
  • Included new WithEventLoop configuration extensions
  • Added constructors to window (#12)
  • Fixed btoa and atob missing (#55)
  • Included javascript: URL handler (#47)
  • Included support for .NET Standard 1.3 (#58)

0.12.1

14 May 23:42
c25fe98
Compare
Choose a tag to compare

Released on Wednesday, May 15 2019.

  • Binary version fix

0.12.0

14 May 21:41
Compare
Choose a tag to compare

Released on Tuesday, May 14 2019.

  • Properly forward setting window.location (#31)
  • Respect window.onload event (#42)
  • Support for more APIs to enable jQuery (#43)
  • Respect DOMContentLoaded event (#50)
  • Restored compatibility with AngleSharp v0.12 (#51)
  • Renamed to AngleSharp.Js (focus only on JavaScript) (#51)
  • Renamed the WithJavaScript extension method to WithJs
  • Changed the namespace from AngleSharp.Scripting.JavaScript to AngleSharp.Js

0.5.1

07 May 16:26
Compare
Choose a tag to compare
  • Updated to latest versions (#34, #37)

0.5.0

03 Oct 09:08
Compare
Choose a tag to compare
  • Several bug fixes and improvements
  • Construct prototype chain (#7)
  • Added better type casts and wrappers (#8)
  • Allow strings instead of functions (#26)
  • Include extension method ExecuteScript to document (#29)
  • Simplified DOM context evaluation (#19)

0.4.2

03 Sep 22:23
Compare
Choose a tag to compare
  • Updated to latest version of AngleSharp
  • Allow getting the engine without a script (#28)