@@ -12,18 +12,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
13
13
### Added
14
14
15
- - ` .addHelpOption() ` as another way of configuring built-in help option
16
- - ` .helpCommand() ` for configuring built-in help command
15
+ - ` .addHelpOption() ` as another way of configuring built-in help option ( [ # 2006 ] )
16
+ - ` .helpCommand() ` for configuring built-in help command ( [ # 2087 ] )
17
17
18
18
### Changed
19
19
20
- - ` .addHelpCommand() ` now takes a Command (passing string or boolean still works as before but deprecated)
21
- - refactor internal implementation of built-in help option
22
- - refactor internal implementation of built-in help command
20
+ - ` .addHelpCommand() ` now takes a Command (passing string or boolean still works as before but deprecated) ( [ # 2087 ] )
21
+ - refactor internal implementation of built-in help option ( [ # 2006 ] )
22
+ - refactor internal implementation of built-in help command ( [ # 2087 ] )
23
23
24
24
### Deprecated
25
25
26
- - ` .addHelpCommand() ` passing string or boolean (use ` .helpCommand() ` or pass a Command)
26
+ - ` .addHelpCommand() ` passing string or boolean (use ` .helpCommand() ` or pass a Command) ( [ # 2087 ] )
27
27
28
28
29
29
## [ 12.0.0-0] (2023-11-11)
@@ -1251,13 +1251,15 @@ program
1251
1251
[ #1969 ] : https://github.com/tj/commander.js/pull/1969
1252
1252
[ #1982 ] : https://github.com/tj/commander.js/pull/1982
1253
1253
[ #1983 ] : https://github.com/tj/commander.js/pull/1983
1254
+ [ #2006 ] : https://github.com/tj/commander.js/pull/2006
1254
1255
[ #2010 ] : https://github.com/tj/commander.js/pull/2010
1255
1256
[ #2017 ] : https://github.com/tj/commander.js/pull/2017
1256
1257
[ #2019 ] : https://github.com/tj/commander.js/pull/2019
1257
1258
[ #2023 ] : https://github.com/tj/commander.js/pull/2023
1258
1259
[ #2027 ] : https://github.com/tj/commander.js/pull/2027
1259
1260
[ #2055 ] : https://github.com/tj/commander.js/pull/2055
1260
1261
[ #2059 ] : https://github.com/tj/commander.js/pull/2059
1262
+ [ #2087 ] : https://github.com/tj/commander.js/pull/2087
1261
1263
1262
1264
<!-- Referenced in 5.x -->
1263
1265
[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1337,6 +1339,7 @@ program
1337
1339
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1338
1340
1339
1341
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1342
+ [ 12.0.0-1 ] : https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
1340
1343
[ 12.0.0-0 ] : https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0
1341
1344
[ 11.1.0 ] : https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0
1342
1345
[ 11.0.0 ] : https://github.com/tj/commander.js/compare/v10.0.1...v11.0.0
0 commit comments