Skip to content

Latest commit

 

History

History
695 lines (306 loc) · 27.8 KB

CHANGELOG.md

File metadata and controls

695 lines (306 loc) · 27.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.13.4 (2022-08-08)

Bug Fixes

  • retain enable json flag get/set apply flag at parse (#460) (9812937)

1.13.3 (2022-08-06)

Bug Fixes

1.13.2 (2022-08-05)

Bug Fixes

1.13.1 (2022-08-02)

Bug Fixes

  • throw appropriate error in runCommand (#455) (66e9bbc)

1.13.0 (2022-07-28)

Features

  • drop node12, use es2020 (ac749e3)
  • min/max for integer flag (7e05ef7)
  • node14/es2020 for bigint, pr feedback (03a50b8)

1.12.1 (2022-07-21)

Bug Fixes

1.12.0 (2022-07-20)

Features

  • improve the instantiation of global flags (#445) (d264535)

1.11.0 (2022-07-18)

Features

  • print error info when module not found (#427) (223e79b)

1.10.0 (2022-07-15)

Features

1.9.10 (2022-07-15)

1.9.9 (2022-07-14)

Bug Fixes

1.9.8 (2022-07-14)

1.9.7 (2022-07-14)

Bug Fixes

1.9.6 (2022-07-14)

1.9.5 (2022-06-23)

1.9.4 (2022-06-23)

1.9.3 (2022-06-16)

1.9.2 (2022-06-14)

1.9.1 (2022-06-14)

Bug Fixes

  • support CLIs with single top level command (#426) (44adb4d)

1.9.0 (2022-05-20)

Features

  • support TS directory imports for ESM (#422) (4c58e78)

1.8.2 (2022-05-18)

Bug Fixes

  • properly load index.js ES modules (cont) (#417) (77ba8b8)

1.8.1 (2022-05-10)

Bug Fixes

  • improve algo for collating command id (#415) (1a9bfdb)

1.8.0 (2022-05-06)

Features

1.7.0 (2022-04-11)

Features

  • move console.log to single class method (#400) (2ccb274)

1.6.4 (2022-03-31)

Bug Fixes

1.6.3 (2022-03-23)

Bug Fixes

  • use plugin alias if available (245d841)

1.6.2 (2022-03-23)

Bug Fixes

  • load correct plugin when using dynamic help (#394) (15c1fbe)

1.6.1 (2022-03-17)

Bug Fixes

  • set id to alias when adding commands (#390) (84ab722)

1.6.0 (2022-03-14)

Features

  • POC for allowing flexible command taxonomy (#376) (c47c6c6)

1.5.3 (2022-03-09)

Bug Fixes

  • rid core of transient refs to cli-ux (#379) (a593a27)

1.5.2 (2022-03-04)

Bug Fixes

  • direct styled header text thru cliux.ux.info (#387) (5ebe8de)

1.5.1 (2022-03-03)

1.5.0 (2022-03-02)

Features

  • dir and file flags that validate existence and type (#384) (44dff41)

1.4.0 (2022-03-01)

Features

1.3.6 (2022-02-28)

Bug Fixes

  • parsing the default is wrong types (ba08723)

1.3.5 (2022-02-25)

Bug Fixes

  • print valid flag values in error message when using exactlyOne (#349) (ddcaeb2)

1.3.4 (2022-02-11)

Bug Fixes

1.3.3 (2022-02-09)

Bug Fixes

1.3.2 (2022-02-08)

Bug Fixes

1.3.1 (2022-02-07)

Bug Fixes

  • Command parsing hangs under unit test (#363) (cb88427)

1.3.0 (2022-02-01)

Features

1.2.1 (2022-01-28)

Bug Fixes

1.2.0 (2022-01-26)

Features

1.1.2 (2022-01-10)

1.1.1 (2022-01-06)

Bug Fixes

1.1.0 (2022-01-05)

Features

1.0.11 (2021-12-17)

Bug Fixes

1.0.10 (2021-12-08)

Bug Fixes

1.0.9 (2021-12-08)

1.0.8 (2021-12-07)

Bug Fixes

1.0.7 (2021-12-02)

Bug Fixes

1.0.6 (2021-12-01)

Bug Fixes

1.0.5 (2021-12-01)

Bug Fixes

1.0.4 (2021-11-18)

Bug Fixes

  • resolve typescript compilation errors (#290) (7079932)

1.0.3 (2021-11-08)

Bug Fixes

  • remove module lodash.template in favor of lodash (#286) (caaff0b)

1.0.2 (2021-10-13)

Bug Fixes

  • remove ability to enable json flag globally (#272) (3c754e7)

1.0.1 (2021-10-08)

Bug Fixes

  • use default separator if none is configured (#271) (602cf12)

1.0.0 (2021-09-29)

0.6.0 (2021-09-29)

⚠ BREAKING CHANGES

  • release v1 (#261)

readme

0.5.41 (2021-09-29)

Bug Fixes

  • only show warnings when json is not enabled (#260) (0890917)

0.5.40 (2021-09-27)

Bug Fixes

0.5.39 (2021-09-17)

Features

0.5.38 (2021-09-15)

Features

  • have --json global flag disabled by default (#252) (c2a7799)

0.5.37 (2021-09-15)

Bug Fixes

0.5.36 (2021-09-14)

Bug Fixes

  • move ctor for command help class to its own function (#244) (26f2445)

0.5.35 (2021-09-08)

Bug Fixes

0.5.34 (2021-08-30)

Bug Fixes

  • add support all properties for a command class in manifest (deb0765)

0.5.33 (2021-08-30)

Bug Fixes

0.5.32 (2021-08-23)

Bug Fixes

  • account for aliases when converting spaced commands to commandID (#232) (b8ee9b2)

0.5.31 (2021-08-18)

Bug Fixes

  • command name parsing when flag=value present (#231) (6497514)

0.5.30 (2021-08-16)

Bug Fixes

0.5.29 (2021-08-10)

Features

  • support multiple examples commands under a single description (#229) (b7ad583)

Bug Fixes

  • don't put multiple newlines between flag summaries in help output (#225) (bfbd15c)
  • switch ci to main (849aeee)

0.5.28 (2021-08-03)

Features

0.5.27 (2021-07-29)

Bug Fixes

  • restore short flags for --help and --version (#205) (67dadd4)

0.5.26 (2021-07-22)

Bug Fixes

  • set exitCode on --json errors (67f5eea)

0.5.25 (2021-07-22)

Bug Fixes

0.5.24 (2021-07-22)

Bug Fixes

  • set this.flags to empty object by default (8f5d5ed)

0.5.23 (2021-07-19)

Bug Fixes

0.5.22 (2021-07-14)

Bug Fixes

  • respect variable args when using spaces (#203) (d458dfd)

0.5.21 (2021-07-07)

Bug Fixes

0.5.20 (2021-07-01)

Bug Fixes

  • allow for no args on top level topic (1231eae)

0.5.19 (2021-06-30)

Bug Fixes

  • jsonEnabled when json is disabled (4575be8)

0.5.18 (2021-06-28)

Features

0.5.17 (2021-06-28)

Bug Fixes

0.5.16 (2021-06-28)

Features

0.5.15 (2021-06-24)

Bug Fixes

  • return type on toSuccessJson (e2a9751)

0.5.14 (2021-06-17)

Features

  • help improvements and customizability (#184) (cb2109b)

0.5.13 (2021-06-09)

0.5.12 (2021-06-07)

0.5.11 (2021-06-07)

0.5.10 (2021-05-28)

0.5.9 (2021-05-27)

0.5.8 (2021-05-26)

Features

  • strengthened ModuleLoader & unit tests; now supports mixed ESM / CJS plugins (#163) (788bf17)

0.5.7 (2021-05-17)

Bug Fixes

  • conversion of spaced commands to colon commands (#164) (9503d32)

0.5.6 (2021-05-13)

Features

  • integrate ESM loading of commands & hooks (#160) (ff47444)

0.5.5 (2021-04-26)

0.5.4 (2021-04-20)

0.5.3 (2021-04-19)

0.5.2 (2021-04-19)

0.5.1 (2021-04-15)

Features

0.5.0 (2021-04-08)

Bug Fixes

  • don't resolve lib to src in development mode (#129) (abd10fd)

0.4.0 (2021-03-01)

Features

0.3.0 (2021-02-01)

Bug Fixes

  • default ExitError to exit error code 1 (#95) (2005c5f)
  • filter help argvs before invoking (#103) (698125d)
  • only --version & --help are special global flags (#96) (364d6dd)

Features

0.2.0 (2020-09-18)

Bug Fixes

Features

  • export Config, Plugin at root & namespace interfaces (#40) (0817fc0)
  • export HelpOptions in Interfaces (#45) (5d4212f)
  • export OclifError & PrettyPrintableError in Interfaces (#44) (766b6f5)
  • export parser interfaces in Interfaces (#46) (d5ad46d)
  • mv Command & flag export to root (#37) (70ea6e1)
  • mv getHelpClass, Help & HelpBase export to root (#39) (3d272d8)

0.1.2 (2020-09-11)

Bug Fixes

0.1.1 (2020-09-09)

Bug Fixes

  • accept integer 0 as valid arg input (#34) (36eb02f)
  • support src/commands/index cmd (#35) (2c14c3c)

0.1.0 (2020-09-02)