Skip to content

Latest commit

 

History

History
116 lines (59 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

116 lines (59 loc) · 4.78 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.8 (2021-11-10)

Note: Version bump only for package @thi.ng/args

2.0.7 (2021-11-03)

Note: Version bump only for package @thi.ng/args

2.0.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

BREAKING CHANGES

  • 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 of require()
  • 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)

Features

  • args: capitalize usage section headings (eaa0f23)

0.7.1 (2021-07-29)

Bug Fixes

  • args: omit empty groups from usage() (a66c19a)

0.7.0 (2021-07-01)

Features

  • args: add showGroupNames option (6917111)

0.6.0 (2021-06-08)

Features

  • args: add kvPairsMulti(), update coerceKV() (fd12f80)

0.5.0 (2021-03-28)

Features

  • args: add vec() arg type (f05cb2a)
  • args: wordwrap usage prefix/suffix, defaults (325b558)

0.4.0 (2021-03-22)

Features

  • args: add arg groups, segment usage output (ebf5197)
  • args: support arbitrary length aliases (1cfdf49)

0.3.1 (2021-03-21)

Bug Fixes

  • args: fix usage() show defaults logic (ae31158)

0.3.0 (2021-03-20)

Features

  • args: update ParseOpts, UsageOpts (6577c80)

0.2.0 (2021-01-13)

Features

  • args: add defaultHint opt, update usage() (f8a4146)

0.1.0 (2021-01-10)

Features

  • args: add kv args, callbacks, usage opts (c306aba)
  • args: add strict mode kvArgs()/coerceKV(), add docs (b76c4f1)
  • args: add tuple arg type support (a05dde9)
  • args: import as new package (af5d943)
  • args: major general package update (26ec49a)
  • args: update multi arg specs, parse (dbdf913)