Skip to content

Latest commit

 

History

History
138 lines (45 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

138 lines (45 loc) · 4.04 KB

Change Log

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

1.0.3 (2021-08-08)

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

1.0.2 (2021-08-08)

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

1.0.1 (2021-08-08)

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

0.7.2 (2021-08-04)

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

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)