summaryrefslogtreecommitdiff
path: root/doc/api/addons.md
AgeCommit message (Expand)Author
2019-12-03doc: revise addons introduction for brevity and clarityRich Trott
2019-11-05src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-05src: make AtExit() callbacks run in reverse orderAnna Henningsen
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26doc: delete "a number of" things in the docsRich Trott
2019-10-26doc: remove dashesRich Trott
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-09doc: space around listsNick Schonning
2019-09-03doc: start unorded lists at start of lineNick Schonning
2019-08-16doc: mention N-API as recommended approachMichael Dawson
2019-07-02doc: format try...catch consistentlycjihrig
2019-06-22doc: drop 'Note that' in addons docscjihrig
2019-06-22doc: remove obsolete external linkcjihrig
2019-03-05doc: hello addon example should return "world"Geir Hauge
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-01-08doc: make modules.md more accurateVse Mozhet Byt
2018-12-19test,doc: add tests and docs for addon unloadingAnna Henningsen
2018-11-11test: fix v8 Set/Get compiler warningsDaniel Bevenius
2018-11-09test: fix NewFromUtf8 compiler warningDaniel Bevenius
2018-10-11test: fix compiler warning in doc/api/addons.mdDaniel Bevenius
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-18doc: explain how to invoke gcisurusiri
2018-09-05doc: remove usage of deprecated V8 APIs in addons.mdMichaël Zasso
2018-09-03doc: add blurb about implications of ABI stabilityGabriel Schulhof
2018-07-03src: add context-aware init macro and docGabriel Schulhof
2018-06-08doc: naming function as suggested in addon docsTommaso Allevi
2018-06-05doc: fix typo in addons.mdRich Trott
2018-05-11doc: fix stability text for n-apiMichael Dawson
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-14doc: add missing type=misc top commentsVse Mozhet Byt
2018-04-11doc, tools: make type parsing more strictVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-03-24doc: fix n-api example stringSteven R. Loomis
2018-03-02doc: update list of re-exported symbolsRichard Lau
2018-02-23doc: remove extraneous "for example" textRich Trott
2018-02-08doc: remove **Note:** tagsJames M Snell
2018-01-25doc: fix e.g., to e.g. in docssreepurnajasti
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2017-12-08doc: add "Hello world" example for N-APIFranziska Hinkelmann
2017-12-01doc: add missing serial commasRich Trott
2017-10-30build: make test-doc and lint addon docsJoyee Cheung
2017-09-28doc: standardize function param/object prop styleGibson Fahnestock
2017-09-10test,doc: make module name match gyp target nameGabriel Schulhof
2017-08-28doc: add links to alternative versions of docChris Young
2017-08-10doc: fix order of AtExit callbacks in addons.mdDaniel Bevenius
2017-08-10doc: remove undef NDEBUG from addons.mdDaniel Bevenius
2017-08-10tools: fix tools/addon-verify.jsDaniel Bevenius
2017-06-30doc: move module-specific "globals" to modules.mdTobias Nießen