-
Notifications
You must be signed in to change notification settings - Fork 161
Comparing changes
Open a pull request
base repository: ClearFoundry/ClearScript
base: 7.5.0
head repository: ClearFoundry/ClearScript
compare: master
- 17 commits
- 1,471 files changed
- 4 contributors
Commits on Mar 7, 2025
-
Bump nokogiri from 1.15.7 to 1.18.3 in /docs (#644)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.7 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.7...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 487e35b - Browse repository at this point
Copy the full SHA 487e35bView commit details
Commits on Mar 21, 2025
-
Bump nokogiri from 1.18.3 to 1.18.4 in /docs (#650)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.18.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ae0a92 - Browse repository at this point
Copy the full SHA 8ae0a92View commit details
Commits on Apr 22, 2025
-
Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#653)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.4 to 1.18.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.4...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1dc2f7 - Browse repository at this point
Copy the full SHA d1dc2f7View commit details
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2ab9c63 - Browse repository at this point
Copy the full SHA 2ab9c63View commit details
Commits on Nov 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f337ec - Browse repository at this point
Copy the full SHA 2f337ecView commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a4a388 - Browse repository at this point
Copy the full SHA 7a4a388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f7f72 - Browse repository at this point
Copy the full SHA 67f7f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5852296 - Browse repository at this point
Copy the full SHA 5852296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 353368c - Browse repository at this point
Copy the full SHA 353368cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc83c5 - Browse repository at this point
Copy the full SHA 6dc83c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b0b8e - Browse repository at this point
Copy the full SHA 70b0b8eView commit details
Commits on Dec 20, 2025
-
Bump rexml from 3.4.1 to 3.4.2 in /docs (#675)
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6c9a69 - Browse repository at this point
Copy the full SHA f6c9a69View commit details -
Bump nokogiri from 1.18.8 to 1.18.9 in /docs (#701)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.8 to 1.18.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.8...v1.18.9) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1efe862 - Browse repository at this point
Copy the full SHA 1efe862View commit details
Commits on Dec 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88b084e - Browse repository at this point
Copy the full SHA 88b084eView commit details
Commits on Dec 22, 2025
-
Version 7.5.1-preview: [V8] Added support for JavaScript explicit res…
…ource management and script-side host object disposal (GitHub Issue #533); [V8] added support for JavaScript object disposal from the host; added JavaScriptObjectFlags: Iterable, AsyncIterable, Disposable, AsyncDisposable; added IJavaScriptObject.Update; made HostItemFlags.DirectAccess apply to all fully public classes by default (GitHub Discussion #626); added HostSettings.DisableInteropAssemblyConstruction (GitHub Issue #645); added ScriptEngine.MarshalEnumAsUnderlyingType and AcceptEnumAsUnderlyingType (GitHub Discussion #693); [V8] updated V8FastArgs to use ArrayPool; removed initialization script minimization to ease debugging; updated API documentation. Tested with V8 14.3.127.17.
Configuration menu - View commit details
-
Copy full SHA for c217047 - Browse repository at this point
Copy the full SHA c217047View commit details
Commits on Feb 9, 2026
-
Bump faraday from 2.14.0 to 2.14.1 in /docs (#705)
Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10e2f4d - Browse repository at this point
Copy the full SHA 10e2f4dView commit details
Commits on Feb 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 67f8311 - Browse repository at this point
Copy the full SHA 67f8311View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.5.0...master