Skip to content

Releases: tj/commander.js

Release V2.11.0

03 Jul 10:08
Compare
Choose a tag to compare
  • Fix help section order and padding (#652)
  • feature: support for signals to subcommands (#632)
  • Fixed #37, --help should not display first (#447)
  • Fix translation errors. (#570)
  • Add package-lock.json
  • Remove engines
  • Upgrade package version
  • Prefix events to prevent conflicts between commands and options (#494)
  • Removing dependency on graceful-readlink
  • Support setting name in #name function and make it chainable
  • Add .vscode directory to .gitignore (Visual Studio Code metadata)
  • Updated link to ruby commander in readme files

Release V2.10.0

23 Jun 09:34
Compare
Choose a tag to compare
  • Update .travis.yml. drop support for older node.js versions.
  • Fix require arguments in README.md
  • On SemVer you do not start from 0.0.1
  • Add missing semi colon in readme
  • Add save param to npm install
  • node v6 travis test
  • Update Readme_zh-CN.md
  • Allow literal '--' to be passed-through as an argument
  • Test subcommand alias help
  • link build badge to master branch
  • Support the alias of Git style sub-command
  • added keyword commander for better search result on npm
  • Fix Sub-Subcommands
  • test node.js stable
  • Fixes TypeError when a command has an option called --description
  • Update README.md to make it beginner friendly and elaborate on the difference between angled and square brackets.
  • Add chinese Readme file

Release V2.9.0

13 Oct 15:21
Compare
Choose a tag to compare
  • Add option isDefault to set default subcommand #415 @Qix-
  • Add callback to allow filtering or post-processing of help text #434 @djulien
  • Fix undefined text in help information close #414 #416 @zhiyelee

Release V2.8.1

24 Apr 20:28
Compare
Choose a tag to compare
  • Back out support multiline description Close #396 #397

Release V2.8.0

14 Apr 19:39
Compare
Choose a tag to compare
  • fix process.execArg not exists in old version
  • fix issues with 2.7.1 when using sub commands
  • allow commands to be hidden from help
  • improvements to documentation
  • when git-style sub-commands are in use, yet none are called, display help
  • descriptions: support multiline strings
  • add ability to specify arguments syntax for top-level command

Release v2.7.1

11 Mar 00:46
Compare
Choose a tag to compare
  • Revert "Issue #346, fix collisions when option and first arg have same name"

Release v2.7.0

09 Mar 15:29
Compare
Choose a tag to compare
  • solve #306, and bin in $PATH make sense
  • add outputhelp usage tip
  • fixes exit code from sub-commands not propagating
  • RegEx options
  • handle when action and option have same name, fixes #346
  • add support for camelCase on opts()
  • Added Gitter badge

Release v2.6.0

29 Dec 16:14
Compare
Choose a tag to compare

Release v2.6.0

Release 2.5.1

15 Dec 12:52
Compare
Choose a tag to compare

Release 2.5.1

Release 2.5.0

24 Oct 07:38
Compare
Choose a tag to compare

Release 2.5.0