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: csharpbuilder/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.
  • 12 commits
  • 1,470 files changed
  • 4 contributors

Commits on Oct 8, 2025

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

Commits on Nov 4, 2025

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

Commits on Dec 1, 2025

  1. Create CNAME

    ClearScriptLib authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    7a4a388 View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    ClearScriptLib authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    67f7f72 View commit details
    Browse the repository at this point in the history
  3. Create CNAME

    ClearScriptLib authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    5852296 View commit details
    Browse the repository at this point in the history
  4. Update _config.yml

    ClearScriptLib authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    353368c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dc83c5 View commit details
    Browse the repository at this point in the history
  6. Update _config.yml

    ClearScriptLib authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    70b0b8e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Bump rexml from 3.4.1 to 3.4.2 in /docs (ClearFoundry#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    f6c9a69 View commit details
    Browse the repository at this point in the history
  2. Bump nokogiri from 1.18.8 to 1.18.9 in /docs (ClearFoundry#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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    1efe862 View commit details
    Browse the repository at this point in the history

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
Loading