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-09-17readline: add `autoCommit` optionAntoine du Hamel
2021-09-17readline: introduce promise-based APIAntoine du Hamel
2021-09-15dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel
2021-09-15doc: clarify that ObjectWrap requires manual cleanup on shutdownGerhard Stöbich
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-12dns: default to verbatim=true in dns.lookup()Ben Noordhuis
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-10doc: fix CCM cipher example in MJSTobias Nießen
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-08doc: fix property name 'detail' of performanceEntryChristian Boehlke
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-09-07doc: fix list indentation in corepack.mdAlexey Ten
2021-09-072021-09-07, Version 16.9.0 (Current)Michaël Zasso
2021-09-07doc: fix history for `fs.WriteStream` `open` eventAntoine du Hamel
2021-09-07doc: fix missing history version in `fs.md`Antoine du Hamel
2021-09-05crypto: add rsa-pss keygen parametersFilip Skokan
2021-09-03doc: add descriptions about when `options.mode` is ignoredRay
2021-09-01doc: add missing changes to generateKeyPair(Sync)Tobias Nießen
2021-08-31doc: update WASI example to use import.meta.urlGuy Bedford
2021-08-31doc: move reference to OpenSSL flags SSL_OP_*Tobias Nießen
2021-08-30doc: add docs for duplex.allowHalfOpen propertyTim Perry
2021-08-30fs: add docs and tests for `AsyncIterable` support in `fh.writeFile`Antoine du Hamel
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-08-29crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-08-28doc: reset added: version to REPLACEMELuigi Pinca
2021-08-26doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacyQingyu Deng
2021-08-26worker: remove file extension checkQingyu Deng
2021-08-26doc: fix typo in webstreams.mdLuigi Pinca
2021-08-252021-08-25, Version 16.8.0 (Current)Michaël Zasso
2021-08-25module: support pattern trailersGuy Bedford
2021-08-25stream: add signal support to pipeline generatorsRobert Nagy
2021-08-25deps: add corepackMaël Nison
2021-08-22doc: move util.toUSVString() outside of deprecated groupLuigi Pinca
2021-08-22util: expose toUSVStringRobert Nagy
2021-08-19policy: canonicalize before resolving specifiersBradley Farias
2021-08-182021-08-17, Version 16.7.0 (Current)Danielle Adams
2021-08-17doc: deprecate type coercion for `dns.lookup` optionsAntoine du Hamel
2021-08-17doc: deprecate using non-boolean values in the `verbatim` optionAntoine du Hamel
2021-08-17doc: fix lint errors in packages.mdRich Trott
2021-08-17doc: add example of self-reference in scoped packagesJesús Leganés-Combarro 'piranna
2021-08-16doc: correct cjs code to match mjs codeRaz Luvaton
2021-08-16doc: fix typo in hmac.paramNames defaultJustin
2021-08-14buffer: add endings option, remove Node.js specific encoding optionJames M Snell
2021-08-13doc: fix `fs.rmdir` `recursive` option deprecation historyAntoine du Hamel
2021-08-13doc: fixed variable names in queueMicrotask exampleashish maurya
2021-08-12url,buffer: implement URL.createObjectURLJames M Snell
2021-08-12buffer: add Blob.prototype.stream method and other cleanupsJames M Snell
2021-08-12fs: add recursive cp methodbcoe
2021-08-08doc: change "Version 4 UUID" to "version 4 UUID"Tobias Nießen
2021-08-07doc: update debugger.md description and examplesRich Trott