Skip to content

Releases: tj/commander.js

v2.20.0

03 Apr 00:41
3e8bf54

Choose a tag to compare

  • fix: resolve symbolic links completely when hunting for subcommands (#935)
  • Update index.d.ts (#930)
  • Update Readme.md (#924)
  • Remove --save option as it isn't required anymore (#918)
  • Add link to the license file (#900)
  • Added example of receiving args from options (#858)
  • Added missing semicolon (#882)
  • Add extension to .eslintrc (#876)

v2.19.0

08 Oct 21:50

Choose a tag to compare

  • Removed newline after Options and Commands headers (#864)
  • Bugfix - Error output (#862)
  • Fix to change default value to string (#856)

v2.18.0

07 Sep 10:28

Choose a tag to compare

  • Standardize help output (#853)
  • chmod 644 travis.yml (#851)
  • add support for execute typescript subcommand via ts-node (#849)

v2.17.1

07 Aug 11:20

Choose a tag to compare

  • Fix bug in command emit (#844)

v2.17.0

04 Aug 00:09

Choose a tag to compare

  • fixed newline output after help information (#833)
  • Fix to emit the action even without command (#778)
  • npm update (#823)

v2.16.0

29 Jun 09:41
4cc348b

Choose a tag to compare

  • Remove Makefile and test/run (#821)
  • Make 'npm test' run on Windows (#820)
  • Add badge to display install size (#807)
  • chore: cache node_modules (#814)
  • chore: remove Node.js 4 (EOL), add Node.js 10 (#813)
  • fixed typo in readme (#812)
  • Fix types (#804)
  • Update eslint to resolve vulnerabilities in lodash (#799)
  • updated readme with custom event listeners. (#791)
  • fix tests (#794)

v2.15.1

20 Mar 01:48

Choose a tag to compare

fix #777
Released with [email protected]

v2.15.0

08 Mar 01:12
d8404f8

Choose a tag to compare

  • Update downloads badge to point to graph of downloads over time instead of duplicating link to npm
  • Arguments description

v2.14.1

07 Feb 07:43

Choose a tag to compare

  • Fix typing of help function

v2.14.0

06 Feb 01:24

Choose a tag to compare

  • only register the option:version event once
  • Fixes issue #727: Passing empty string for option on command is set to undefined
  • enable eqeqeq rule
  • resolves #754 add linter configuration to project
  • resolves #560 respect custom name for version option
  • document how to override the version flag
  • document using options per command