All Versions
107
Latest Version
Avg Release Cycle
37 days
Latest Release
572 days ago

Changelog History
Page 6

  • v2.17.0 Changes

    August 04, 2018
    • ๐Ÿ›  fixed newline output after help information (#833)
    • ๐Ÿ›  Fix to emit the action even without command (#778)
    • โšก๏ธ npm update (#823)
  • v2.16.0 Changes

    June 29, 2018
    • โœ‚ 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 Changes

    March 20, 2018

    ๐Ÿ›  fix #777
    ๐Ÿš€ Released with [email protected]

  • v2.15.0 Changes

    March 08, 2018
    • Update downloads badge to point to graph of downloads over time instead of duplicating link to npm
    • Arguments description
  • v2.14.1 Changes

    February 07, 2018
    • Fix typing of help function
  • v2.14.0 Changes

    February 05, 2018
    • 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
  • v2.13.0 Changes

    January 09, 2018
    • Do not print default for --no-
    • remove trailing spaces in command help
    • Update CI's Node.js to LTS and latest version
    • typedefs: Command and Option types added to commander namespace
  • v2.12.2 Changes

    November 28, 2017
    • fix: typings are not shipped
  • v2.12.1 Changes

    November 23, 2017
    • Move @types/node to dev dependency
  • v2.12.0 Changes

    November 22, 2017
    • add attributeName() method to Option objects
    • Documentation updated for options with --no prefix
    • typings: outputHelp takes a string as the first parameter
    • typings: use overloads
    • feat(typings): update to match js api
    • Print default value in option help
    • Fix translation error
    • Fail when using same command and alias (#491)
    • feat(typings): add help callback
    • fix bug when description is add after command with options (#662)
    • Format js code
    • Rename History.md to CHANGELOG.md (#668)
    • feat(typings): add typings to support TypeScript (#646)
    • use current node