Skip to content

v3.0.0 Alpha 9

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 22 Dec 19:59
· 605 commits to master since this release

Version: 3.0.0 Alpha 9
Published: 12/22/2017
Change Set: a7de370

  • In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.0 Alpha 3
  • In JavaScriptEngineSwitcher.V8 in configuration settings of the V8 JS engine was changed types of MaxHeapSize and MaxStackUsage properties from ulong to UIntPtr
  • In JavaScriptEngineSwitcher.Jint added support of Jint version 2.11.58
  • In JavaScriptEngineSwitcher.ChakraCore:
    • ChakraCore was updated to version 1.7.5
    • In configuration settings of the ChakraCore JS engine was added two new properties - MemoryLimit and DisableFatalOnOOM (default false)
    • Now during calling of the CollectGarbage method is no longer performed blocking

NuGet Packages

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