| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-10 | 2.0 kB | |
| Version 7.5.1 source code.tar.gz | 2026-05-10 | 3.3 MB | |
| Version 7.5.1 source code.zip | 2026-05-10 | 7.1 MB | |
| Totals: 3 Items | 10.4 MB | 2 | |
- Breaking change:
- The strong‑name keypair used to sign .NET assemblies has changed. All hosts must be recompiled.
Added support for JavaScript explicit resource management and script-side host object disposal (GitHub Issue [#533]).
Added support for JavaScript object disposal from the host.
- Added
JavaScriptObjectFlags:Iterable,AsyncIterable,Disposable,AsyncDisposable. - Added
IJavaScriptObject.Update(clearscript.clearfoundry.net). - Made
HostItemFlags.DirectAccess(clearscript.clearfoundry.net) apply to all fully public classes by default (GitHub Discussion [#626]). - Added
HostSettings.DisableInteropAssemblyConstruction(clearscript.clearfoundry.net) (GitHub Issue [#645]). - Added
ScriptEngine.MarshalEnumAsUnderlyingType(clearscript.clearfoundry.net) andAcceptEnumAsUnderlyingType(GitHub Discussion [#693]). Updated
V8FastArgsto useArrayPool. Thanks, @AnsisMalins!- Removed initialization script minimization to ease debugging.
- Updated API documentation.
Tested with V8 14.7.173.23.