| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: use consistent unordered list style | Nick Schonning | 2019-09-16 | 1 | -3/+3 |
| * | doc: start unorded lists at start of line | Nick Schonning | 2019-09-03 | 1 | -11/+11 |
| * | doc: change the 'txt' to 'console' for a command | Maledong | 2019-09-03 | 1 | -1/+1 |
| * | doc: add extends for derived classes | Kamat, Trivikram | 2019-09-01 | 1 | -2/+2 |
| * | 2019-05-21, Version 12.3.0 (Current) | Ruben Bridgewater | 2019-05-21 | 1 | -1/+1 |
| * | repl: handle uncaughtException properly | Ruben Bridgewater | 2019-05-08 | 1 | -1/+33 |
| * | doc: fix pull request number | Ruben Bridgewater | 2019-04-25 | 1 | -1/+1 |
| * | 2019-04-23, Version 12.0.0 (Current) | Beth Griggs | 2019-04-23 | 1 | -2/+2 |
| * | repl: fix terminal default setting | Ruben Bridgewater | 2019-03-25 | 1 | -3/+8 |
| * | repl: add replDefaults to customize the writer | Ruben Bridgewater | 2019-03-08 | 1 | -6/+25 |
| * | doc: fix code lang in repl.md | gengjiawen | 2019-02-19 | 1 | -18/+9 |
| * | 2018-02-14, Version 11.10.0 (Current) | Michaël Zasso | 2019-02-14 | 1 | -1/+1 |
| * | repl: add repl.setupHistory for programmatic repl | Lance Ball | 2019-02-11 | 1 | -0/+16 |
| * | repl: improve doc for disabling REPL history on Windows | Samuel D. Leslie | 2019-01-26 | 1 | -2/+4 |
| * | doc: add types and their corresponding return values | Ouyang Yadong | 2018-11-02 | 1 | -0/+1 |
| * | doc: fix pr-url in repl.md | Сковорода Никита Андреевич | 2018-10-15 | 1 | -1/+1 |
| * | doc: wrap links in <> | Сковорода Никита Андреевич | 2018-10-15 | 1 | -2/+2 |
| * | doc: add links for repl.ReplServer | Rich Trott | 2018-09-21 | 1 | -13/+14 |
| * | doc: remove redundant 'Example:' and similar notes | Vse Mozhet Byt | 2018-08-29 | 1 | -1/+1 |
| * | doc: unify optional arguments format in headings | Vse Mozhet Byt | 2018-08-19 | 1 | -1/+1 |
| * | doc: prevent some redirections | Vse Mozhet Byt | 2018-07-14 | 1 | -2/+2 |
| * | doc: document using `domain` in REPL | Ayush Gupta | 2018-05-04 | 1 | -0/+15 |
| * | doc: add more missing backticks | Vse Mozhet Byt | 2018-05-03 | 1 | -8/+8 |
| * | doc: add missing periods or colons | Vse Mozhet Byt | 2018-05-02 | 1 | -4/+5 |
| * | 2018-04-24, Version 10.0.0 (Current) | James M Snell | 2018-04-24 | 1 | -2/+2 |
| * | doc: fully document --experimental-repl-await | Timothy Gu | 2018-04-18 | 1 | -1/+2 |
| * | repl: hide top-level await feature behind a flag | Timothy Gu | 2018-04-18 | 1 | -0/+19 |
| * | doc: add and unify even more return values | Vse Mozhet Byt | 2018-04-12 | 1 | -0/+1 |
| * | doc: add missing quotes in default string values | Vse Mozhet Byt | 2018-04-09 | 1 | -3/+3 |
| * | doc: fix various nits | Vse Mozhet Byt | 2018-04-04 | 1 | -3/+3 |
| * | doc,tools: formalize, unify, codify default values | Vse Mozhet Byt | 2018-04-04 | 1 | -14/+15 |
| * | repl: remove magic mode | Ruben Bridgewater | 2018-03-11 | 1 | -6/+5 |
| * | 2018-03-07, Version 9.8.0 (Current) | Myles Borins | 2018-03-07 | 1 | -1/+1 |
| * | repl: make last error available as `_error` | Anna Henningsen | 2018-03-04 | 1 | -0/+17 |
| * | doc: add new documentation lint rule | estrada9166 | 2018-02-23 | 1 | -2/+2 |
| * | doc: remove extraneous "for example" text | Rich Trott | 2018-02-23 | 1 | -1/+1 |
| * | repl: remove deprecated NODE_REPL_HISTORY_FILE | Ruben Bridgewater | 2018-02-12 | 1 | -16/+0 |
| * | doc: linkify missing types | Vse Mozhet Byt | 2018-02-01 | 1 | -2/+2 |
| * | doc: fix typo in REPL docs | Adam Engebretson | 2018-01-27 | 1 | -1/+1 |
| * | doc: edit for concision | Rich Trott | 2018-01-03 | 1 | -3/+2 |
| * | doc: fix typo in repl.md | Rich Trott | 2017-12-07 | 1 | -1/+1 |
| * | 2017-10-31, Version 9.0.0 (Current) | James M Snell | 2017-10-31 | 1 | -2/+2 |
| * | doc: add links to alternative versions of doc | Chris Young | 2017-08-28 | 1 | -0/+2 |
| * | doc: environmental->environment & NodeJS->Node.js | Rod Vagg | 2017-08-24 | 1 | -1/+1 |
| * | repl: deprecate REPLServer.parseREPLKeyword | Lance Ball | 2017-08-02 | 1 | -0/+14 |
| * | repl: make REPLServer.bufferedCommand private | Lance Ball | 2017-08-01 | 1 | -1/+11 |
| * | doc: add notice about useGlobal option in repl docs | starkwang | 2017-07-14 | 1 | -1/+2 |
| * | tools: update: eslint-plugin-markdown@1.0.0-beta.7 | Vse Mozhet Byt | 2017-07-05 | 1 | -7/+7 |
| * | doc: unify spaces in object literals | Vse Mozhet Byt | 2017-06-03 | 1 | -4/+4 |
| * | doc: use destructuring in code examples | Vse Mozhet Byt | 2017-06-03 | 1 | -1/+1 |