@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
10
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
+
11
23
## [ 8.0.0-1] (2021-05-30)
12
24
13
25
### Added
@@ -328,9 +340,13 @@ program
328
340
[ #1521 ] : https://github.com/tj/commander.js/pull/1521
329
341
[ #1522 ] : https://github.com/tj/commander.js/pull/1522
330
342
[ #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
331
345
[ #1539 ] : https://github.com/tj/commander.js/pull/1539
332
346
333
347
[ 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
334
350
[ 8.0.0-0 ] : https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0-0
335
351
[ 7.2.0 ] : https://github.com/tj/commander.js/compare/v7.1.0...v7.2.0
336
352
[ 7.1.0 ] : https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0
0 commit comments