-
Notifications
You must be signed in to change notification settings - Fork 459
Comparing changes
Open a pull request
base repository: nodejs/node-addon-api
base: 4.0.0
head repository: nodejs/node-addon-api
compare: 4.1.0
- 9 commits
- 48 files changed
- 6 contributors
Commits on Jun 18, 2021
-
src: set default return value of Reference Ref/Unref to 0
PR-URL: #1004 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37a9b8e - Browse repository at this point
Copy the full SHA 37a9b8eView commit details
Commits on Jul 9, 2021
-
doc: update examples for context sensitivity
Fixes: #1011 PR-URL: #1013 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 627dbf3 - Browse repository at this point
Copy the full SHA 627dbf3View commit details -
test: dd check for nullptr inside String init
PR-URL: #1015 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Kevin Eady <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da50b51 - Browse repository at this point
Copy the full SHA da50b51View commit details -
test: add first set of symbol tests
PR-URL: #972 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Nicola Del Gobbo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e02e8a4 - Browse repository at this point
Copy the full SHA e02e8a4View commit details
Commits on Jul 16, 2021
-
src,test: fix up null char * exception thrown
Throw an exception when receiving a null pointer for the `char *` and `char16_t *` overloads of `String::New` that looks identical to an error that core would have thrown under the circumstances (`napi_invalid_arg`). Also, rename the test methods to conform with our naming convention. PR-URL: #1019 Reviewed-By: Nicola Del Gobbo <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6697c51 - Browse repository at this point
Copy the full SHA 6697c51View commit details
Commits on Jul 27, 2021
-
doc: update tests to avoid running in parallel
fixes: #1022 The objectwrap_worker_thread and symbol tests were not waiting for the test to complete before the subsequent tests were started. This caused intermitted crashes in the CI. Updated both tests so that they complete before the next test runs. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #1024 Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a459f5c - Browse repository at this point
Copy the full SHA a459f5cView commit details -
Add CleanupHook support to Env PR-URL: #1014 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10564a4 - Browse repository at this point
Copy the full SHA 10564a4View commit details
Commits on Aug 3, 2021
-
src: return Maybe on pending exception when cpp exception disabled
PR-URL: #927 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3615041 - Browse repository at this point
Copy the full SHA 3615041View commit details
Commits on Aug 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4a3de56 - Browse repository at this point
Copy the full SHA 4a3de56View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.0...4.1.0