Skip to content

Releases: ysthakur/gen-completions

v0.6.0

20 Mar 00:13
c39b23e
Compare
Choose a tag to compare

0.6.0 (2024-03-20)

⚠ BREAKING CHANGES

  • generate carapace but remove yaml support

Features

  • Basic support for Darwin (#17) (4a849ca)
  • generate carapace but remove yaml support (c429a78)
  • Generate descriptions for strings arg type for nu (c70d189)
  • Make Nushell try generating types (898537b)
  • Parse arg types (0417e65)

Bug Fixes

  • Don't include subsection headings at end (590e695)
  • Fix duplicate flag span (e486366)

v0.5.1

25 Dec 00:32
553a14f
Compare
Choose a tag to compare

0.5.1 (2023-12-25)

Features

v0.5.0

25 Dec 00:17
23b2cce
Compare
Choose a tag to compare

0.5.0 (2023-12-25)

⚠ BREAKING CHANGES

  • Changes to KDL format

Features

  • Also generate completions from KDL/JSON/YAML (#12) (1c36fd2)
  • Changes to KDL format (366d05a)

v0.4.1

24 Dec 23:11
44e134d
Compare
Choose a tag to compare

0.4.1 (2023-12-24)

Features

v0.4.0

18 Nov 10:54
7a631f8
Compare
Choose a tag to compare

0.4.0 (2023-11-18)

⚠ BREAKING CHANGES

  • -completions.nu instead of .nu

Features

  • <X>-completions.nu instead of .nu (6d776b3)
  • Support Pod::Man (31abecf)

Bug Fixes

  • call completion function in generated zsh (35cf344)
  • Escape [] in zsh (0b2ebcf)
  • Remove print debugging from podman.rs (43e2d94)
  • Turn '\ ' into ' ' (fd38364)

v0.3.2

19 Aug 02:59
24dd44a
Compare
Choose a tag to compare

0.3.2 (2023-08-19)

Bug Fixes

  • Make multiple subcommands work (72d1c20)
  • Nested subcommands (7aa4801)

v0.3.1

18 Aug 19:41
60d77fd
Compare
Choose a tag to compare

0.3.1 (2023-08-18)

Features

v0.3.0

17 Aug 22:02
8549cb7
Compare
Choose a tag to compare

0.3.0 (2023-08-17)

⚠ BREAKING CHANGES

  • Rename Arg to Flag
  • Move manpage-finding to main.rs

Features

Code Refactoring

  • Move manpage-finding to main.rs (d5a57cc)
  • Rename Arg to Flag (ec2dcce)

v0.2.1

11 Aug 21:00
038c9a8
Compare
Choose a tag to compare

0.2.1 (2023-08-11)

Features

  • Detect subcommands with hyphens (d89b021)
  • Explicitly give subcommands (7146648)
  • Nushell support (00bb571)

v0.2.0

09 Aug 21:52
3879093
Compare
Choose a tag to compare

0.2.0 (2023-08-09)

Features

  • Add env_logger backend (9c9633c)
  • Add option to generate JSON (204f4ad)
  • Allow descriptions to be empty (51175d1)
  • Allow marking commands as not subcommands (89aaed1)
  • Detect and merge subcommands (33c8ed5)
  • Implement type 2 parser (cef1e21)
  • include or exclude multiple commands (77471e4)
  • Make JSON output subcommands (85887da)
  • Simpler interface to parser (3bf1f8d)

Bug Fixes

  • conflicting option names (7bb9b0f)
  • fix Zsh subcommand comp functions (245414b)
  • Make order of options deterministic (b3a76d4)
  • Remove .sp from descriptions (140815f)
  • Remove angle brackets (f90b02b)