Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tj/commander.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0-1
Choose a base ref
...
head repository: tj/commander.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 16 commits
  • 23 files changed
  • 2 contributors

Commits on Jun 1, 2021

  1. Add showHelpAfterError (#1534)

    * First cut at displayHelpWithError
    
    * Rename method
    
    * Rename
    
    * Add typings
    
    * Simplify unknownCommand message to match others
    
    * Add chain test
    
    * Add JSDoc typing for TypeScript --checkJS
    
    * Inherit behaviour to subcommands
    
    * Add tests
    
    * Add README
    
    * Tweak wording
    
    * Add test for invalid argument showing help
    shadowspawn authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    082717f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Support argument processing without action handler (#1529)

    * Process command-arguments without needing action handler
    
    * Add some test for new behaviours without action handler
    
    * Modify README
    shadowspawn authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4663597 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Update CHANGELOG for 8.0.0-2 (#1543)

    * Update CHANGELOG
    
    * Add link for version diff
    shadowspawn authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    7503a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e204e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    9fad40f View commit details
    Browse the repository at this point in the history
  2. Add tips about showing help instead of just missing arguments error (#…

    …1547)
    
    * Add tips about showing help instead of just missing arguments error
    
    * Add block types. Fix indentation.
    shadowspawn authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    cf58455 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Prepare for 8.0.0 (#1548)

    * Update dependencies
    
    * Refactor v8 changes
    
    * Bump version
    shadowspawn authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    51c77ec View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Note Chinese translations are stale (#1550)

    * Improve example
    
    * Add note that Chinese translations not yet updated
    shadowspawn authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    80054ba View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Add copyInheritedSettings (#1557)

    * Factor out copySettings so can be used in programs using addCommand.
    
    * Fill out tests for properties for copySettings
    
    * Add TypeScript
    
    * Rename
    shadowspawn authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    5517d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    56c4108 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    4be69f1 View commit details
    Browse the repository at this point in the history
  2. Feature/argument arg explicit (#1567)

    * Add new methods
    
    * Add chain test
    
    * Add tests for Argument.required
    
    * Add typings for argRequired and argOptional
    shadowspawn authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6f51e4a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Update Chinese docs

    wangweixuan authored and abetomo committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e6943c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Prepare for 8.1

    shadowspawn authored and abetomo committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a036bde View commit details
    Browse the repository at this point in the history
  2. Clarify that more than just README

    shadowspawn authored and abetomo committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    411ca95 View commit details
    Browse the repository at this point in the history
  3. Add link for version diff

    shadowspawn authored and abetomo committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a9c9f17 View commit details
    Browse the repository at this point in the history
Loading