Skip to content

v3.0.0 RC 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 19 Sep 19:11
· 69 commits to 2.X since this release

Version: 3.0.0 RC 1
Published: 9/19/2018
Change Set: 0202a9b

  • Fixed a error #59 “Unhandled exception when JS exception is thrown”
  • In JavaScriptEngineSwitcher.Msie:
    • Added support of MSIE JavaScript Engine version 3.0.0 RC 1
    • In configuration settings was added one new property - MaxStackSize (default 492 or 984 KB)
  • In JavaScriptEngineSwitcher.Jint in configuration settings was added one new property - LocalTimeZone (default TimeZoneInfo.Local)
  • In JavaScriptEngineSwitcher.ChakraCore:
    • ChakraCore was updated to version 1.11.1
    • No longer used the old ChakraCore API for Windows (Internet Explorer-like API)
    • Optimized a memory usage
    • MaxStackSize configuration property was removed from the version for .NET Standard 1.3

NuGet Packages

Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 3.X” section of the documentation.