Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
725 lines (239 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

725 lines (239 loc) · 18.9 KB

3.8.17 (2023-08-19)

Bug Fixes

  • deps: bump tslib from 2.6.1 to 2.6.2 (f1cf8bf)

3.8.16 (2023-07-29)

Bug Fixes

  • deps: bump tslib from 2.6.0 to 2.6.1 (d0a8903)

3.8.15 (2023-07-19)

Bug Fixes

  • deps: bump word-wrap from 1.2.3 to 1.2.4 (7aa0faa)

3.8.14 (2023-07-11)

Bug Fixes

  • deps: bump semver from 5.7.0 to 5.7.2 (ec88111)

3.8.13 (2023-07-01)

Bug Fixes

  • deps: bump tslib from 2.5.3 to 2.6.0 (ca0c828)

3.8.12 (2023-06-03)

Bug Fixes

  • deps: bump tslib from 2.5.2 to 2.5.3 (c01da3f)

3.8.11 (2023-05-20)

Bug Fixes

  • deps: bump tslib from 2.5.0 to 2.5.2 (27c57cc)

3.8.10 (2023-01-28)

Bug Fixes

  • deps: bump tslib from 2.4.1 to 2.5.0 (3e85d7a)

3.8.9 (2022-11-05)

Bug Fixes

  • deps: bump tslib from 2.3.1 to 2.4.1 (9935987)

3.8.8 (2022-10-01)

Bug Fixes

  • deps: bump @oclif/errors from 1.3.5 to 1.3.6 (1b14fb5)

3.8.7 (2022-02-25)

Bug Fixes

  • accept integer 0 as valid arg input (#114) (2619871)
  • print valid flag values in error message when using exactlyOne (#232) (7b348f8)
  • typescript compliation errors (bba144d)

3.8.5 (2020-05-15)

Bug Fixes

  • make EnumFlagOptions#options of type T[] instead of string (#69) (2fefccb)
  • move @oclif/errors to dependencies (#71) (ff28cec)
  • support - as an argument value (#70) (73fed83)

3.8.4 (2019-08-02)

Bug Fixes

  • default should be T[] when multiple: true (#56) (bab7447)

3.8.3 (2019-07-12)

Bug Fixes

  • better type for flags with default value (#53) (044806a)

3.8.2 (2019-07-11)

3.8.1 (2019-05-28)

Bug Fixes

3.8.0 (2019-04-30)

Features

3.7.3 (2019-03-15)

Bug Fixes

  • ignore defaulted flags for exclusivity (1dfe62a)

3.7.2 (2018-12-18)

3.7.1 (2018-12-18)

Bug Fixes

  • Proper handling of permutations of arguments with defaults and required arguments (#43) (6577b9e)

3.7.0 (2018-10-17)

Features

  • Allow a default to be specified for boolean flags (#41) (f5053a5)

3.6.3 (2018-10-17)

Bug Fixes

3.6.2 (2018-10-13)

Bug Fixes

  • remove greenkeeper badge (baf99f1)

3.6.1 (2018-08-31)

Bug Fixes

3.6.0 (2018-08-17)

Features

3.5.3 (2018-06-29)

Bug Fixes

3.5.2 (2018-06-15)

Bug Fixes

3.5.1 (2018-06-01)

Bug Fixes

3.5.0 (2018-06-01)

Features

  • Handle flags with multiple inputs without the flag before each input (#25) (c636d74)

3.4.1 (2018-05-31)

Bug Fixes

3.4.0 (2018-05-13)

Features

3.3.3 (2018-04-18)

Bug Fixes

3.3.2 (2018-04-09)

Bug Fixes

  • fixed case when not calling dependsOn flag (76c1c5a)

3.3.1 (2018-04-09)

Bug Fixes

  • alsoRequire -> dependsOn (38b53d0)

3.3.0 (2018-04-09)

Features

  • added alsoRequire to flags (a48f523)

3.2.13 (2018-04-09)

Bug Fixes

  • move @heroku/linewrap to @oclif/linewrap (d3136fd)

3.2.12 (2018-04-09)

Performance Improvements

3.2.11 (2018-04-06)

Bug Fixes

3.2.10 (2018-04-06)

3.2.9 (2018-02-14)

Bug Fixes

3.2.8 (2018-02-13)

Bug Fixes

3.2.7 (2018-02-13)

Bug Fixes

3.2.6 (2018-02-06)

Bug Fixes

3.2.5 (2018-02-05)

Bug Fixes

3.2.4 (2018-02-05)

Bug Fixes

3.2.3 (2018-02-05)

Bug Fixes

  • optionally require chalk (840676d)

3.2.2 (2018-02-03)

Bug Fixes

3.2.1 (2018-02-03)

Bug Fixes

  • rename ParserInput to Input and ParserOutput to Output (f46fa41)

3.2.0 (2018-02-03)

Features

3.1.1 (2018-02-03)

Bug Fixes

3.1.0 (2018-02-03)

Features

3.0.4 (2018-02-01)

Bug Fixes

3.0.3 (2018-02-01)

Bug Fixes

  • added options to flags/args (6a33b06)

3.0.2 (2018-02-01)

Bug Fixes

3.0.1 (2018-02-01)

Bug Fixes

3.0.0 (2018-02-01)

Bug Fixes

Features

  • pass argv before options (4448f14)

BREAKING CHANGES

  • the API now has 2 arguments instead of 1

0.1.4 (2018-01-31)

Bug Fixes

0.1.3 (2018-01-31)

Bug Fixes

0.1.2 (2018-01-31)

Bug Fixes

0.1.1 (2018-01-30)

Bug Fixes

0.1.0 (2018-01-30)

Bug Fixes

Features

0.0.6 (2018-01-30)

Bug Fixes

  • add typing to flag output (967cd55)

0.0.5 (2018-01-26)

Bug Fixes

0.0.4 (2018-01-20)

Bug Fixes

0.0.3 (2018-01-20)

Bug Fixes

  • fixed reference to screen (f516f33)

0.0.2 (2018-01-16)

Bug Fixes

0.0.1 (2018-01-15)

Bug Fixes

2.0.7 (2017-12-31)

2.0.6 (2017-12-27)

2.0.5 (2017-12-27)

2.0.4 (2017-12-26)

2.0.3 (2017-12-22)

2.0.2 (2017-12-20)

2.0.1 (2017-12-20)

2.0.0 (2017-12-20)

1.0.19 (2017-12-18)

1.0.18 (2017-12-13)

1.0.17 (2017-12-13)

1.0.16 (2017-10-04)

1.0.15 (2017-09-16)

1.0.14 (2017-09-16)

1.0.13 (2017-09-15)

1.0.12 (2017-09-15)

1.0.11 (2017-09-13)

1.0.10 (2017-09-13)

1.0.9 (2017-09-13)

1.0.8 (2017-09-13)

1.0.7 (2017-09-13)

1.0.6 (2017-09-12)

1.0.5 (2017-09-12)

1.0.4 (2017-09-12)

1.0.3 (2017-09-12)

1.0.2 (2017-09-11)

1.0.1 (2017-09-10)

1.0.0 (2017-09-10)