Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lollipopkk
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
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
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
Browse repository at this point
Commits on Oct 10, 2018
Merge branch 'master' of https://github.com/Microsoft/ClearScript
ClearScriptLib
committed
222e738
View commit details
Copy full SHA for 222e738
Browse repository at this point
Commits on Oct 9, 2018
Tweaked licenses slightly.
ClearScriptLib
committed
e0773fe
View commit details
Copy full SHA for e0773fe
Browse repository at this point
Merge pull request #70 from Fyers/master
Show description for f6accb2
ClearScriptLib
authored
f6accb2
View commit details
Copy full SHA for f6accb2
Browse repository at this point
Commits on Oct 8, 2018
Tweaked license for GitHub license recognition
Fyers
authored
be01e4b
View commit details
Copy full SHA for be01e4b
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
Browse repository at this point
Commits on Sep 26, 2018
Added NuGet package link to Readme.md.
ClearScriptLib
authored
486bd53
View commit details
Copy full SHA for 486bd53
Browse repository at this point
Added NuGet package license.
ClearScriptLib
committed
6aba583
View commit details
Copy full SHA for 6aba583
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
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
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
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
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
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
Browse repository at this point
Commits on Nov 20, 2017
Merge pull request #25 from Taritsyn/master
Show description for d9506f6
ClearScriptLib
authored
d9506f6
View commit details
Copy full SHA for d9506f6
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
Browse repository at this point
Commits on Nov 15, 2017
Add files via upload
ClearScriptLib
authored
220de18
View commit details
Copy full SHA for 220de18
Browse repository at this point
Commits on Nov 14, 2017
Added favicon.png.
ClearScriptLib
committed
1bed83e
View commit details
Copy full SHA for 1bed83e
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
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
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
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
Browse repository at this point
Commits on May 13, 2017
Documentation fixes.
ClearScriptLib
committed
0c9f2c3
View commit details
Copy full SHA for 0c9f2c3
Browse repository at this point
More documentation updates.
ClearScriptLib
committed
eb315aa
View commit details
Copy full SHA for eb315aa
Browse repository at this point
Commits on May 12, 2017
Removed docs/Index.md
ClearScriptLib
authored
0e6f961
View commit details
Copy full SHA for 0e6f961
Browse repository at this point
Added docs/Index.md
ClearScriptLib
authored
03c7d16
View commit details
Copy full SHA for 03c7d16
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
Browse repository at this point
Commits on May 10, 2017
Added CodePlex site link.
ClearScriptLib
authored
0b9b71f
View commit details
Copy full SHA for 0b9b71f
Browse repository at this point
Fixed incorrectly encoded HTML files.
ClearScriptLib
committed
834f1b7
View commit details
Copy full SHA for 834f1b7
Browse repository at this point
Fixed tutorial link in ReadMe.md.
ClearScriptLib
authored
000fd1d
View commit details
Copy full SHA for 000fd1d
Browse repository at this point
Updated documentation.
ClearScriptLib
committed
018a2a2
View commit details
Copy full SHA for 018a2a2
Browse repository at this point
Commits on May 9, 2017
Set theme jekyll-theme-minimal
ClearScriptLib
committed
53a74ba
View commit details
Copy full SHA for 53a74ba
Browse repository at this point
Updated ReadMe.md.
ClearScriptLib
authored
610de5e
View commit details
Copy full SHA for 610de5e
Browse repository at this point
Updated ReadMe.md.
ClearScriptLib
authored
8e06dc8
View commit details
Copy full SHA for 8e06dc8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.