Releases: tj/commander.js
Releases · tj/commander.js
v2.20.0
03 Apr 00:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix bug in command emit (#844 )
v2.17.0
04 Aug 00:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.15.0
08 Mar 01:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix typing of help function
v2.14.0
06 Feb 01:24
Compare
Sorry, something went wrong.
No results found
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