Skip to content

Releases: VeryGoodOpenSource/cli_completion

v0.5.1

19 Aug 13:03
1894ef2
Compare
Choose a tag to compare
  • chore: tighten dependencies (#96)

v0.5.0

19 Aug 11:27
7e31fa2
Compare
Choose a tag to compare
  • chore: fix issue tracker on pubspec (#82)
  • feat: add command runner constructor arguments (#84)

v0.4.0

19 Sep 15:57
3c8b8ab
Compare
Choose a tag to compare
  • docs: update readme with a troubleshooting section (#63)
  • feat: included CompletionConfiguration class (#71)
  • feat: include uninstallation logic (#70)
  • feat: include UninstallCompletionFilesCommand (#72)
  • feat: avoid auto-installing manually uninstalled commands (#73)
  • feat: avoid auto-installing when already installed (#74)

v0.3.0

28 Feb 10:57
ed36788
Compare
Choose a tag to compare

Bug Fixes

Features

  • store completions in $XDG_CONFIG_HOME instead of $HOME (#50) (d2d7459)

v0.2.0

13 Jan 19:19
840f030
Compare
Choose a tag to compare

Features

  • restrict non multi options (#44) (32dfc23)
  • suggest negatable flags (#45) (8e0049a)
  • Tell the user to source the config file when installation is done (#41) (53d1f08)

v0.1.0+1

09 Dec 16:37
3853f93
Compare
Choose a tag to compare
  • docs: fix README and add screenshots

v0.1.0

09 Dec 02:25
935e79a
Compare
Choose a tag to compare
  • feat: initial version