FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for ClearScript - 123LHP/ClearScript · GitHub
123LHP
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
ClearScript
on
master
User selector
Datepicker
Commit history
Commits on Jun 16, 2019
Add support of Visual Studio 2019
Taritsyn
committed
7cab0d0
View commit details
Copy full SHA for 7cab0d0
View code at this point
Browse repository at this point
Commits on May 31, 2019
Patched integer overflow in V8's stack limit calculation, possibly fixing GitHub Issue #111.
ClearScriptLib
committed
888996b
View commit details
Copy full SHA for 888996b
View code at this point
Browse repository at this point
Commits on May 2, 2019
Version 5.5.6: Added experimental support for CPU profiling in V8ScriptEngine and V8Runtime; improved support for newer V8 features such as promises and WebAssembly; added Nothing class for better …
Show description for d4d6ba2
ClearScriptLib
committed
d4d6ba2
View commit details
Copy full SHA for d4d6ba2
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Version 5.5.5: Enhanced ScriptObject to simplify script object access without "dynamic"; added IWindowsScriptObject (GitHub Issue #97); improved property accessor scriptability (GitHub Issue #88); …
Show description for fbd59e0
ClearScriptLib
committed
fbd59e0
View commit details
Copy full SHA for fbd59e0
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Version 5.5.4: Overhauled ScriptEngine.AccessContext support to fix GitHub Issue #68; added ScriptEngine.EnforceAnonymousTypeAccess; fixed Microsoft.ClearScript.targets for VS 2015 compatibility (G…
Show description for 33036db
ClearScriptLib
committed
33036db
View commit details
Copy full SHA for 33036db
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Fixed exceptions thrown from V8Runtime.Compile (GitHub Issue #66).
ClearScriptLib
committed
ea75e47
View commit details
Copy full SHA for ea75e47
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Version 5.5.3: Changed V8Update to use V8's GN-based build system; fixed VB.NET access to nonexistent JavaScript properties (GitHub Issue #47, Take 2); fixed script object serialization via Json.NE…
Show description for 8591cc5
ClearScriptLib
committed
8591cc5
View commit details
Copy full SHA for 8591cc5
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
Version 5.5.2: Added V8ScriptEngineFlags.EnableDateTimeConversion, resolving GitHub Issue #37; added IScriptEngineException.ScriptException, resolving GitHub Issue #39; fixed VB.NET access to non-e…
Show description for 69ce8fa
ClearScriptLib
committed
69ce8fa
View commit details
Copy full SHA for 69ce8fa
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
Removed masking from server-to-client WebSocket frames, fixing GitHub Issue #42.
ClearScriptLib
committed
044733c
View commit details
Copy full SHA for 044733c
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
Bumped version to 5.5.1.1 (GitHub Issue #41).
ClearScriptLib
committed
82ef441
View commit details
Copy full SHA for 82ef441
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
Version 5.5.1.1: Fixed Date.now() in V8 (GitHub Issue #34).
ClearScriptLib
committed
1fc9a5a
View commit details
Copy full SHA for 1fc9a5a
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
Version 5.5.1: Switched to custom WebSocket implementation for V8 Inspector; added V8ScriptEngineFlags.AwaitDebuggerAndPauseOnStart (GitHub Issue #22); added ToString() overrides to exception class…
Show description for 18710eb
ClearScriptLib
committed
18710eb
View commit details
Copy full SHA for 18710eb
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
Switch all project files to .NET Framework 4.5
Taritsyn
committed
b9c5809
View commit details
Copy full SHA for b9c5809
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
Fixed VBScript access to nested types (GitHub Issue #23).
ClearScriptLib
committed
08898db
View commit details
Copy full SHA for 08898db
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
ClearScript 5.5: Added support for the V8 Inspector debugging protocol; added V8ScriptEngineFlags.EnableRemoteDebugging and V8RuntimeFlags.EnableRemoteDebugging; updated deployment, debugging, and …
Show description for 3273d22
ClearScriptLib
committed
3273d22
View commit details
Copy full SHA for 3273d22
View code at this point
Browse repository at this point
Commits on Oct 15, 2017
Updated V8 debugging documentation (GitHub Issue #14).
ClearScriptLib
committed
f4cd268
View commit details
Copy full SHA for f4cd268
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Version 5.4.10: Improved indexing support for dynamic host objects; added V8ScriptEngine.SuppressInstanceMethodEnumeration.
ClearScriptLib
committed
9a668f9
View commit details
Copy full SHA for 9a668f9
View code at this point
Browse repository at this point
Commits on May 13, 2017
Documentation fixes.
ClearScriptLib
committed
0c9f2c3
View commit details
Copy full SHA for 0c9f2c3
View code at this point
Browse repository at this point
More documentation updates.
ClearScriptLib
committed
eb315aa
View commit details
Copy full SHA for eb315aa
View code at this point
Browse repository at this point
Commits on May 11, 2017
Added Examples.docx and updated Examples.html.
ClearScriptLib
committed
13436c5
View commit details
Copy full SHA for 13436c5
View code at this point
Browse repository at this point
Commits on May 10, 2017
Updated documentation.
ClearScriptLib
committed
018a2a2
View commit details
Copy full SHA for 018a2a2
View code at this point
Browse repository at this point
Commits on May 9, 2017
Added web reference, minor documentation fixes.
ClearScriptLib
committed
fd0d042
View commit details
Copy full SHA for fd0d042
View code at this point
Browse repository at this point
Commits on May 7, 2017
Added blocking of Delegate.Method when AllowReflection is false (GitHub Issue #2); other minor fixes.
ClearScriptLib
committed
ee73af9
View commit details
Copy full SHA for ee73af9
View code at this point
Browse repository at this point
Commits on May 5, 2017
Added blocking of Exception.GetType() and _Exception.GetType() when AllowReflection is false (GitHub Issue #1), renamed ReadMe.txt to Build.txt.
ClearScriptLib
committed
9865614
View commit details
Copy full SHA for 9865614
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
Switched to MIT license for GitHub migration.
ClearScriptLib
committed
47c60bd
View commit details
Copy full SHA for 47c60bd
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Potential fix for hang on application pool recycle (Issue #119).
ClearScriptLib
committed
1db6dbc
View commit details
Copy full SHA for 1db6dbc
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Version 5.4.9: Enabled V8 snapshot feature to accelerate V8ScriptEngine initialization; overhauled V8 interface, eliminating deprecated API usage and fixing Issue #116. Tested with V8 5.5.372.40.
Show description for a7ba104
ClearScriptLib
committed
a7ba104
View commit details
Copy full SHA for a7ba104
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Version 5.4.8: Added support for V8 parser and code caching; added ScriptObject to ease script object identification; fixed argument validation for interop interface parameters; fixed V8 crash when…
Show description for 5ebc1dd
ClearScriptLib
committed
5ebc1dd
View commit details
Copy full SHA for 5ebc1dd
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Version 5.4.7: Added ImmutableValueAttribute and fixed canonical reference support; fixed nested V8 syntax error reporting; added tests for bug fixes and new APIs. Tested with V8 5.3.332.45.
ClearScriptLib
committed
26ec250
View commit details
Copy full SHA for 26ec250
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
Hardened native timers and V8 background tasks, potentially fixing reported intermittent V8 crashes. Tested with V8 5.1.281.65.
ClearScriptLib
committed
df2b725
View commit details
Copy full SHA for df2b725
View code at this point
Browse repository at this point
Commits on May 29, 2016
Version 5.4.6: Expanded canonical reference support to all equatable value types; fixed a bug preventing assembly-qualified type names from being used with ScriptEngine.AddHostType(); fixed double …
Show description for a453fe9
ClearScriptLib
committed
a453fe9
View commit details
Copy full SHA for a453fe9
View code at this point
Browse repository at this point
Commits on May 9, 2016
Fixed memory leak with shared V8 runtimes (Issue #107).
ClearScriptLib
committed
41036a3
View commit details
Copy full SHA for 41036a3
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
Fixed host-side and cross-engine assignment of VBScript class object properties (Issue #104).
ClearScriptLib
committed
985cde1
View commit details
Copy full SHA for 985cde1
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Version 5.4.5: Added strongly-typed indexing support for IList<T>; added ScriptEngine.DisableListIndexTypeRestriction; reduced V8 stack overflow detection false positives; added tests for bug fixes…
Show description for 325a436
ClearScriptLib
committed
325a436
View commit details
Copy full SHA for 325a436
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Added V8ScriptEngine.SuppressExtensionMethodEnumeration.
ClearScriptLib
committed
bc70fda
View commit details
Copy full SHA for bc70fda
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL