We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c609dc commit 962d27dCopy full SHA for 962d27d
doc/api/readline.md
@@ -344,6 +344,13 @@ the current position of the cursor down.
344
## readline.createInterface(options)
345
<!-- YAML
346
added: v0.1.98
347
+changes:
348
+ - version: v6.3.0
349
+ pr-url: https://github.com/nodejs/node/pull/7125
350
+ description: The `prompt` option is supported now.
351
+ - version: v6.0.0
352
+ pr-url: https://github.com/nodejs/node/pull/6352
353
+ description: The `historySize` option can be `0` now.
354
-->
355
356
* `options` {Object}
0 commit comments