Commit graph

107 commits

Author SHA1 Message Date
anseki
ab0806ee61 Typo: marge -> merge 2021-02-25 15:11:29 +09:00
anseki
668a1e8371 v1.4.10 2019-07-27 21:58:50 +09:00
anseki
3d14a9a027 Adjust for new constants. 2019-07-27 21:55:29 +09:00
anseki
12985521cf format code 2019-07-27 21:52:40 +09:00
anseki
d328593a1f v1.4.8 2018-02-07 12:07:35 +09:00
anseki
4d62116ab2 Fix: unsafe initializing Buffer 2017-03-18 22:47:19 +09:00
anseki
39e95b7ca7 v1.4.6 2017-02-01 23:21:13 +09:00
anseki
90f173ad92 Add getRawInput method, fix #36 2016-10-28 15:16:59 +09:00
anseki
e39454cd2b Fix #38, change the placement of colon in default query
A colon in `query` doesn't mean a starting point of user input now.
It is common style that makes a colon mean a separator.
2016-06-13 19:41:45 +09:00
anseki
c719316327 Fixes #37
Node.js bug (#18) regressed again in v5.6.0, it is fixed in v6.2.0.
2016-06-04 21:18:42 +09:00
anseki
66d294e992 Fix: comments for ESLint 2016-05-02 19:56:06 +09:00
anseki
cbd6b25b2a Additional info about Buffer 2016-04-28 17:42:26 +09:00
anseki
8c78b18e58 Use Buffer.alloc if it is available. 2016-04-27 22:57:16 +09:00
anseki
5f5492ce0c Update for ESLint version 2016-04-27 22:26:19 +09:00
anseki
08e130af38 Code style for ESLint 2016-04-27 22:02:12 +09:00
anseki
67f3b66480 Support new placeholder syntax. 2016-02-24 01:20:41 +09:00
anseki
7b59655a9a Change default error message 2016-02-06 13:47:10 +09:00
anseki
e320f77429 Fix #30 2016-02-06 11:42:37 +09:00
anseki
ed02067795 Change: Accept value as options.cancel. Add placeholder parameters itemsCount, firstItem and lastItem. 2016-01-27 16:42:29 +09:00
anseki
0e700b21f6 Update: Support NodeJS-v4.2.4 and v5.1.0 that fixed about issue #18. 2015-12-24 18:32:18 +09:00
anseki
904fa023c5 Add comment in read.ps1 2015-08-31 16:46:58 +09:00
anseki
c3b717b5b5 Fix: PowerShell fails when the key is pushed before it is ready (#19) 2015-08-31 02:14:21 +09:00
anseki
274d13a44b Fix: iojs-v2.3.2+ input stream can not read first line. (#18) 2015-08-23 14:24:37 +09:00
anseki
060ac02ae9 Fix md README 2015-08-11 17:13:26 +09:00
anseki
948b690946 commandHandler does not check _ as command. 2015-06-12 16:08:20 +09:00
anseki
7c36922564 Fix: keyInSelect does not check empty items. 2015-05-23 14:19:21 +09:00
anseki
7b20ed4e72 Fix: README 2015-05-23 13:56:40 +09:00
anseki
56e1a7d3d1 Fix: stream mode conflict 2015-04-26 16:05:54 +09:00
anseki
64e65b27d3 Change: error message includes extMessage 2015-04-25 18:15:35 +09:00
anseki
f01fbf9946 Fix: old error message 2015-04-24 21:12:40 +09:00
anseki
4097639ab7 Fix: questionPath does not check "~" 2015-04-24 20:00:33 +09:00
anseki
55b42749d6 Fix: return value of validate is not type checked. 2015-04-24 15:00:59 +09:00
anseki
6b872347b8 Fix: some default value 2015-04-23 22:59:41 +09:00
anseki
3dd7c71743 Fix: displayOnly doesn't work 2015-04-22 21:24:12 +09:00
anseki
0c9c258946 Write README 2015-04-22 18:51:25 +09:00
anseki
e952a7b089 trueValue, falseValue of keyIn accept function 2015-04-20 16:43:12 +09:00
anseki
57758fa427 Add: parse home directory 2015-04-20 14:53:22 +09:00
anseki
80da6fd081 Add: promptCL* 2015-04-17 18:08:22 +09:00
anseki
69ce4ab6c2 Add: defaultInput, Utility Methods 2015-04-16 19:08:04 +09:00
anseki
b8e194e743 Utility Methods 2015-04-15 01:05:24 +09:00
anseki
bdd72b0037 Add displayOnly 2015-04-13 15:55:33 +09:00
anseki
d94e61388f limit trueValue falseValue accept function 2015-04-11 12:11:52 +09:00
anseki
fd186300a1 Fix: NL can't be output. 2015-04-08 22:57:52 +09:00
anseki
feb0cf4f5c Pass encoded values to External Program. 2015-04-08 17:33:53 +09:00
anseki
cc0cfa5044 Add placeholder 2015-04-07 18:38:14 +09:00
anseki
008f31fb6d Add options.isTrue, options.isFalse. 2015-04-05 23:14:48 +09:00
anseki
acc9db05cb Add options.limitMessage. 2015-04-05 20:05:23 +09:00
anseki
e521609b5e Change normal options.limit type to array. 2015-04-05 18:11:30 +09:00
anseki
de4f2b2ffd Change: option name bufSize -> bufferSize 2015-04-05 15:39:16 +09:00
anseki
efc4b8837c Add setDefault. 2015-04-05 14:45:42 +09:00