summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2019-10-10doc: return type is numberexoego
2019-10-10doc: add note about forwarding stream optionsRobert Nagy
2019-10-10esm: unflag --experimental-exportsGuy Bedford
2019-10-10doc: fix tls version valuesTobias Nießen
2019-10-09test: remove spaces inside code span elementsNick Schonning
2019-10-09doc: remove spaces inside code span elementsNick Schonning
2019-10-09doc: add more info to fs.Dir and fix typosJeremiah Senkpiel
2019-10-09fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-08doc: remove misleading paragraph about the Legacy URL APIJakob Krigovsky
2019-10-05stream: do not deadlock duplexpairRobert Nagy
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-03doc: add explicit bracket for markdown reference linksNick Schonning
2019-10-03doc: fix return type for crypto.createDiffieHellmanGroup()exoego
2019-10-03doc: reuse link indexes for n-api.mdlegendecas
2019-10-03tools: support full-icu by defaultSteven R. Loomis
2019-10-03n-api,doc: clarify napi_finalize related APIslegendecas
2019-10-03doc: unify place of stability notesVse Mozhet Byt
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-10-02doc: add missing deprecation codecjihrig
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-10-02doc: add documentation deprecation for process._tickCallbackLucas Holmquist
2019-10-02doc: add missing reference link valuesNick Schonning
2019-10-02doc: clarify --pending-deprecation effects on Buffer() usageRich Trott
2019-10-01doc: fix nits in dgram.mdVse Mozhet Byt
2019-10-01doc: improve process.ppid 'added in' infoThomas Watson
2019-10-01doc: make `AssertionError` a linkRuben Bridgewater
2019-10-01doc: update assert.throws() examplesRuben Bridgewater
2019-10-01assert: wrap validation function errorsRuben Bridgewater
2019-09-30doc: fix type of atime/mtimeTATSUNO Yasuhiro
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-30doc: clarify fs.symlink() usageSimon A. Eugster
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29doc: clarify pipeline stream cleanupRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-27doc: fix output in inspector HeapProfile exampleKirill Fomichev
2019-09-27doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego
2019-09-27doc: clarify description of `readable.push()` methodimhype
2019-09-27doc: clarify stream errors while reading and writingRobert Nagy
2019-09-26doc: fix some recent nitsVse Mozhet Byt
2019-09-26doc: remove align from tablesXhmikosR
2019-09-262019-09-24, Version 12.11.0 (Current)Ruben Bridgewater
2019-09-24doc,http: indicate callback is optional for message.setTimeout()Trivikram Kamat
2019-09-24test: --force-context-aware cli flagShelley Vohr