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: nodejs/node-addon-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
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: v7.0.0
Choose a head ref
  • 9 commits
  • 21 files changed
  • 6 contributors

Commits on Apr 26, 2023

  1. [test] Add test coverage for AsyncProgressWorker (#1307)

    * test: Adding test coverage for AsyncProgressWorker
    
    * test: Refactor async hook installation
    JckXia authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    dfad6b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. src: handle failure during error wrap of primitive

    When we wrap a primitive value into an object in order to throw it as
    an error, we call `napi_define_properties()` which may return
    `napi_pending_exception` if the environment is shutting down. Handle
    this case when `NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS` is given by
    checking whether we're in an environment shutdown scenario and ignore
    the failure of `napi_define_properties()`, since the error will not
    reach JS anyway.
    
    Signed-off-by: Gabriel Schulhof <[email protected]>
    PR-URL: #1310
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    gabrielschulhof committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    64f6515 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. src: avoid calling into C with a null this

    Avoid calling into C   with a null this when exceptions are off
    
    PR-URL: #1313
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]
    chearon authored and mhdawson committed May 5, 2023
    Configuration menu
    Copy the full SHA
    858942c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 29, 2023

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

Commits on Jun 10, 2023

  1. [Test] Add tests for async progress queue worker (#1316)

    * test: Add tests for async progress queue worker
    
    * Fix PR suggestions
    JckXia authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a198e24 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. [StepSecurity] Apply security best practices (#1308)

    * [StepSecurity] Apply security best practices
    
    Signed-off-by: StepSecurity Bot <[email protected]>
    step-security-bot authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3083b7f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. release: v7.0.0 (#1336)

    KevinEady authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    39a25bf View commit details
    Browse the repository at this point in the history
Loading