All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM
Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
1.1.0 (2021-08-19)
- args: capitalize usage section headings (eaa0f23)
0.7.1 (2021-07-29)
- args: omit empty groups from usage() (a66c19a)
0.7.0 (2021-07-01)
- args: add showGroupNames option (6917111)
0.6.0 (2021-06-08)
- args: add kvPairsMulti(), update coerceKV() (fd12f80)
0.5.0 (2021-03-28)
0.4.0 (2021-03-22)
- args: add arg groups, segment usage output (ebf5197)
- args: support arbitrary length aliases (1cfdf49)
0.3.1 (2021-03-21)
- args: fix usage() show defaults logic (ae31158)
0.3.0 (2021-03-20)
- args: update ParseOpts, UsageOpts (6577c80)
0.2.0 (2021-01-13)
- args: add defaultHint opt, update usage() (f8a4146)