summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
AgeCommit message (Expand)Author
2019-01-21n-api: mark thread-safe function as stableGabriel Schulhof
2019-01-13doc: fix `napi_open_callback_scope` descriptionPhilipp Renoth
2019-01-09doc: add clarification for exception behaviourMichael Dawson
2018-12-25doc: fix NAPI typoPhilipp Renoth
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-23doc: mark napi_add_finalizer experimentalMichael Dawson
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-11-16doc: better linkage to node-addon-apiMichael Dawson
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-09doc: add link to ABI guideGabriel Schulhof
2018-10-07doc: fix minor typo in n-api.mdAleksey Chemakin
2018-09-24doc: fix optional parameters in n-api.mdLars-Magnus Skog
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-09-03doc: add blurb about implications of ABI stabilityGabriel Schulhof
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-21doc: update wrapping-related documentationGabriel Schulhof
2018-07-23doc: link n-api module init to multi-load addonsGabriel Schulhof
2018-07-182018-07-18, Version 10.7.0 (Current)Michaël Zasso
2018-07-12napi: add bigint supportGus Caplan
2018-07-05doc: fix doc for napi_create_functionGabriel Schulhof
2018-07-05n-api: restrict exports by versionKyle Farnung
2018-07-042018-07-04, Version 10.6.0 (Current)Michaël Zasso
2018-07-02doc: fix some typos in N-API docsVse Mozhet Byt
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-18doc: eliminate _you_ from N-API docRich Trott
2018-06-14doc: clarify async execute callback usageMichael Dawson
2018-05-31doc: fix typo in n-api.mdohbarye
2018-05-28doc: fix doc for napi_get_typedarray_infoMichael Dawson
2018-05-232018-05-23, Version 10.2.0 (Current)Anna Henningsen
2018-05-14doc: fixup NODE_EXTERN -> NAPI_EXTERNMichael Dawson
2018-05-14doc: fix signature for napi_create_range_errorMichael Dawson
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-09doc: fix missing napi_get_typedarray_info() paramGabriel Schulhof
2018-05-06doc: fix N-API property descriptor documentationGabriel Schulhof
2018-05-03doc: cleanup n-api.md docMichael Dawson
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02n-api: test and doc napi_throw() of a primitiveGabriel Schulhof
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-30doc: remove redundant table of contents for N-APIAyush Gupta
2018-04-30n-api: document the look of napi_external valuesGabriel Schulhof
2018-04-30n-api: document that native strings are copiedGabriel Schulhof
2018-04-30doc: refine napi_get_property_names() docGabriel Schulhof
2018-04-29doc: add missing backticks in n-api.mdVse Mozhet Byt
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-21doc: remove "For example" expression in N-API docGabriel Schulhof
2018-04-17doc: fix suspicious heading emphasis in n-api.mdVse Mozhet Byt
2018-04-14doc: add missing type=misc top commentsVse Mozhet Byt
2018-04-11doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-04doc: fix various nitsVse Mozhet Byt