Skip to content

Commit e281fe3

Browse files
shadowspawnabetomo
andauthored
Update docs for 14.0.3 (#2474)
* Update CHANGELOG for 14.0.3 and minor doc updates * Update CHANGELOG.md Co-authored-by: Abe Tomoaki <abe@enzou.tokyo> --------- Co-authored-by: Abe Tomoaki <abe@enzou.tokyo>
1 parent 7357dda commit e281fe3

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

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+
## [14.0.3] (2026-01-31)
12+
13+
### Added
14+
15+
- Release Policy document ([#2462])
16+
17+
### Changes
18+
19+
- old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date ([#2462])
20+
- clarify typing for deprecated callback parameter to `.outputHelp()` ([#2427])
21+
- simple readability improvements to README ([#2465])
22+
1123
## [14.0.2] (2025-10-25)
1224

1325
### Changed
@@ -1439,7 +1451,10 @@ program
14391451
[#2396]: https://github.com/tj/commander.js/pull/2396
14401452
[#2409]: https://github.com/tj/commander.js/pull/2409
14411453
[#2410]: https://github.com/tj/commander.js/pull/2410
1454+
[#2427]: https://github.com/tj/commander.js/pull/2427
14421455
[#2428]: https://github.com/tj/commander.js/pull/2428
1456+
[#2462]: https://github.com/tj/commander.js/pull/2462
1457+
[#2465]: https://github.com/tj/commander.js/pull/2465
14431458

14441459
<!-- Referenced in 5.x -->
14451460
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1519,6 +1534,7 @@ program
15191534
[#1028]: https://github.com/tj/commander.js/pull/1028
15201535

15211536
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1537+
[14.0.3]: https://github.com/tj/commander.js/compare/v14.0.2...v14.0.3
15221538
[14.0.2]: https://github.com/tj/commander.js/compare/v14.0.1...v14.0.2
15231539
[14.0.1]: https://github.com/tj/commander.js/compare/v14.0.0...v14.0.1
15241540
[14.0.0]: https://github.com/tj/commander.js/compare/v13.1.0...v14.0.0

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ You can configure the help by modifying data properties and methods using `.conf
951951

952952
Simple properties include `sortSubcommands`, `sortOptions`, and `showGlobalOptions`. You can add color using the style methods like `.styleTitle()`.
953953

954-
For more detail and examples of changing the displayed text, color, and layout, see: [help in depth](./docs/help-in-depth.md).
954+
For more detail and examples of changing the displayed text, color, and layout, see: [Help in Depth](./docs/help-in-depth.md).
955955

956956
## Custom event listeners
957957

@@ -1156,8 +1156,10 @@ program
11561156
There is more information available about:
11571157

11581158
- [deprecated](./docs/deprecated.md) features still supported for backwards compatibility
1159+
- [Help in Depth](./docs/help-in-depth.md) configuring help output
11591160
- [options taking varying arguments](./docs/options-in-depth.md)
11601161
- [parsing life cycle and hooks](./docs/parsing-and-hooks.md)
1162+
- [Release Policy](./docs/release-policy.md)
11611163

11621164
## Support
11631165

docs/release-policy.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ The current release line gets all updates: features, bug fixes, and security upd
1111

1212
| Version | First Release | Release Note | Status | End of Life |
1313
| ------- | ------------- | - | ------- | ----------- |
14-
| 14.x | 2025-05-18 | [14.0.0](https://github.com/tj/commander.js/releases/tag/v14.0.0) | current | |
14+
| 14.x | 2025-05-18 | [14.0.0](https://github.com/tj/commander.js/releases/tag/v14.0.0) | current | - |
1515
| 13.x | 2024-12-30 | [13.0.0](https://github.com/tj/commander.js/releases/tag/v13.0.0) | maintenance | 2026-05-18 |
16-
| 12.x | 2024-02-03 | [12.0.0](https://github.com/tj/commander.js/releases/tag/v12.0.0) | maintenance | 2025-12-30 |
17-
18-
Older versions do not automatically get security updates.
16+
| <13 | | | end of life | |

0 commit comments

Comments
 (0)