FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for NetStandard - ClearFoundry/ClearScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ClearFoundry
/
ClearScript
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
2k
Code
Issues
18
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
NetStandard
on
master
User selector
Datepicker
Commit history
Commits on Dec 22, 2025
Version 7.5.1-preview: [V8] Added support for JavaScript explicit resource management and script-side host object disposal (GitHub Issue #533); [V8] added support for JavaScript object disposal fro…
Show description for c217047
ClearScriptLib
committed
c217047
View commit details
Copy full SHA for c217047
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
ClearScript 7.5: [V8] added initial support for the new FastProxy API; overhauled the codebase in favor of static lambdas; replaced most scope objects with ref structures; minimized boxing and stru…
Show description for ebfa426
ClearScriptLib
committed
ebfa426
View commit details
Copy full SHA for ebfa426
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
Don't depend on vulnerable packages (#614)
AnsisMalins
authored
b594ec1
View commit details
Copy full SHA for b594ec1
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Version 7.4.5: [V8] Added AddPerformanceObject and SetTimerResolution to V8ScriptEngineFlags (GitHub Discussion #568); [V8] Enhanced execution and termination transitions, fixing GitHub Issue #560;…
Show description for 28663e5
ClearScriptLib
committed
28663e5
View commit details
Copy full SHA for 28663e5
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Version 7.4.4: Added ConcurrentPropertyBag (GitHub Issue #531); [V8] added V8ScriptEngineFlags.UseSynchronizationContexts (GitHub Discussion #509); added ScriptEngine.CustomAttributeLoader (GitHub …
Show description for 6df5f19
ClearScriptLib
committed
6df5f19
View commit details
Copy full SHA for 6df5f19
View code at this point
Browse repository at this point
Commits on Aug 19, 2023
Version 7.4.3: Improved handling of anonymous host types; [V8] [JScript] added support for JSON modules; [V8] made host object toJSON method non-enumerable; [V8] added enhanced compilation APIs (Gi…
Show description for 959ec3c
ClearScriptLib
committed
959ec3c
View commit details
Copy full SHA for 959ec3c
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
ClearScript 7.4: Generic script objects now implement IDictionary<string, object>; added JavaScriptExtensions.ToEnumerable and ToAsyncEnumerable (GitHub Issue #494); DocumentAccessFlags.AllowCatego…
Show description for 381b548
ClearScriptLib
committed
381b548
View commit details
Copy full SHA for 381b548
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Version 7.3.7: Added one-way CommonJS-ES6 module interop; fixed an intermittent ClearScriptV8 crash (GitHub Issue #478); added IScriptEngine, IScriptObject, IJavaScriptObject, JavaScriptObjectKind,…
Show description for 5d34842
ClearScriptLib
committed
5d34842
View commit details
Copy full SHA for 5d34842
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Bump Newtonsoft.Json in /NetStandard/ClearScriptConsole (#461)
Show description for 5978871
dependabot[bot]
authored
5978871
View commit details
Copy full SHA for 5978871
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Version 7.3.5: Added support for script object identity comparison (GitHub Issue #422); overhauled scriptable enumerators to fix GitHub Issue #423; eliminated default V8 platform to fix process exi…
Show description for 5fe5403
ClearScriptLib
committed
5fe5403
View commit details
Copy full SHA for 5fe5403
View code at this point
Browse repository at this point
Commits on Sep 28, 2022
Version 7.3.3: Added DefaultDocumentLoader to address GitHub Issue #412; unified method, constructor, and property invocation, fixing GitHub Issue #413; fixed invocation of indexers with optional p…
Show description for 2baf6b8
ClearScriptLib
committed
2baf6b8
View commit details
Copy full SHA for 2baf6b8
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
Version 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, elimi…
Show description for e13ac81
ClearScriptLib
committed
e13ac81
View commit details
Copy full SHA for e13ac81
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
ClearScript 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 a…
Show description for 51dc719
ClearScriptLib
committed
51dc719
View commit details
Copy full SHA for 51dc719
View code at this point
Browse repository at this point
Commits on May 1, 2022
Version 7.2.5: Added V8Runtime.HeapSizeViolationPolicy and V8ScriptEngine.RuntimeHeapSizeViolationPolicy (GitHub Issue #369); added ScriptEngine.VoidResultValue and made VoidResult.Value public (Gi…
Show description for 70a9c6f
ClearScriptLib
committed
70a9c6f
View commit details
Copy full SHA for 70a9c6f
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
Version 7.2.4: Added V8ScriptEngineFlags.UseCaseInsensitiveMemberBinding (GitHub Issue #363); restored compatibility with older Linux systems going back to glibc-2.23 (GitHub Issue #362); overhaule…
Show description for d6cc677
ClearScriptLib
committed
d6cc677
View commit details
Copy full SHA for d6cc677
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
Version 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…
Show description for 3dc8b92
ClearScriptLib
committed
3dc8b92
View commit details
Copy full SHA for 3dc8b92
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Version 7.2.2: Added V8Settings.GlobalFlags and V8GlobalFlags.DisableJITCompilation; added IArrayBuffer.InvokeWithDirectAccess and IArrayBufferView.InvokeWithDirectAccess (GitHub Issue #349); added…
Show description for c00be79
ClearScriptLib
committed
c00be79
View commit details
Copy full SHA for c00be79
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
ClearScript 7.2: Added V8ScriptEngine.CancelAwaitDebugger (GitHub Issue #309); added support for BigInt64Array and BigUint64Array; (V8) same-runtime engines get direct access to all shared objects …
Show description for d5f5baa
ClearScriptLib
committed
d5f5baa
View commit details
Copy full SHA for d5f5baa
View code at this point
Browse repository at this point
Commits on May 26, 2021
Version 7.1.3: Added V8Settings.EnableTopLevelAwait; host collections and async enumerables now support "for await...of" in V8 (GitHub Issue #259 ); added ScriptEngine.DisableExtensionMethods (GitH…
Show description for 7f7cc4e
ClearScriptLib
committed
7f7cc4e
View commit details
Copy full SHA for 7f7cc4e
View code at this point
Browse repository at this point
Commits on Apr 17, 2021
Version 7.1.2: Added optional ValueTask conversions (GitHub Issue #248); patched V8 to avoid Date.prototype.toLocaleString crash when ICU data is unavailable (GitHub Issue #246); added HostSettings…
Show description for 8b5b794
ClearScriptLib
committed
8b5b794
View commit details
Copy full SHA for 8b5b794
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Version 7.1.1: Added support for Linux on 32-bit ARM hardware (GitHub Issue #230); added support for .NET Standard 2.1 (GitHub Issue #151); added V8RuntimeConstraints.HeapExpansionMultiplier; fixed…
Show description for 14a5525
ClearScriptLib
committed
14a5525
View commit details
Copy full SHA for 14a5525
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL