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
path: root/doc/api
AgeCommit message (Expand)Author
2021-10-182021-10-19, Version 17.0.0 (Current)v17.0.0Beth Griggs
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-14doc: indicate n-api out params that may be NULLIsaac Brodsky
2021-10-12doc: remove ESLint comments which were breaking the CJS/ESM togglesMark Skelton
2021-10-11doc: fix missing variable in deepStrictEqual exampleOliverOdo
2021-10-11doc: fix asyncLocalStorage.run() descriptionConstantine Kim
2021-10-11doc: fix typos in n-api docsIgnacio Carbajo
2021-10-09doc: improve phrasing in fs.mdArslan Ali
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-082021-10-08, Version 16.11.0 (Current)Danielle Adams
2021-10-08doc: esm resolver spec refactoring for deprecationsGuy Bedford
2021-10-07doc: note readStream.path if fd is specifiedylemkimon
2021-10-06doc: fix the inline code-block at the NodeDhKeyGenParams classJustin
2021-10-06doc: correct the codeblock for `hmacImportParams.hash`Justin
2021-10-06doc: fix typo in stream docsJuan José Arboleda
2021-10-05doc: assign missing deprecation numberMichaël Zasso
2021-10-04doc: fix typo in ESM exampleTobias Nießen
2021-10-03doc: fix typo in esm.mdMason Malone
2021-10-03doc: correct ESM load hook table headerJacob
2021-10-02util: expose stripVTControlCharacters()cjihrig
2021-09-30doc: reorder stream 'readable' paragraphsVincent Weevers
2021-09-29doc: fix typo in fsBrian White
2021-09-29doc: fix typo in fs.mdArslan Ali
2021-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaël Zasso
2021-09-28doc: fix typo in packages.mdArslan Ali
2021-09-27doc: mark readline promise implementation as experimentalAntoine du Hamel
2021-09-27doc: fix example of crypto.generateKeySyncGary Ho
2021-09-27doc: deprecate (doc-only) http abort relateddr-js
2021-09-27http: use 0 as default for requests limitArtur K
2021-09-26doc: update fs.watchFile docClément Nardi
2021-09-25doc: add version when diagnostics_channel APIs were addedGerhard Stöbich
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-25doc: fix typo in 'maxHeaderSize'Rebhi Alfa
2021-09-25doc: fix buffer api example code's token errorm3m0ry
2021-09-24doc: fix typo in `async_hooks.md`xuchaobei
2021-09-222021-09-22, Version 16.10.0 (Current)Beth Griggs
2021-09-22doc: fix typos in http.mdLuigi Pinca
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-22doc: add blank line between commentsRich Trott
2021-09-21doc: changes default values for fs.read fnsRISHABH BUDHIRAJA
2021-09-20doc: fix markdown indentation in listsMichaël Zasso
2021-09-19http: limit requests per connectionArtur K
2021-09-19doc: fix comma spliceRich Trott
2021-09-19module: runtime deprecate trailing slash patternsGuy Bedford
2021-09-18doc: clean up weird notes about reentrancyAnna Henningsen
2021-09-18doc: correct parameters in fs and stream documentationvipul kumar
2021-09-18src: add --no-global-search-paths cli optionCheng Zhao
2021-09-18dgram: tighten `address` validation in `socket.send`Voltrex
2021-09-17fs: make `open` and `close` stream override optional when unusedAntoine du Hamel
2021-09-17doc: add timeout.closeNikita Galkin