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:joeferner/node-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:JeremyMoeglich/node-java
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
  • 7 files changed
  • 1 contributor

Commits on Jan 21, 2025

  1. fix: update indexGetter return type for Node 23 compatibility

    Node 23 uses V8 version >12.4 which requires property interceptors to return v8::Intercepted instead of void. Updated the indexGetter function to handle both older and newer V8 versions by: - Returning v8::Intercepted{} for V8 >12.4 - Maintaining void return for older versions - Preserving the existing behavior of array access The actual JavaScript return values remain unchanged, only the V8 interception signaling mechanism is updated.
    Jeremy Moeglich committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    c7bd5b0View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6898369View commit details
    Browse the repository at this point in the history
  3. change name for publish

    Jeremy Moeglich committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    fee8b05View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Support node 24

    Jeremy Moeglich committed May 8, 2025
    Configuration menu
    Copy the full SHA
    9a0b84bView commit details
    Browse the repository at this point in the history
  2. Mergehttps://github.com/joeferner/node-java

    Jeremy Moeglich committed May 8, 2025
    Configuration menu
    Copy the full SHA
    e7a70e2View commit details
    Browse the repository at this point in the history
  3. bump version

    Jeremy Moeglich committed May 8, 2025
    Configuration menu
    Copy the full SHA
    dc0791aView commit details
    Browse the repository at this point in the history
Loading