@@ -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
0 commit comments