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: v7.0.0
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: v7.1.0
Choose a head ref
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Jan 15, 2021

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

Commits on Jan 20, 2021

  1. Add support for named imports in ESM (#1440)

    * Add esm wrapper and conditional exports
    
    * createCommand is an implict export, make explicit
    
    * Use deep link instead of experimental conditional
    
    * Add mjs to lint
    
    * Add sanity checks for esm imports
    
    * Create class instances in test
    
    * Add option so test-esm works for node 10 through 15
    
    * Remove stale comment
    
    * Condense wrapper
    
    * Move esm to declaring program section of README
    
    * Add esm and TypeScript to program section
    
    * fix typo
    shadowspawn authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    37825b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Jan 28, 2021

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

Commits on Jan 30, 2021

  1. Add cjs to list of expected node script extensions (#1449)

    * Add cjs to list of expected node script extensions
    
    * Extend file extension tests
    
    * Lint, and simplify code
    shadowspawn authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a28a89b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Convert typings tests to tsd (#1453)

    * Get started with tsd for stricter test of TypeScript typings
    
    * Convert typings tests to use tsd (rather than tsc)
    
    * Fix typo
    shadowspawn authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    02b40ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09dfb67 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 4, 2021

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

Commits on Feb 5, 2021

  1. Skip unknown options check if there is a better error to display (#1464)

    * Check for uknown options in multiple places, to allow skipping check
    
    * Missing command shows help, does not check for options
    
    * Check unknown commands before unknown options
    
    * Add comments
    
    * Restore legacy command:* handling
    
    * Add more tests for legacy command('*')
    
    * Add comment explaining history for test
    
    * Improve comment
    
    * Test for command suggestion despite unknown option
    
    * Improve comments and suppress test output
    
    * Add test for competing unknown command and option
    
    * Test that unknown option is an error in simple program
    
    * Fix test and comment
    shadowspawn authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4f78587 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

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

Commits on Feb 11, 2021

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

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    4aaaa9d View commit details
    Browse the repository at this point in the history
Loading