|
1 | 1 | # node-addon-api Changelog
|
2 | 2 |
|
| 3 | +## [8.1.0](https://github.com/legendecas/node-addon-api/compare/node-addon-api-v8.0.0...node-addon-api-v8.1.0) (2024-07-05) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Expose version property in public API ([#1479](https://github.com/legendecas/node-addon-api/issues/1479)) ([23bb42b](https://github.com/legendecas/node-addon-api/commit/23bb42b5e47630c9082dddbabea555626571926e)) |
| 9 | +* improve messages on CheckCast ([#1507](https://github.com/legendecas/node-addon-api/issues/1507)) ([bf49519](https://github.com/legendecas/node-addon-api/commit/bf49519a4ce08ee5320327c9a0199cd89d5b87b3)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* fix compilation for Visual Studio 2022 ([#1492](https://github.com/legendecas/node-addon-api/issues/1492)) ([e011720](https://github.com/legendecas/node-addon-api/commit/e011720010af26ed66638ceac822e5f1c5e43cde)) |
| 15 | +* git-clang-format doesn't recognize no changes requested on given files ([#835](https://github.com/legendecas/node-addon-api/issues/835)) ([59c6a6a](https://github.com/legendecas/node-addon-api/commit/59c6a6aeb0bfd8e488fa0975af23f1219e41adde)) |
| 16 | +* handle c++ exception in TSFN callback ([#1345](https://github.com/legendecas/node-addon-api/issues/1345)) ([16a18c0](https://github.com/legendecas/node-addon-api/commit/16a18c047a587ddc7143f935967ef64e10ca83a0)) |
| 17 | +* key for wapping drawing's system condition ([#970](https://github.com/legendecas/node-addon-api/issues/970)) ([8f120b0](https://github.com/legendecas/node-addon-api/commit/8f120b033fbee8fb6c105bbbf49283c5377dd22c)) |
| 18 | +* restore ability to run under NAPI_EXPERIMENTAL ([#1409](https://github.com/legendecas/node-addon-api/issues/1409)) ([40bcb09](https://github.com/legendecas/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37)) |
| 19 | +* some typos in documentation ([#826](https://github.com/legendecas/node-addon-api/issues/826)) ([35b6571](https://github.com/legendecas/node-addon-api/commit/35b65712c26a49285cdbe2b4d04e25a5eccbe719)) |
| 20 | +* some typos in the document ([#825](https://github.com/legendecas/node-addon-api/issues/825)) ([8983383](https://github.com/legendecas/node-addon-api/commit/898338300038fbbf11e13aefb4be979258494bde)) |
| 21 | + |
| 22 | + |
| 23 | +### Reverts |
| 24 | + |
| 25 | +* src: add additional tests for Function ([8a1147b](https://github.com/legendecas/node-addon-api/commit/8a1147b4301fc239efc0d11a8ee6eddcb2a4f003)) |
| 26 | + |
3 | 27 | ## 2024-03-01 Version 8.0.0, @legendecas
|
4 | 28 |
|
5 | 29 | ### Notable changes
|
@@ -1198,5 +1222,3 @@ yet backported in the previous Node.js version.
|
1198 | 1222 | * [0a899bf1c5] - doc: update indication of latest version (Michael Dawson) https://github.com/nodejs/node-addon-api/pull/211
|
1199 | 1223 | * [17c74e5a5e] - n-api: RangeError in napi_create_dataview() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/214
|
1200 | 1224 | * [4058a29989] - n-api: fix memory leak in napi_async_destroy() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/213
|
1201 |
| - |
1202 |
| - |
|
0 commit comments