summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-06-02doc: clarify wording in modules.mdAlex Temny
2019-06-02doc: improve explanation for directory with fs.rename()Rich Trott
2019-06-02doc: fix the wrong name of AssertionErrorKyle Zhang
2019-06-02doc: simplify system call material in doc overviewRich Trott
2019-06-01src: update NODE_MODULE_VERSION to 74Refael Ackermann
2019-06-01doc: warn about relying on fs gc close behaviorBenjamin Gruenbaum
2019-05-31child_process: runtime deprecate _channelcjihrig
2019-05-31doc: wrap long linecjihrig
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-31doc: add information to revoked deprecationscjihrig
2019-05-31doc: add missing status to DEP0121cjihrig
2019-05-31doc: add missing --experimental-wasm-modules docscjihrig
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-30doc: revise additional Experimental status textRich Trott
2019-05-30doc: adds link to nightly code coverage reportTariq Ramlall
2019-05-29doc: fix typo in pipe from async iterator exampleLuigi Pinca
2019-05-282019-05-28, Version 10.16.0 'Dubnium' (LTS)Beth Griggs
2019-05-28doc,test: clarify that Http2Stream is destroyed after data is readAlba Mendez
2019-05-27doc: reword Experimental stability indexRich Trott
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26doc: update n-api support matrixteams2ua
2019-05-26doc: fix for OutgoingMessage.prototype._headers/_headerNamesDaniel Nalborczyk
2019-05-25doc: add version info for typesMichael Dawson
2019-05-25doc: remove experimental status for JSON documentationRich Trott
2019-05-25doc,n-api: fix typo in N-API introductionRichard Lau
2019-05-25tls: support the hints optionLuigi Pinca
2019-05-24doc: edit stability index overviewRich Trott
2019-05-23http2: support net.Server optionsLuigi Pinca
2019-05-22doc: simplify contributing documentationRich Trott
2019-05-222019-05-22, Version v12.3.1 (Current)Ruben Bridgewater
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-212019-05-21, Version 12.3.0 (Current)Ruben Bridgewater
2019-05-21doc: corrected tlsSocket.getPeerCertificate response typeDan Beglin
2019-05-20doc: correct parameter type on 'subprocess.kill([signal])'himself65
2019-05-20doc: replace createRequireFromPath() referencescjihrig
2019-05-20doc: improve createRequire() examplecjihrig
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20doc: update `util.format` formatters documentationRuben Bridgewater
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-19doc: remove stability highlight for stable functionsMichael Dawson
2019-05-20bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-19doc: rewrite "About this Documentation" sectionRich Trott
2019-05-19doc: correct entry for electron v4.0.4Jacob
2019-05-19doc,n-api: update N-API version matrix for v12.xRichard Lau
2019-05-19doc,n-api: fix `introduced_in` metadataRichard Lau
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen