corrade-nucleus-nucleons – Blame information for rev 20

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