node-addon-api
Advanced tools
Changelog
2018-11-02 Version 1.6.0, @NickNaso
Napi::CallbackScope
class that help to have the equivalent of the scope
associated with a callback in place when making certain N-API callsNapi::Array
class.Napi::ArrayBuffer
class.8ce605c657
] - build: avoid using package-lock.json (Jaeseok Yoon) #359fa3a6150b3
] - src: use MakeCallback() -> Call() in AsyncWorker (Jinho Bang) #3612342415463
] - test: create test objects in the stack instead of the heap (Dongjin Na) #37167b7db0a6f
] - test: write tests for Array class (Jaeseok Yoon) #363729f6dc4ee
] - test: add arraybuffer tests (Dongjin Na) #369405f3e5b5b
] - src: implement CallbackScope class (Jinho Bang) #362015d95312f
] - doc: fix Napi::Reference link (Gentilhomme) #365fd65078e3c
] - README.md: link to new ABI stability guide (Gabriel Schulhof) #367ffebf9ba9a
] - Updates for release 1.5.0 (NickNaso)Changelog
2018-10-03 Version 1.5.0, @NickNaso
Napi::AsyncContext
class to handle asynchronous operation.Napi::BigInt
class to work with BigInt type.Napi::VersionManagement
class to retrieve the versions of Node.js and N-API.Napi::FunctionReference
.Napi::Promise::Deferred
2009c019af
] - Merge pull request #292 from devsnek/feature/bigint (Gus Caplan)e44aca985e
] - add bigint class (Gus Caplan)a3951ab973
] - Add documentation for Env(). (Rolf Timmermans) #318a6f7a6ad51
] - Add Env() to Promise::Deferred. (Rolf Timmermans)0097e96b92
] - Fixed broken links for Symbol and String (NickNaso)b0ecd38d76
] - Fix Code of conduct link properly (#323) (Jake Yoon) #323223474900f
] - doc: update Version management (Dongjin Na) #3604f76262a10
] - doc: some fix on Napi::Boolean
documentation (NickNaso) #35478374f72d2
] - doc: number documentation (NickNaso) #35651ffe453f8
] - doc: doc cleanup (NickNaso) #353fc11c944b2
] - doc: major doc cleanup (NickNaso) #335100d0a7cb2
] - doc: first pass on objectwrap documentation (NickNaso) #321c7d54180ff
] - doc: the Napi::ObjectWrap example does not compile (Arnaud Botella) #3397cdd78726a
] - doc: added cpp highlight for string.md (Jaeseok Yoon) #3298ed29f547c
] - doc: add blurb about ABI stability (Gabriel Schulhof) #326757eb1f5a3
] - doc: add function and function reference doc (NickNaso) #2992885c18591
] - doc: Create changelog for release 1.4.0 (Nicola Del Gobbo)917bd60baa
] - src: remove TODOs by fixing memory leaks (Gabriel Schulhof) #343dfcb93945f
] - src: implement AsyncContext class (Jinho Bang) #252211ed38d0d
] - src: make 'nothing' target a static library (Gabriel Schulhof) #34897c4ab5cf2
] - src: add Call and MakeCallback that accept cargs (NickNaso) #344b6e2d92c09
] - src: enable DataView feature by default (Jinho) #3310a00e7c97b
] - src: implement missing descriptor defs for symbols (Philipp Renoth) #28038e01b7e3b
] - src: first pass on adding version management apis (NickNaso) #32579ee8381d2
] - src: fix compile failure in test (Michael Dawson) #3454d92a6066f
] - src: Add ObjectReference test case (Anisha Rohra) #212779560f397
] - test: add operator overloading tests in Number (Your Name) #35573fed84ceb
] - test: add ability to control experimental tests (Michael Dawson) #35014c69abd46
] - test: write tests for Boolean class (Jaeseok Yoon) #3282ad47a83b1
] - test: explicitly cast to uint32_t in test (Gabriel Schulhof) #341622ffaea76
] - test: Tighten up compiler warnings (Mikhail Cheshkov) #315fd3c37b0f2
] - tools: add tool to check for N-API modules (Gabriel Schulhof) #346Changelog
2018-07-19 Version 1.4.0, @NickNaso
7dc5ac8bc3
] - doc: update metadata for release (Nicola Del Gobbo)d68e86adb4
] - doc: Added documentation for PropertyDescriptor (Anisha Rohra) #309968a5f2000
] - doc: Add documentation for ObjectReference.md (Anisha Rohra) #307908cdc314c
] - doc: add TypedArray
and TypedArrayOf
(Kyle Farnung) #3052ff776ffe3
] - backport node::Persistent (Gabriel Schulhof) #30098161970c9
] - Backport perf, crash and exception handling fixes (Gabriel Schulhof) #295dd1191e086
] - test: fix asyncworker test so it runs on 6.x (Michael Dawson) #29811697fcecd
] - doc: ArrayBuffer and Buffer documentation (Kyle Farnung) #256605aa2babf
] - Add memory management feature (NickNaso) #28686be13a611
] - doc: Fix HandleScope docs (Ben Berman) #28790f92c4dc0
] - doc: Update broken links in README.md (Hitesh Kanwathirtha) #290c2a620dc11
] - doc: Clarify positioning versus N-API (Michael Dawson) #2886cff890ee5
] - doc: Fix typo in docs (Ben Berman) #2847394bfd154
] - doc: Fix typo in docs (Ben Berman) #28512b2cdeed3
] - fix test files (Kyle Farnung) #2579ab6607242
] - doc: Update Doc Version Number (joshgarde) #277e029a076c6
] - doc: First pass at basic Node Addon API docs (Hitesh Kanwathirtha) #26874ff79717e
] - doc: fix link to async_worker.md (Michael Dawson)5a63f45eda
] - doc: First step of error and async doc (NickNaso) #2729d38f61afb
] - doc: New Promise and Reference docs (Jim Schlight) #24343ff9fa836
] - doc: Updated Object documentation (Anisha Rohra) #254b197f7cc8b
] - doc: minor typos (Nick Soggin) #2484b8918b352
] - Add resource parameters to AsyncWorker constructor (Jinho Bang) #2531ecf7c19b6
] - doc: fix wrong link in readme (miloas) #255a750ed1932
] - release: updates to metadata for next release (Michael Dawson)Changelog
2018-05-08 Version 1.3.0, @mhdawson