- Last updated: 2025-01-29T16:25:48Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
2.3.34 (2024-06-21)
- rename various rest args to be more semantically meaningful (8088a56)
- enforce uniform naming convention of internal functions (56992b2)
2.3.31 (2024-04-20)
- update type usage (68dd6a2)
2.3.2 (2023-12-26)
- update word wrap behavior in usage() (60b1580)
2.3.0 (2023-12-18)
- add cliApp() runner (b2248fa)
- update lifecycle hooks, add NO_COLOR support, add docs (4a0ebda)
- add CLIAppConfig pre/post lifecycle hooks
- update UsageOpts.color handling
- add
NO_COLOR
env var support in cliApp() - add doc strings
- update deps
- update cliApp() to support command context extensions (61d9fb8)
- update cliApp() error handling (019e5a1)
- update argv handling in cliApp() (b1ed768)
- add NO_COLOR aware formatters to CommandCtx (0e7ddda)
- update deps
- update cliApp() to use StreamLogger (target: process.stderr) (b249295)
2.2.28 (2023-08-04)
- update
identity
usage in various pkgs (b6db053)
2.2.15 (2022-12-29)
- update "no-browser" pkg handling (0e84f1b)
2.2.0 (2022-08-15)
- add ParseError, update parse() err handling (c854a13)
- update parse() to re-throw any caught error wrapped as ParseError
2.1.6 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)