Skip to content

Commit

Permalink
Merge pull request #282 from zhiyelee/v2.5.0
Browse files Browse the repository at this point in the history
v2.5.0
  • Loading branch information
zhiyelee committed Oct 24, 2014
2 parents 2878611 + 61d8572 commit a12386a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
2.5.0 / 2014-10-24
==================

* add support for variadic arguments. Closes #277 @whitlockjc

2.4.0 / 2014-10-17
==================
* Fixed a bug on executing the coercion function of subcommands option. Closes #270
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
* Fixed a bug on subcommand name. Closes #248 @jonathandelgado
* Fixed function normalize doesn’t honor option terminator. Closes #216 @abbr

* fixed a bug on executing the coercion function of subcommands option. Closes #270
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
* fixed a bug on subcommand name. Closes #248 @jonathandelgado
* fixed function normalize doesn’t honor option terminator. Closes #216 @abbr

2.3.0 / 2014-07-16
==================
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "commander"
, "version": "2.4.0"
, "version": "2.5.0"
, "description": "the complete solution for node.js command-line programs"
, "keywords": ["command", "option", "parser", "prompt"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "license": "MIT"
, "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" }
, "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }
, "devDependencies": { "should": ">= 0.0.1" }
, "scripts": { "test": "make test" }
, "main": "index"
Expand Down

0 comments on commit a12386a

Please sign in to comment.