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
base: 5bddedf2496e31c0a5d3eae7b8419b09291cf2fc
Choose a base ref
...
head repository: tj/commander.js
compare: 6c26370fcba737d9786a34d0e8693f689a067569
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 18, 2022

  1. Add "types" to "exports" (#1704)

    For TypeScript compatibility with future esm support.
    ChocolateLoverRaj committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    8cbd082 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot authored and abetomo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    961c45e View commit details
    Browse the repository at this point in the history
  2. Add example for "global" options (#1708)

    * Add example for common-options
    
    * Rename example so easier to find
    shadowspawn committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    40e67bc View commit details
    Browse the repository at this point in the history
  3. Clarify option arguments (#1709)

    * Add more detail about options and option-arguments
    
    * Use "greedy" in description
    shadowspawn committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7d7a674 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Check for conflicts in parent commands (#1711)

    * Rename test file
    
    * Add test for confilcts in parent command of called command
    
    * Check for conflicts up hierarchy of commands
    
    * Suppress help output from test
    
    * Remove bogus parameter
    shadowspawn committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    bf205d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Prepare for 9.2.0

    shadowspawn authored and abetomo committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b77a0e9 View commit details
    Browse the repository at this point in the history
  2. Add another PR to CHANGELOG

    shadowspawn authored and abetomo committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    9864529 View commit details
    Browse the repository at this point in the history
  3. Add link for 9.2.0 changes

    shadowspawn authored and abetomo committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    6c26370 View commit details
    Browse the repository at this point in the history