Released on Sunday, June 12 2021.
- Updated to use AngleSharp 0.15
Released on Tuesday, March 31 2020.
- Fixed deadlock with some versions of jQuery (#63)
- Enabled the instance creator factory (#11)
- Return
IDocument
fromWaitUntilAvailable()
(#61)
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
andatob
missing (#55) - Included
javascript:
URL handler (#47) - Included support for .NET Standard 1.3 (#58)
Released on Wednesday, May 15 2019.
- Binary version fix
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 toWithJs
- Changed the namespace from
AngleSharp.Scripting.JavaScript
toAngleSharp.Js
Released on Sunday, May 7 2017.
- Updated to latest versions (#34, #37)
Released on Monday, October 3 2016.
- 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
todocument
(#29) - Simplified DOM context evaluation (#19)
Released on Sunday, September 4 2016.
- Updated to latest version of AngleSharp
- Allow getting the engine without a script (#28)
Released on Sunday, July 17 2016.
- Release as a portable library (profile 259)
- Adjustable console logger
Released on Friday, May 6 2016.
- Fixed some bugs (#24, #20, #17, #16)
- Added (pseudo) view extensions (#15)
- Added XHR object (#14)
- Provided event constructor (#5)
Released on Thursday, August 27 2015.
- Enhanced C# / JavaScript intergration (#9)
- Enabled extending of
IWindow
(#6) - Editing of IHtmlInlineFrameElement content (#4)
- Extensibility of scripting engine (#3)
Released on Sunday, August 2 2015.
- Initial release