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: 3acf151
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: 4f19ef7
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 23, 2020

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

Commits on Mar 28, 2020

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

Commits on Mar 30, 2020

  1. Merge pull request #688 from NickNaso/badges

    Added badge section to documentation.
    NickNaso authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    623e876 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #692 from kelvinhammond/patch-1

    Fix minor typo in object_lifetime_management.md
    NickNaso authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2c3d5df View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. src: fix AsyncProgressQueueWorker compilation (#696)

    We need to cast the `nullptr` to the templated type of the
    `AsyncProgressQueueWorker`.
    
    Fixes: #695
    PR-URL: #696
    Signed-off-by: Gabriel Schulhof <[email protected]>
    Gabriel Schulhof authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e1a827a View commit details
    Browse the repository at this point in the history
  2. src: change guards to NAPI_VERSION > 5

    Since we have made the decision that we shall include `BigInt` into
    N-API 6, we can change the guards for the `BigInt` and `BigInt`-based
    typed array wrappers accordingly, and end our reliance on guarding by
    `NODE_MAJOR_VERSION`.
    
    Signed-off-by: Gabriel Schulhof <[email protected]>
    Gabriel Schulhof committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4f19ef7 View commit details
    Browse the repository at this point in the history
Loading