-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: tj/commander.js
base: v11.0.0
head repository: tj/commander.js
compare: v11.1.0
Commits on Jun 26, 2023
-
Add example of displaying custom usage in subcommand list (#1896)
* Add example of displaying custom usage in subcommand list * Make example more focused
Configuration menu - View commit details
-
Copy full SHA for 7fe7831 - Browse repository at this point
Copy the full SHA 7fe7831View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d038570 - Browse repository at this point
Copy the full SHA d038570View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b31a1f - Browse repository at this point
Copy the full SHA 3b31a1fView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2dc7458 - Browse repository at this point
Copy the full SHA 2dc7458View commit details -
Watch for npm package updates with dependabot
Signed-off-by: abetomo <abe@enzou.tokyo>
Configuration menu - View commit details
-
Copy full SHA for dde6bb5 - Browse repository at this point
Copy the full SHA dde6bb5View commit details -
Add note on inherited settings to docs
(cherry picked from commit ac955dc)
Configuration menu - View commit details
-
Copy full SHA for 2e2f139 - Browse repository at this point
Copy the full SHA 2e2f139View commit details -
Improve docs about inherited settings
(cherry picked from commit dfe2fc7) Co-authored-by: John Gee <john@ruru.gen.nz>
Configuration menu - View commit details
-
Copy full SHA for 880b028 - Browse repository at this point
Copy the full SHA 880b028View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68a4276 - Browse repository at this point
Copy the full SHA 68a4276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14fb529 - Browse repository at this point
Copy the full SHA 14fb529View commit details -
Change initial variable values in test for better error messages
(cherry picked from commit 87db4ba)
Configuration menu - View commit details
-
Copy full SHA for 401b0d6 - Browse repository at this point
Copy the full SHA 401b0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c38a95 - Browse repository at this point
Copy the full SHA 9c38a95View commit details -
Revert "Fix version() parameter type"
This reverts commit e8bea4a.
Configuration menu - View commit details
-
Copy full SHA for f3431d1 - Browse repository at this point
Copy the full SHA f3431d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c117172 - Browse repository at this point
Copy the full SHA c117172View commit details -
Throw error on options-as-properties config after setting option values
(cherry picked from commit 20c7cfa)
Configuration menu - View commit details
-
Copy full SHA for ff0fd9e - Browse repository at this point
Copy the full SHA ff0fd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6871e68 - Browse repository at this point
Copy the full SHA 6871e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f076d - Browse repository at this point
Copy the full SHA 96f076dView commit details -
Introduce _getCommandAndAncestors()
Replaces getCommandAndParents(): - turned into an instance method - used "ancestors" instead of "parents" because it is more precise (cherry picked from commit aa280af)
Configuration menu - View commit details
-
Copy full SHA for 1f90b11 - Browse repository at this point
Copy the full SHA 1f90b11View commit details -
Use _getCommandAndAncestors() consistently
(cherry picked from commit 777a452)
Configuration menu - View commit details
-
Copy full SHA for 25ebead - Browse repository at this point
Copy the full SHA 25ebeadView commit details -
Use _getCommandAndAncestors() less aggressively
Only call when all elements are to be iterated. Resort to manual iteration via .parent in other cases.
Configuration menu - View commit details
-
Copy full SHA for f76a734 - Browse repository at this point
Copy the full SHA f76a734View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5740e59 - Browse repository at this point
Copy the full SHA 5740e59View commit details
Commits on Aug 24, 2023
-
Refactor to wrap invalid argument (#1977)
Wrap handling command.invalidArgument to simplify calling code
Configuration menu - View commit details
-
Copy full SHA for 4c095d1 - Browse repository at this point
Copy the full SHA 4c095d1View commit details
Commits on Aug 26, 2023
-
Types for version getter (#1982)
* Update types since .version() returns version. * Remove extra space
Configuration menu - View commit details
-
Copy full SHA for f5413db - Browse repository at this point
Copy the full SHA f5413dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d432ba - Browse repository at this point
Copy the full SHA 0d432baView commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7d39ca - Browse repository at this point
Copy the full SHA c7d39caView commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e85e05a - Browse repository at this point
Copy the full SHA e85e05aView commit details -
Work-around bug in Jest (#2011)
Co-authored-by: Wee Bit <aweebit64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8edcfd9 - Browse repository at this point
Copy the full SHA 8edcfd9View commit details
Commits on Sep 11, 2023
-
Add public Arguments property (#2010)
Co-authored-by: Wee Bit <aweebit64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d23437 - Browse repository at this point
Copy the full SHA 7d23437View commit details -
Bump actions/checkout from 3 to 4 (#2012)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58820a4 - Browse repository at this point
Copy the full SHA 58820a4View commit details
Commits on Sep 12, 2023
-
Explicitly export factory functions (#2013)
Co-authored-by: Wee Bit <aweebit64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 384f17b - Browse repository at this point
Copy the full SHA 384f17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14edbca - Browse repository at this point
Copy the full SHA 14edbcaView commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26a34e6 - Browse repository at this point
Copy the full SHA 26a34e6View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 744ee3f - Browse repository at this point
Copy the full SHA 744ee3fView commit details
Commits on Oct 4, 2023
-
Refactor type-checking setup (#1969)
* Refactor type-checking setup * Refactor tsconfig particularly to enable loose check in VSCode, strict checks run separately for type definitions * Simplify includes for tsconfig * Explicitly separate the tsconfig for use with npm run-scripts * Improve comment * Resolved couple of work-in-progress comments * Update tsconfig to recommended node16 lib/module/target * Make checks strict by default and opt-out * Restore broken code to merge later changes * Updates after merge --------- Co-authored-by: Wee Bit <aweebit64@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96c6c25 - Browse repository at this point
Copy the full SHA 96c6c25View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67c9180 - Browse repository at this point
Copy the full SHA 67c9180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03dea00 - Browse repository at this point
Copy the full SHA 03dea00View commit details
Commits on Oct 8, 2023
-
Merge branch 'fix/grammar' of github.com:aweebit/commander.js into aw…
…eebit-fix/grammar
Configuration menu - View commit details
-
Copy full SHA for 591fc4b - Browse repository at this point
Copy the full SHA 591fc4bView commit details
Commits on Oct 13, 2023
-
Update CHANGELOG for 11.1.0 (#2025)
* Update CHANGELOG for 11.1.0 * add tsconfig refactor to CHANGELOG * Add tentative release date * Add PR reference * Bump version
3Configuration menu - View commit details
-
Copy full SHA for f1ae2db - Browse repository at this point
Copy the full SHA f1ae2dbView commit details
There are no files selected for viewing
Large diffs are not rendered by default.