summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
AgeCommit message (Expand)Author
2019-07-20doc: add missing version metadata for Readable.fromAnna Henningsen
2019-07-20stream: use readableEncoding public api for child_processZYSzys
2019-07-20doc: add missing typesLuigi Pinca
2019-07-20doc: fix nits in stream.mdVse Mozhet Byt
2019-07-20doc: edit stream module introductionRich Trott
2019-07-20doc: update stream.md "Organization of this Document"Rich Trott
2019-07-20doc: remove unnecessary stability specifierscjihrig
2019-07-022019-07-03, Version 12.6.0 (Current)Michaƫl Zasso
2019-07-02doc: replace version with REPLACEMEcjihrig
2019-07-02stream: add writableFinishedzero1five
2019-07-02doc: fix nits regarding stream utilitiesVse Mozhet Byt
2019-07-02doc: remove "note that" from stream.mdRich Trott
2019-06-03stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-05-31doc: fix typo in pipe from async iterator exampleLuigi Pinca
2019-05-212019-05-21, Version 12.3.0 (Current)Ruben Bridgewater
2019-05-20stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford
2019-04-15doc: fix some linksVse Mozhet Byt
2019-04-112019-04-11, Version 11.14.0 (Current)Beth Griggs
2019-04-03stream: make Symbol.asyncIterator support stableMatteo Collina
2019-04-03doc: document the 'pause' and 'resume' eventsLuigi Pinca
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-19doc: document `error` event is optionally emitted after `.destroy()`Sergey Zelenov
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-14doc: clarify effect of stream.destroy() on write()Sam Roberts
2019-01-20doc: reword stream docs to clarify that decodeStrings encodes stringsDaniel George Holz
2019-01-15doc: revert incorrect change on readable._readMatteo Collina
2019-01-12doc: document that stream.on('close') was changed in Node 10Matteo Collina
2019-01-10doc: make sure that calls to .read() are loopedMatteo Collina
2019-01-09doc: wrap and punctuate YAML description textSam Roberts
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-072018-12-07, Version 11.4.0 (Current)Ruben Bridgewater
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-21doc: add readable and writable property to Readable and WritableDexter Leng
2018-11-152018-11-15, Version 11.2.0 (Current)Ruben Bridgewater
2018-11-10doc: fix code examples in stream.mdGrant Carthew
2018-11-05doc: fix minor text issues in stream.mdRich Trott
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-08doc: fix minor typo in streams.mdRich Trott
2018-10-08doc: standardize versions in stream module docRich Trott
2018-10-05doc: improve `stream.Writable` ctor encoding option docsAnna Henningsen
2018-09-29doc: fix casing in stream.mdSintendo
2018-09-03doc: clarify Readable paused/flowing!==object modeChris White
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-18doc: clarify documentation of pipes and zlib objectsAndreas Girgensohn