Skip to content

Releases: nodejs/node-addon-api

v8.7.0

26 Mar 01:10
0eafea5

Choose a tag to compare

8.7.0 (2026-03-23)

Features

  • add Date::New overload for a std::chrono::system_clock::time_point (#1705) (7fb063d)
  • add Object::GetPrototype and Object::SetPrototype (#1715) (967bbd5), closes #1691
  • add support for SharedArrayBuffer in DataViews (#1714) (7b8d69e)

Bug Fixes

v8.6.0

02 Feb 15:10
fe0c48e

Choose a tag to compare

8.6.0 (2026-01-30)

Features

  • add SharedArrayBuffer (#1688) (220bee2)
  • silence a legitimate vfptr sanitizer warning that is on by default in Android NDK 29 (#1692) (46673f4)

v8.5.0

14 Jul 20:05
6babc96

Choose a tag to compare

8.5.0 (2025-07-04)

Features

v8.4.0

13 Jun 15:48
a6213bb

Choose a tag to compare

8.4.0 (2025-06-11)

Features

v8.3.1

21 Feb 16:12
723f094

Choose a tag to compare

8.3.1 (2025-02-18)

Bug Fixes

v8.3.0

29 Nov 16:19
398eec6

Choose a tag to compare

8.3.0 (2024-11-29)

Features

v8.2.2

08 Nov 13:23
264bc1b

Choose a tag to compare

8.2.2 (2024-11-07)

Bug Fixes

  • mark external memory and version APIs as basic (#1597) (78da4fa)
  • missing napi_delete_reference on ObjectWrap ref (#1607) (98aae33)

v8.2.1

11 Oct 15:06
49652bd

Choose a tag to compare

8.2.1 (2024-10-09)

Bug Fixes

v8.2.0

30 Sep 14:29
5b1a57d

Choose a tag to compare

8.2.0 (2024-09-19)

Features

  • add support for nogc types via BasicEnv (#1514) (b4aeecb)
  • add support for requiring basic finalizers (#1568) (7bcb826)

Bug Fixes

  • call base basic finalizer if none defined (#1574) (294a43f)

node-addon-api: v8.1.0

08 Jul 08:57
bc5acef

Choose a tag to compare

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)