summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-05Revert "repl: handle buffered string logic on finish"Ruben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-20readline: add support for async iterationTimothy Gu
2018-11-19repl: handle buffered string logic on finishAnto Aravinth
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-10-25lib: add escapeCodeTimeout as an option to createInterfaceRaoof
2018-08-01readline,zlib: named anonymous functionsAnto Aravinth
2018-05-18repl: changes ctrl+u to delete from cursor to line startShobhit Chittora
2018-05-18string_decoder: lazy loadedRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-07readline: use Date.now() and move test to parallelAnatoli Papirovski
2018-01-03readline: update references to archived repositoryTobias Nießen
2017-12-28readline: refactor filter() callbackRich Trott
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-08-09lib: use Timer.now() in readline moduleRich Trott
2017-07-31readline: remove max limit of crlfDelayAzard
2017-07-23readline: name some anonymous functionsFlandre Scarlet
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-21readline: remove the caching variableLyall Sun
2017-07-19lib: improve lazy requiresRuben Bridgewater
2017-07-10lib: normalize indentation in parenthesesRich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-06-28readline: properly handle 0-width charactersTimothy Gu
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-13errors, readline: migrate to use internal/errors.jsScott McKenzie
2017-06-10Revert "readline: clean up event listener in onNewListener"Anna Henningsen
2017-06-01readline: clean up event listener in onNewListenerGibson Fahnestock
2017-05-07readline: move escape codes into internal/readlineJames M Snell
2017-05-07readline: multiple code cleanupsJames M Snell
2017-05-07readline: use module.exports = {}James M Snell
2017-04-30readline: fix permanent deoptimizationsBrian White
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-17readline: add option to stop duplicates in historyDanny Nemer
2017-03-17readline: avoid using forEachJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-04readline: update 6 comparions to strictUmair Ishaq
2017-01-13readline: refactor construct InterfaceJackson Tian
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-06readline: fix `concievably` typo in readline.jsMiguel Angel Asencio Hurtado
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-08-27repl: Auto alignment for .editor modePrince J Wesley
2016-08-17readline: keypress trigger for escape characterPrince J Wesley