Skip to content

Latest commit

 

History

History
148 lines (84 loc) · 7.89 KB

CHANGELOG.md

File metadata and controls

148 lines (84 loc) · 7.89 KB

Changelog

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)

0.5.1 (2023-12-25)

Features

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)

0.4.1 (2023-12-24)

Features

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)

0.3.2 (2023-08-19)

Bug Fixes

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

0.3.1 (2023-08-18)

Features

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)

0.2.1 (2023-08-11)

Features

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

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)

0.1.0 (2023-08-08)

Features

  • Allow excluding man sections (8387520)
  • broken implementation for zsh (f19d161)
  • Implement find_manpage (f55c162)
  • read .gz manpages (fcfa538)