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.0.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: v6.1.0
Choose a head ref
  • 13 commits
  • 38 files changed
  • 7 contributors

Commits on Feb 17, 2023

  1. test: Add test covg for obj wrap (#1269)

    * test: Add test covg for ObjectWrap<T>
    JckXia authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    61b8e28 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. src: handle no support for external buffers

    PR-URL: #1273
    Reviewed-By: Michael Dawson <[email protected]
    legendecas authored and mhdawson committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b16c762 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. test: complete objectRefs tests

    PR-URL: #1274
    Reviewed-By: Michael Dawson <[email protected]>
    JckXia authored and mhdawson committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    464610b View commit details
    Browse the repository at this point in the history
  2. src: define NAPI_HAS_THREADS

    PR-URL: #1283
    Reviewed-By: Michael Dawson <[email protected]
    Reviewed-By: Chengzhong Wu <[email protected]>
    toyobayashi authored and mhdawson committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0b53d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. test: Update wait with a condition (#1297)

    * Fix flaky test causing failure in pipeline
    JckXia authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ebc7858 View commit details
    Browse the repository at this point in the history
  2. Add test coverage for typed and range err (#1280)

    * test: Complete test coverage for TypedError and RangeError
    JckXia authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e484327 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. test: Add tests for copy/move semantics

    PR-URL: #1295
    Reviewed-By: Michael Dawson <[email protected]
    JckXia authored and mhdawson committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a8ad7e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. test: Complete test coverage for Reference<T> class (#1277)

    * test: Add test coverage for reference<T>
    
    * test: Remove comments
    
    * Add suppress desturct
    JckXia authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d4942cc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. src: interject class TypeTaggable

    Derive class `TypeTaggable` from `Value`, and let it serve as the base
    class for `Object` and `External`. That way, the type tagging is
    implemented for both classes.
    
    Additionally, exclude deleted .js files from linting.
    
    Signed-off-by: Gabriel Schulhof <[email protected]>
    Refs: #1293
    
    PR-URL: #1298
    Reviewed-By: Michael Dawson <[email protected]
    Reviewed-By: Chengzhong Wu <[email protected]>
    gabrielschulhof authored and mhdawson committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d013044 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. doc: update class hierarchy for TypeTaggable

    Reflect in the class hierarchy that `Napi::TypeTaggable` was injected
    between `Napi::Object` and `Napi:External`, and their parent class,
    `Napi::Value`.
    
    PR-URL: #1303
    Reviewed-By: Nicola Del Gobbo <[email protected]>
    Reviewed-By: Chengzhong Wu <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]
    gabrielschulhof committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    164459c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 6, 2023

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

Commits on Apr 20, 2023

  1. release: v6.1.0.

    NickNaso committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0e34f22 View commit details
    Browse the repository at this point in the history
Loading