summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
Commit message (Expand)AuthorAgeFilesLines
* 2017-08-15, Version 8.4.0 (Current)v6Anna Henningsen2017-08-151-5/+5
* doc: delintRefael Ackermann2017-08-141-2/+4
* n-api: add napi_get_node_versionAnna Henningsen2017-08-121-0/+31
* 2017-08-09, Version 8.3.0 (Current)Anna Henningsen2017-08-091-3/+3
* n-api: optimize number API performanceJason Ginchereau2017-08-071-8/+77
* doc: document napi_finalize() signaturecjihrig2017-07-311-0/+6
* n-api: add support for DataViewShivanth MP2017-07-271-0/+84
* doc: fix some linksVse Mozhet Byt2017-07-231-0/+1
* 2017-07-19, Version 8.2.0 (Current)Jeremiah Senkpiel2017-07-191-4/+4
* n-api: add napi_fatal_error APIKyle Farnung2017-07-131-0/+17
* n-api: add code parameter to error helpersMichael Dawson2017-07-131-3/+46
* n-api: Implement stricter wrappingGabriel Schulhof2017-07-121-2/+6
* n-api: add napi_has_own_property()cjihrig2017-07-061-0/+24
* doc: fix some broken referencesAlexander Gromnitsky2017-07-021-1/+1
* n-api: add napi_delete_property()cjihrig2017-07-011-0/+23
* n-api: add napi_delete_element()cjihrig2017-06-301-0/+22
* n-api: fix section title typoKyle Farnung2017-06-281-1/+1
* doc: doc lifetime of n-api last error infoMichael Dawson2017-06-281-0/+3
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-171-2/+2
* doc: fix a few n-api doc issuesMichael Dawson2017-06-161-20/+49
* doc: fix out of date napi_callback docXadillaX2017-06-131-7/+6
* doc: fix napi_create_*_error signatures in n-apiJamen Marzonie2017-06-101-3/+9
* doc: fix out of date sections in n-api docMichael Dawson2017-06-091-37/+26
* doc: fix typo "ndapi" in n-api.mdJamen Marz2017-06-061-2/+2
* doc: add ref to option to enable n-apiMichael Dawson2017-06-051-0/+8
* n-api: enable napi_wrap() to work with any objectJason Ginchereau2017-06-011-21/+36
* doc: fix typo in n-api.mdJongChan Choi2017-05-311-1/+1
* 2017-05-30, Version 8.0.0 (Current)James M Snell2017-05-301-1/+1
* n-api: add napi_get_versionMichael Dawson2017-05-261-0/+29
* doc: make the style of notes consistentAlexey Orlenko2017-05-251-5/+5
* doc: fix title/function name mismatchMichael Dawson2017-05-231-1/+1
* doc: remove unused/duplicated reference linksDaijiro Wachi2017-05-211-1/+0
* doc: add reference to node_api.h in docsMichael Dawson2017-05-191-0/+8
* doc: clarify operation of napi_cancel_async_workMichael Dawson2017-05-151-3/+4
* doc: clarify node.js addons are c++Beth Griggs2017-05-111-1/+1
* doc: fix broken links in n-api docMichael Dawson2017-05-091-3/+3
* n-api: Handle fatal exception in async callbackJason Ginchereau2017-05-091-7/+0
* doc: Add initial documentation for N-APIMichael Dawson2017-04-281-0/+2998