Skip to content

v2.4.0

Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 26 Apr 19:43
· 690 commits to master since this release

Version: 2.4.0
Published: 4/26/2017
Change Set: a4493a8

  • Added support of .NET Core 1.0.4
  • In IJsEngine interface was added overloaded versions of the Evaluate, Evaluate<T> and Execute methods, which take the document name as second parameter
  • Now all JS engines provide extended information about the error location
  • In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.2.1
  • In JavaScriptEngineSwitcher.V8:
    • Added support of Microsoft ClearScript.V8 version of April 19, 2017 (support of V8 version 5.5.372.40)
    • Now the Evaluate and Execute methods of V8ScriptEngine class are called with the discard parameter equal to false
  • In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of March 9, 2017
  • In JavaScriptEngineSwitcher.Jint added support of Jint version 2.10.4
  • In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.4.2

NuGet Packages