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: surgicalbyte/node-addon-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nodejs/node-addon-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 25 files changed
  • 4 contributors

Commits on May 13, 2026

  1. doc: clarify filtered test behavior (nodejs#1725)

    - fix outdated `npm run unit` examples
    - explain that `--filter` affects test execution, not compilation scope
    - note that `npm test --filter=...` still triggers the default full rebuild
    umuoy1 authored May 13, 2026
    Configuration menu
    Copy the full SHA
    4de06fa View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. chore: release v8.8.0 (nodejs#1721)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    6a9456f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

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

Commits on Jun 26, 2026

  1. chore: release v8.9.0 (nodejs#1733)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    13c28f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. fix: fix vs2026 ICE compatibility (nodejs#1739)

    * fix: vs2026 ICE compatibility
    
    * deps: conditionally install node-gyp for vs2026
    
    * fixup! increase CI timeout-minutes to 60
    legendecas authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    7223518 View commit details
    Browse the repository at this point in the history
  2. chore: release v8.9.1 (nodejs#1740)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    a815332 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. fix: resolve Symbol::For overload ambiguity (nodejs#1742)

    Signed-off-by: umuoy1 <burningdian@gmail.com>
    umuoy1 authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    13c854a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. chore: release v8.9.2 (nodejs#1744)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    2faf329 View commit details
    Browse the repository at this point in the history
  2. tools: find Python for git-clang-format (nodejs#1743)

    Signed-off-by: umuoy1 <burningdian@gmail.com>
    umuoy1 authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    5a8e285 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

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

Commits on Aug 21, 2026

  1. feat!: bump minimum supported Node.js version to 22 (nodejs#1751)

    Signed-off-by: umuoy1 <burningdian@gmail.com>
    umuoy1 authored Aug 21, 2026
    Configuration menu
    Copy the full SHA
    3075ace View commit details
    Browse the repository at this point in the history
  2. doc: clarify minimum C++ standard (nodejs#1754)

    Signed-off-by: umuoy1 <burningdian@gmail.com>
    umuoy1 authored Aug 21, 2026
    Configuration menu
    Copy the full SHA
    25f7ba0 View commit details
    Browse the repository at this point in the history
Loading