Skip to content

Latest commit

 

History

History
430 lines (186 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

430 lines (186 loc) · 20.3 KB

5.0.0 (2022-09-08)

Bug Fixes

  • Only allow default options in leaf commands. (#449) (06c2c43)

BREAKING CHANGES

  • Commands with sub-commands can not define default options anymore.

  • chore: Mention the new limitation in the readme.

4.0.24 (2022-08-24)

Bug Fixes

  • Standardize usage of terms in documentation. (#448) (6e33276)

4.0.23 (2022-03-25)

Bug Fixes

4.0.22 (2022-03-24)

Bug Fixes

4.0.21 (2021-08-15)

Bug Fixes

4.0.20 (2021-08-09)

Bug Fixes

  • bump @types/command-line-args from 5.0.1 to 5.2.0 (#389) (d9f67fd)

4.0.19 (2021-08-02)

Bug Fixes

  • bump command-line-args from 5.1.3 to 5.2.0 (#387) (fa59769)

4.0.18 (2021-07-26)

Bug Fixes

4.0.17 (2021-07-12)

Bug Fixes

  • bump command-line-args from 5.1.1 to 5.1.3 (#374) (f05ec11)

4.0.16 (2021-07-12)

Bug Fixes

4.0.15 (2021-07-12)

Bug Fixes

  • bump @types/command-line-usage from 5.0.1 to 5.0.2 (#377) (0ba3355)

4.0.14 (2021-07-12)

Bug Fixes

  • bump @types/command-line-args from 5.0.0 to 5.0.1 (#373) (3b54399)

4.0.13 (2021-07-06)

Bug Fixes

4.0.12 (2021-06-28)

Bug Fixes

4.0.11 (2021-06-10)

Bug Fixes

  • bump normalize-url from 6.0.0 to 6.0.1 (#357) (133fe33)

4.0.10 (2021-06-10)

Bug Fixes

  • bump glob-parent from 5.1.1 to 5.1.2 (#359) (9ce29a8)

4.0.9 (2021-06-10)

Bug Fixes

  • bump trim-newlines from 3.0.0 to 3.0.1 (#358) (992ee4b)

4.0.8 (2021-05-31)

Bug Fixes

4.0.7 (2021-05-24)

Bug Fixes

4.0.6 (2021-05-17)

Bug Fixes

4.0.5 (2021-05-12)

Bug Fixes

  • bump hosted-git-info from 2.8.8 to 2.8.9 (#334) (b6c269f)

4.0.4 (2021-03-29)

Bug Fixes

4.0.3 (2021-03-25)

Bug Fixes

4.0.2 (2021-03-25)

Bug Fixes

4.0.1 (2021-02-01)

Bug Fixes

4.0.0 (2021-01-08)

Bug Fixes

  • Remove ambiguity of multiple-options by not using "greedy" options. (#247) (66b8221)

BREAKING CHANGES

  • This changes the type of the multiple field in the type OptionDefinition. It also changes its behavior. "multiple-options" new have to be preceded by their option name each time they are given (unless they are default options).

3.6.16 (2021-01-06)

Bug Fixes

  • bump string-similarity from 4.0.3 to 4.0.4 (#242) (a5b2f43)

3.6.15 (2020-11-26)

Bug Fixes

3.6.14 (2020-11-26)

Bug Fixes

3.6.13 (2020-11-26)

Bug Fixes

3.6.12 (2020-11-20)

Bug Fixes

  • Update README.md with working multiple:on parameter example. (#200) (cfa255f)

3.6.11 (2020-11-09)

Bug Fixes

  • bump string-similarity from 4.0.2 to 4.0.3 (#191) (fdd3cc7)

3.6.10 (2020-11-09)

Bug Fixes

  • bump command-line-usage from 6.1.0 to 6.1.1 (#188) (8865ba1)

3.6.9 (2020-11-06)

Bug Fixes

  • bump @types/string-similarity from 3.0.0 to 4.0.0 (#187) (a23db1c)

3.6.8 (2020-11-03)

Bug Fixes

3.6.7 (2020-11-03)

Bug Fixes

  • Fix headline for robot section in readme. (#173) (957a8a2)

3.6.6 (2020-11-02)

Bug Fixes

  • bump command-line-commands from 3.0.1 to 3.0.2 (#172) (c06b9f4)

3.6.5 (2020-10-29)

Bug Fixes

3.6.4 (2020-10-14)

Bug Fixes

3.6.3 (2020-10-13)

Bug Fixes

  • Accept missing, non-required number options. (#157) (3ca7e5a)

3.6.2 (2020-08-04)

Bug Fixes

  • bump string-similarity from 4.0.1 to 4.0.2 (#108) (3939d42)

3.6.1 (2020-07-13)

Bug Fixes

3.6.0 (2020-02-23)

Features

  • Export Handlers interface. (7158fca)

3.5.1 (2020-02-14)

Bug Fixes

  • Only validate optional options if a value is given. (#39) (3dfe62e)

3.5.0 (2020-02-10)

Features

  • Implement custom validation for options. (#32) (9ca8651)

3.4.0 (2020-02-10)

Features

3.3.0 (2020-02-10)

Features

3.2.2 (2020-02-07)

Bug Fixes

  • Show flag name as optional for default options. (#29) (9c2e75e)

3.2.1 (2020-02-07)

Bug Fixes

  • Fix display of default option name. (#28) (7e2605e)

3.2.0 (2020-02-07)

Features

  • Move synopsis to its own section. (#27) (7af0917)

3.1.3 (2020-02-03)

Bug Fixes

3.1.2 (2020-01-31)

Bug Fixes

3.1.1 (2020-01-29)

Bug Fixes

  • Display required/optional parameters right in synopsis. (#17) (af836b4)

3.1.0 (2020-01-28)

Features

  • Implement validation and requiredness check for options. (#13) (c9a1b5e)

3.0.0 (2020-01-27)

Features

  • Log errors to stderr; Add test. (#7) (f6375ba)

BREAKING CHANGES

  • Now outputs errors and suggestions via stderr instead of the previous stdout.

2.0.0 (2020-01-27)

Features

  • Rename showUsage to getUsage. (#3) (219112a)

BREAKING CHANGES

  • The showUsage function is now getUsage to better reflect that it returns the usage as a string, instead of directly printing it.

1.0.1 (2020-01-23)

Bug Fixes

1.0.0 (2020-01-23)

Features