Version 1
[yaffs-website] / node_modules / commander / History.md
1
2 2.9.0 / 2015-10-13
3 ==================
4
5   * Add option `isDefault` to set default subcommand #415 @Qix-
6   * Add callback to allow filtering or post-processing of help text #434 @djulien
7   * Fix `undefined` text in help information close #414 #416 @zhiyelee
8
9 2.8.1 / 2015-04-22
10 ==================
11
12  * Back out `support multiline description` Close #396 #397
13
14 2.8.0 / 2015-04-07
15 ==================
16
17   * Add `process.execArg` support, execution args like `--harmony` will be passed to sub-commands #387 @DigitalIO @zhiyelee
18   * Fix bug in Git-style sub-commands #372 @zhiyelee
19   * Allow commands to be hidden from help #383 @tonylukasavage
20   * When git-style sub-commands are in use, yet none are called, display help #382 @claylo
21   * Add ability to specify arguments syntax for top-level command #258 @rrthomas
22   * Support multiline descriptions #208 @zxqfox
23
24 2.7.1 / 2015-03-11
25 ==================
26
27  * Revert #347 (fix collisions when option and first arg have same name) which causes a bug in #367.
28
29 2.7.0 / 2015-03-09
30 ==================
31
32  * Fix git-style bug when installed globally. Close #335 #349 @zhiyelee
33  * Fix collisions when option and first arg have same name. Close #346 #347 @tonylukasavage
34  * Add support for camelCase on `opts()`. Close #353  @nkzawa
35  * Add node.js 0.12 and io.js to travis.yml
36  * Allow RegEx options. #337 @palanik
37  * Fixes exit code when sub-command failing.  Close #260 #332 @pirelenito
38  * git-style `bin` files in $PATH make sense. Close #196 #327  @zhiyelee
39
40 2.6.0 / 2014-12-30
41 ==================
42
43   * added `Command#allowUnknownOption` method. Close #138 #318 @doozr @zhiyelee
44   * Add application description to the help msg. Close #112 @dalssoft
45
46 2.5.1 / 2014-12-15
47 ==================
48
49   * fixed two bugs incurred by variadic arguments. Close #291 @Quentin01 #302 @zhiyelee
50
51 2.5.0 / 2014-10-24
52 ==================
53
54  * add support for variadic arguments. Closes #277 @whitlockjc
55
56 2.4.0 / 2014-10-17
57 ==================
58
59  * fixed a bug on executing the coercion function of subcommands option. Closes #270
60  * added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
61  * added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
62  * fixed a bug on subcommand name. Closes #248 @jonathandelgado
63  * fixed function normalize doesn’t honor option terminator. Closes #216 @abbr
64
65 2.3.0 / 2014-07-16
66 ==================
67
68  * add command alias'. Closes PR #210
69  * fix: Typos. Closes #99
70  * fix: Unused fs module. Closes #217
71
72 2.2.0 / 2014-03-29
73 ==================
74
75  * add passing of previous option value
76  * fix: support subcommands on windows. Closes #142
77  * Now the defaultValue passed as the second argument of the coercion function.
78
79 2.1.0 / 2013-11-21
80 ==================
81
82  * add: allow cflag style option params, unit test, fixes #174
83
84 2.0.0 / 2013-07-18
85 ==================
86
87  * remove input methods (.prompt, .confirm, etc)
88
89 1.3.2 / 2013-07-18
90 ==================
91
92  * add support for sub-commands to co-exist with the original command
93
94 1.3.1 / 2013-07-18
95 ==================
96
97  * add quick .runningCommand hack so you can opt-out of other logic when running a sub command
98
99 1.3.0 / 2013-07-09
100 ==================
101
102  * add EACCES error handling
103  * fix sub-command --help
104
105 1.2.0 / 2013-06-13
106 ==================
107
108  * allow "-" hyphen as an option argument
109  * support for RegExp coercion
110
111 1.1.1 / 2012-11-20
112 ==================
113
114   * add more sub-command padding
115   * fix .usage() when args are present. Closes #106
116
117 1.1.0 / 2012-11-16
118 ==================
119
120   * add git-style executable subcommand support. Closes #94
121
122 1.0.5 / 2012-10-09
123 ==================
124
125   * fix `--name` clobbering. Closes #92
126   * fix examples/help. Closes #89
127
128 1.0.4 / 2012-09-03
129 ==================
130
131   * add `outputHelp()` method.
132
133 1.0.3 / 2012-08-30
134 ==================
135
136   * remove invalid .version() defaulting
137
138 1.0.2 / 2012-08-24
139 ==================
140
141   * add `--foo=bar` support [arv]
142   * fix password on node 0.8.8. Make backward compatible with 0.6 [focusaurus]
143
144 1.0.1 / 2012-08-03
145 ==================
146
147   * fix issue #56
148   * fix tty.setRawMode(mode) was moved to tty.ReadStream#setRawMode() (i.e. process.stdin.setRawMode())
149
150 1.0.0 / 2012-07-05
151 ==================
152
153   * add support for optional option descriptions
154   * add defaulting of `.version()` to package.json's version
155
156 0.6.1 / 2012-06-01
157 ==================
158
159   * Added: append (yes or no) on confirmation
160   * Added: allow node.js v0.7.x
161
162 0.6.0 / 2012-04-10
163 ==================
164
165   * Added `.prompt(obj, callback)` support. Closes #49
166   * Added default support to .choose(). Closes #41
167   * Fixed the choice example
168
169 0.5.1 / 2011-12-20
170 ==================
171
172   * Fixed `password()` for recent nodes. Closes #36
173
174 0.5.0 / 2011-12-04
175 ==================
176
177   * Added sub-command option support [itay]
178
179 0.4.3 / 2011-12-04
180 ==================
181
182   * Fixed custom help ordering. Closes #32
183
184 0.4.2 / 2011-11-24
185 ==================
186
187   * Added travis support
188   * Fixed: line-buffered input automatically trimmed. Closes #31
189
190 0.4.1 / 2011-11-18
191 ==================
192
193   * Removed listening for "close" on --help
194
195 0.4.0 / 2011-11-15
196 ==================
197
198   * Added support for `--`. Closes #24
199
200 0.3.3 / 2011-11-14
201 ==================
202
203   * Fixed: wait for close event when writing help info [Jerry Hamlet]
204
205 0.3.2 / 2011-11-01
206 ==================
207
208   * Fixed long flag definitions with values [felixge]
209
210 0.3.1 / 2011-10-31
211 ==================
212
213   * Changed `--version` short flag to `-V` from `-v`
214   * Changed `.version()` so it's configurable [felixge]
215
216 0.3.0 / 2011-10-31
217 ==================
218
219   * Added support for long flags only. Closes #18
220
221 0.2.1 / 2011-10-24
222 ==================
223
224   * "node": ">= 0.4.x < 0.7.0". Closes #20
225
226 0.2.0 / 2011-09-26
227 ==================
228
229   * Allow for defaults that are not just boolean. Default peassignment only occurs for --no-*, optional, and required arguments. [Jim Isaacs]
230
231 0.1.0 / 2011-08-24
232 ==================
233
234   * Added support for custom `--help` output
235
236 0.0.5 / 2011-08-18
237 ==================
238
239   * Changed: when the user enters nothing prompt for password again
240   * Fixed issue with passwords beginning with numbers [NuckChorris]
241
242 0.0.4 / 2011-08-15
243 ==================
244
245   * Fixed `Commander#args`
246
247 0.0.3 / 2011-08-15
248 ==================
249
250   * Added default option value support
251
252 0.0.2 / 2011-08-15
253 ==================
254
255   * Added mask support to `Command#password(str[, mask], fn)`
256   * Added `Command#password(str, fn)`
257
258 0.0.1 / 2010-01-03
259 ==================
260
261   * Initial release