Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-31n-api: napi_make_callback emit async init with resource of async_contextlegendecas
2020-10-162020-10-15, Version 14.14.0 (Current)Myles Borins
2020-10-09doc: changes description must end with a periodAntoine du Hamel
2020-10-09doc: harmonize version list style in YAML commentsAntoine du Hamel
2020-10-09doc: fix missing PR-URLs in YAML commentsAntoine du Hamel
2020-10-09doc: refactor the n-api matrixMichael Dawson
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-28doc: edit n-api.md for minor improvementsRich Trott
2020-09-26doc: added version 7 to N-API version matrixNickNaso
2020-09-26doc: improve N-API string-to-native docGabriel Schulhof
2020-09-26doc: avoid referring to C array sizeTobias Nießen
2020-09-25doc: update napi_make_callback documentationGerhard Stoebich
2020-09-222020-09-22, Version 14.12.0 (Current)Ruy Adorno
2020-09-20doc: clarify napi_property_attributes textRich Trott
2020-09-19n-api: create N-API version 7Gabriel Schulhof
2020-09-19doc: clarify use of NAPI_EXPERIMENTALMichael Dawson
2020-09-18doc: update attributes used by n-api samples (#35220)Gerhard Stöbich
2020-09-18n-api: add more property defaultsGerhard Stoebich
2020-09-12doc: improve table accessibilityRich Trott
2020-09-082020-09-08, Version 14.10.0 (Current)Richard Lau
2020-09-07doc: format exponents betterTobias Nießen
2020-08-31doc: drop the --production flag for installing windows-build-toolsDeeDeeG
2020-08-28doc: simplify "make use of" to "use"Rich Trott
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-27doc: use consistent typography for node-addon-apiRich Trott
2020-08-24doc,n-api: add link to n-api tutorial websiteJim Schlight
2020-08-11doc: n-api environment life cycle APIs are stableJim Schlight
2020-08-112020-08-11, Version 14.8.0 (Current)Shelley Vohr
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2020-08-02doc: mention null special-case for `napi_typeof`Renée Kooi
2020-08-02doc: revise N-API versions matrix textRich Trott
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-30doc: clarify N-API version 1Michael Dawson
2020-07-212020-07-21, Version 10.22.0 'Dubnium' (LTS)Richard Lau
2020-07-20doc: fix typos in n-api, tls and worker_threadsJucke
2020-07-06doc: replace http to https of link urlssapics
2020-07-03doc: fix entry for `napi_create_external_buffer`Gabriel Schulhof
2020-07-02doc: change "considered experimental" to "experimental" in n-api.mdRich Trott
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr
2020-06-24doc: document n-api callback scope usageGabriel Schulhof
2020-06-23doc: clarify thread-safe function referenceslegendecas
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-17n-api: document nextTick timing in callbacksMathias Buus
2020-05-262020-05-26, Version 12.17.0 'Erbium' (LTS)Michaël Zasso
2020-05-25doc: normalize C code block info stringsDerek Lewis
2020-05-23Revert "n-api: detect deadlocks in thread-safe function"Anna Henningsen