Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Imusing/ClearScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ClearFoundry/ClearScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1,469 files changed
  • 3 contributors

Commits on Dec 21, 2025

  1. Configuration menu
    Copy the full SHA
    88b084e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Version 7.5.1-preview: [V8] Added support for JavaScript explicit res…

    …ource management and script-side host object disposal (GitHub Issue ClearFoundry#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 ClearFoundry#626); added HostSettings.DisableInteropAssemblyConstruction (GitHub Issue ClearFoundry#645); added ScriptEngine.MarshalEnumAsUnderlyingType and AcceptEnumAsUnderlyingType (GitHub Discussion ClearFoundry#693); [V8] updated V8FastArgs to use ArrayPool; removed initialization script minimization to ease debugging; updated API documentation. Tested with V8 14.3.127.17.
    ClearScriptLib committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    c217047 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Bump faraday from 2.14.0 to 2.14.1 in /docs (ClearFoundry#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    10e2f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Configuration menu
    Copy the full SHA
    67f8311 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Bump nokogiri from 1.18.10 to 1.19.1 in /docs (ClearFoundry#706)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.10 to 1.19.1.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.18.10...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-version: 1.19.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    b18690e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Bump json from 2.18.1 to 2.19.2 in /docs (ClearFoundry#709)

    Bumps [json](https://github.com/ruby/json) from 2.18.1 to 2.19.2.
    - [Release notes](https://github.com/ruby/json/releases)
    - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
    - [Commits](ruby/json@v2.18.1...v2.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: json
      dependency-version: 2.19.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    eb62df8 View commit details
    Browse the repository at this point in the history
Loading