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: v9.5.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: v10.0.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 1, 2022

  1. Wrap command description in help (#1804)

    * Wrap command description. Replace trimRight by trimEnd.
    
    * Preserve empty lines when wrapping
    
    * Simplify line end handling
    
    * Translate Windows line endings to keep things sane
    shadowspawn authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    186f0c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Nov 7, 2022

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

Commits on Nov 27, 2022

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

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    e0f6173 View commit details
    Browse the repository at this point in the history
  2. Add Command.options to TypeScript (#1827)

    Make options and commands readonly to discourage direct manipulation.
    
    
    Co-authored-by: Cynthia <cynthia@cynthia.dev>
    Co-authored-by: Marcelo Shima <marceloshima@gmail.com>
    Co-authored-by: Dmitry Maganov <vonagam@gmail.com>
    4 people authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    04fc0fd View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. *: update dev deps and make tweaks

    - Update the developer dependencies to their latest versions.
    - Remove usage of the `--experimental-modules` CLI flag as it's a no-op now.
    - Change the typings file to make the linters happy.
    VoltrexKeyva authored and abetomo committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    5f3f004 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 14, 2023

  1. Update CHANGELOG (#1840)

    shadowspawn authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d0dac4c View commit details
    Browse the repository at this point in the history
  2. 10.0.0

    shadowspawn committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    8b03ab7 View commit details
    Browse the repository at this point in the history
Loading