File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# node-addon-api Changelog
2
2
3
+ ## [ 8.1.0] ( https://github.com/nodejs/node-addon-api/compare/v8.0.0...v8.1.0 ) (2024-06-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * Expose version property in public API ([ 23bb42b] ( https://github.com/nodejs/node-addon-api/commit/23bb42b5e47630c9082dddbabea555626571926e ) )
9
+ * improve messages on CheckCast ([ bf49519] ( https://github.com/nodejs/node-addon-api/commit/bf49519a4ce08ee5320327c9a0199cd89d5b87b3 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * fix compilation for Visual Studio 2022 ([ e011720] ( https://github.com/nodejs/node-addon-api/commit/e011720010af26ed66638ceac822e5f1c5e43cde ) )
15
+ * restore ability to run under NAPI_EXPERIMENTAL ([ 40bcb09] ( https://github.com/nodejs/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37 ) )
16
+
3
17
## 2024-03-01 Version 8.0.0, @legendecas
4
18
5
19
### Notable changes
@@ -1198,5 +1212,3 @@ yet backported in the previous Node.js version.
1198
1212
* [ 0a899bf1c5] - doc: update indication of latest version (Michael Dawson) https://github.com/nodejs/node-addon-api/pull/211
1199
1213
* [ 17c74e5a5e] - n-api: RangeError in napi_create_dataview() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/214
1200
1214
* [ 4058a29989] - n-api: fix memory leak in napi_async_destroy() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/213
1201
-
1202
-
Original file line number Diff line number Diff line change 374
374
{
375
375
"name" : " Vladimir Morozov" ,
376
376
"url" : " https://github.com/vmoroz"
377
-
378
377
},
379
378
{
380
379
"name" : " WenheLI" ,
479
478
"lint:fix" : " node tools/clang-format --fix && node tools/eslint-format --fix"
480
479
},
481
480
"pre-commit" : " lint" ,
482
- "version" : " 8.0 .0" ,
481
+ "version" : " 8.1 .0" ,
483
482
"support" : true ,
484
483
"engines" : {
485
484
"node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments