Skip to content

Commit a12386a

Browse files
committed
Merge pull request #282 from zhiyelee/v2.5.0
v2.5.0
2 parents 2878611 + 61d8572 commit a12386a

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

History.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
2.5.0 / 2014-10-24
2+
==================
3+
4+
* add support for variadic arguments. Closes #277 @whitlockjc
5+
16
2.4.0 / 2014-10-17
27
==================
3-
* Fixed a bug on executing the coercion function of subcommands option. Closes #270
4-
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
5-
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
6-
* Fixed a bug on subcommand name. Closes #248 @jonathandelgado
7-
* Fixed function normalize doesn’t honor option terminator. Closes #216 @abbr
8+
9+
* fixed a bug on executing the coercion function of subcommands option. Closes #270
10+
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
11+
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
12+
* fixed a bug on subcommand name. Closes #248 @jonathandelgado
13+
* fixed function normalize doesn’t honor option terminator. Closes #216 @abbr
814

915
2.3.0 / 2014-07-16
1016
==================

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "commander"
3-
, "version": "2.4.0"
3+
, "version": "2.5.0"
44
, "description": "the complete solution for node.js command-line programs"
55
, "keywords": ["command", "option", "parser", "prompt"]
66
, "author": "TJ Holowaychuk <[email protected]>"
77
, "license": "MIT"
8-
, "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" }
8+
, "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }
99
, "devDependencies": { "should": ">= 0.0.1" }
1010
, "scripts": { "test": "make test" }
1111
, "main": "index"

0 commit comments

Comments
 (0)