Bump nokogiri from 1.15.6 to 1.16.5 in /docs
dependabot[bot]
2024-05-13 23:32:45 +0000
28663e58e6Version 7.4.5: [V8] Added AddPerformanceObject and SetTimerResolution to V8ScriptEngineFlags (GitHub Discussion #568); [V8] Enhanced execution and termination transitions, fixing GitHub Issue #560; optimized document code for string documents (GitHub Discussion #567); switched to Clang and C++20 on all platforms; added .NET 8 targets to test projects; updated API and build documentation. Tested with V8 12.3.219.12.
7.4.5
ClearScript
2024-03-24 20:48:28 -0400
Bump commonmarker from 0.23.9 to 0.23.10 in /docs
dependabot[bot]
2023-08-08 20:24:44 +0000
a02a01f24aVersion 7.4.2: Enhanced support for parameterless value type constructors (mentioned in GitHub Issue #444); fixed COM-related memory leak on .NET Framework (GitHub Issue #510); enabled multidimensional array manipulation via VBScript indexing syntax (GitHub Issue #511); improved stability on Apple Silicon devices. Tested with V8 11.4.183.17.
7.4.2
ClearScript
2023-05-31 21:42:43 -0400
Bump commonmarker from 0.23.6 to 0.23.7 in /docs
dependabot[bot]
2023-01-25 04:29:23 +0000
5d34842922Version 7.3.7: Added one-way CommonJS-ES6 module interop; fixed an intermittent ClearScriptV8 crash (GitHub Issue #478); added IScriptEngine, IScriptObject, IJavaScriptObject, JavaScriptObjectKind, and JavaScriptObjectFlags; added DocumentAccessFlags.AllowCategoryMismatch; fixed host collection iteration with script access disabled by default at the engine level (GitHub Issue #471); changed SunSpider benchmark to download from GitHub and print simple results to the console; added .NET 7 targets to test projects; updated API documentation. Tested with V8 10.9.194.10.
7.3.7
ClearScript
2023-01-23 09:44:25 -0500
Bump commonmarker from 0.23.5 to 0.23.6 in /docs
dependabot[bot]
2022-09-22 02:20:23 +0000
af453e6288Fixed more icon file names.
ClearScript
2022-09-15 11:35:53 -0400
15b4a97bcdFixed icons in API documentation.
ClearScript
2022-09-15 09:38:43 -0400
e13ac815f4Version 7.3.2: Switched from the standard .NET reflection binder to a custom algorithm, ensuring consistently enhanced behavior for all reflection binding scenarios; reviewed "dynamic" usage, eliminating it where possible and reducing it elsewhere (GitHub Issue #400); added ScriptEngine.DisableDynamicBinding; added IScriptEngineException.ScriptExceptionAsObject; fixed invocation of methods that have both optional parameters and parameter arrays; added implicit conversion support for constructor and indexed property arguments (GitHub Issue #396); extended canonical referencing to Guid and all readonly struct types; added ScriptObject.InvokeAsFunction; updated API and build documentation. Tested with V8 10.5.218.8.
7.3.2
ClearScript
2022-09-15 08:04:51 -0400
Bump octokit from 4.24.0 to 4.25.0 in /docs
dependabot[bot]
2022-06-15 22:07:20 +0000
68a3687fbcAdded blog entry about .NET playgrounds.
ClearScript
2022-06-15 09:27:07 -0400
51dc719394ClearScript 7.3: Added V8ScriptEngineFlags.EnableStringifyEnhancements (GitHub Issue #376); the V8 ICU data is now packaged as a managed library to ease deployment; V8 and JScript startup scripts are now minified; fixed Exception.TargetSite reflection hole and added V8ScriptEngineFlags.HideHostExceptions (GitHub Issue #382); fixed typeof-literal comparison in V8; V8Update.cmd now works in a Visual Studio 2022 command prompt; Rosetta is no longer required for macOS builds on the arm64 (M1) architecture; updated build, deployment, and API documentation. Tested with V8 10.2.154.5.
7.3.0
ClearScript
2022-06-02 09:22:30 -0400
Bump nokogiri from 1.13.3 to 1.13.4 in /docs
dependabot[bot]
2022-04-12 10:03:24 +0000
c6ed850446Merge branch 'master' into android-latest
Gokhan Kurt
2022-04-09 01:17:53 +0300
d6cc67767dVersion 7.2.4: Added V8ScriptEngineFlags.UseCaseInsensitiveMemberBinding (GitHub Issue #363); restored compatibility with older Linux systems going back to glibc-2.23 (GitHub Issue #362); overhauled attribute access and added custom attribute loaders; added case-insensitivity support to PropertyBag and DynamicHostObject; added .NET 6 targets to test projects; updated API documentation. Tested with V8 10.0.139.8.
7.2.4
ClearScript
2022-03-29 14:40:08 -0400
3dc8b92914Version 7.2.3: Fixed crash on attempt to execute a compiled script in the wrong V8 runtime; fixed intermittent V8 crash on Windows x86 (GitHub Issue #354); added V8GlobalFlags.DisableBackgroundWork; fixed async function performance (GitHub Issue #356); added a WebAssembly unit test; updated API documentation. Tested with V8 9.9.115.8.
7.2.3
ClearScript
2022-03-05 10:04:28 -0800
14f6593ce8Updated blog site dependencies.
ClearScript
2022-03-03 22:10:45 -0800
91dfb30bafVersion 7.2.1: (V8) Added support for interrupt propagation and cancellation to address GitHub Issue #324; (V8) eliminated host proxies implemented as immutable prototype exotics (GitHub Issue #330); added `ScriptEngine.Global` to facilitate fast non-dynamic access to script resources; added project blog on GitHub Pages; updated build and API documentation. Tested with V8 9.7.106.18.
7.2.1
ClearScript
2022-01-11 07:42:57 -0800
87daa4bf20musl compliation changes for testing
William-Froelich
2022-01-07 17:24:53 -0600