@@ -12,21 +12,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
13
13
### Changed
14
14
15
- - * Breaking:* options are stored safely by default, not as properties on the command
15
+ - * Breaking:* options are stored safely by default, not as properties on the command ( [ # 1409 ] )
16
16
- this especially affects accessing options on program, use ` program.opts() `
17
17
- revert behaviour with ` .storeOptionsAsProperties() `
18
- - * Breaking:* action handlers are passed options and command separately
18
+ - * Breaking:* action handlers are passed options and command separately ( [ # 1409 ] )
19
19
20
20
### Added
21
21
22
- - * Breaking:* error message if there are too many command-arguments on command line for the action handler
22
+ - * Breaking:* error message if there are too many command-arguments on command line for the action handler ( [ # 1409 ] )
23
23
- if should be allowed then declare extra arguments, or use ` .allowExcessArguments() `
24
24
25
25
### Deleted
26
26
27
- - * Breaking:* ` .passCommandToAction() `
27
+ - * Breaking:* ` .passCommandToAction() ` ( [ # 1409 ] )
28
28
- no longer needed as action handler is passed options and command
29
- - * Breaking:* "extra arguments" parameter to action handler
29
+ - * Breaking:* "extra arguments" parameter to action handler ( [ # 1409 ] )
30
30
- if being used to detect excess arguments, there is now an error displayed by default
31
31
32
32
### Migration Tips
@@ -404,6 +404,7 @@ to expand `-fb` to `-f -b` rather than `-f b`.
404
404
[ #1380 ] : https://github.com/tj/commander.js/pull/1380
405
405
[ #1387 ] : https://github.com/tj/commander.js/pull/1387
406
406
[ #1390 ] : https://github.com/tj/commander.js/pull/1390
407
+ [ #1409 ] : https://github.com/tj/commander.js/pull/1409
407
408
408
409
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
409
410
[ 7.0.0-1 ] : https://github.com/tj/commander.js/compare/v7.0.0-1...v7.0.0-2
0 commit comments