Skip to content

Commit 7503a69

Browse files
authored
Update CHANGELOG for 8.0.0-2 (#1543)
* Update CHANGELOG * Add link for version diff
1 parent 4663597 commit 7503a69

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

11+
## [8.0.0-2] (2021-06-06)
12+
13+
### Added
14+
15+
- `.showHelpAfterError()` to display full help or a custom message after an error ([#1534])
16+
- custom argument processing function also called without action handler (only with action handler in v8.0.0-0) ([#1529])
17+
18+
### Changed
19+
20+
- remove help suggestion from "unknown command" error message (see `.showHelpAfteError()`) ([#1534])
21+
- `Command` property `.arg` initialised to empty array (was previously undefined) ([#1529])
22+
1123
## [8.0.0-1] (2021-05-30)
1224

1325
### Added
@@ -328,9 +340,13 @@ program
328340
[#1521]: https://github.com/tj/commander.js/pull/1521
329341
[#1522]: https://github.com/tj/commander.js/pull/1522
330342
[#1525]: https://github.com/tj/commander.js/pull/1525
343+
[#1529]: https://github.com/tj/commander.js/pull/1529
344+
[#1534]: https://github.com/tj/commander.js/pull/1534
331345
[#1539]: https://github.com/tj/commander.js/pull/1539
332346

333347
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
348+
[8.0.0-2]: https://github.com/tj/commander.js/compare/v8.0.0-1...v8.0.0-2
349+
[8.0.0-1]: https://github.com/tj/commander.js/compare/v8.0.0-0...v8.0.0-1
334350
[8.0.0-0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0-0
335351
[7.2.0]: https://github.com/tj/commander.js/compare/v7.1.0...v7.2.0
336352
[7.1.0]: https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "8.0.0-1",
3+
"version": "8.0.0-2",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)