Skip to content

Commit

Permalink
Update CHANGELOG for 8.0.0-2 (#1543)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Add link for version diff
  • Loading branch information
shadowspawn committed Jun 6, 2021
1 parent 4663597 commit 7503a69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [8.0.0-2] (2021-06-06)

### Added

- `.showHelpAfterError()` to display full help or a custom message after an error ([#1534])
- custom argument processing function also called without action handler (only with action handler in v8.0.0-0) ([#1529])

### Changed

- remove help suggestion from "unknown command" error message (see `.showHelpAfteError()`) ([#1534])
- `Command` property `.arg` initialised to empty array (was previously undefined) ([#1529])

## [8.0.0-1] (2021-05-30)

### Added
Expand Down Expand Up @@ -328,9 +340,13 @@ program
[#1521]: https://github.com/tj/commander.js/pull/1521
[#1522]: https://github.com/tj/commander.js/pull/1522
[#1525]: https://github.com/tj/commander.js/pull/1525
[#1529]: https://github.com/tj/commander.js/pull/1529
[#1534]: https://github.com/tj/commander.js/pull/1534
[#1539]: https://github.com/tj/commander.js/pull/1539

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[8.0.0-2]: https://github.com/tj/commander.js/compare/v8.0.0-1...v8.0.0-2
[8.0.0-1]: https://github.com/tj/commander.js/compare/v8.0.0-0...v8.0.0-1
[8.0.0-0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0-0
[7.2.0]: https://github.com/tj/commander.js/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "8.0.0-1",
"version": "8.0.0-2",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit 7503a69

Please sign in to comment.