Releases: ysthakur/gen-completions
Releases · ysthakur/gen-completions
v0.6.0
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
0.5.1 (2023-12-25)
Features
v0.5.0
0.5.0 (2023-12-25)
⚠ BREAKING CHANGES
Features
- Also generate completions from KDL/JSON/YAML (#12) (1c36fd2)
- Changes to KDL format (366d05a)
v0.4.1
0.4.1 (2023-12-24)
Features
v0.4.0
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
0.3.2 (2023-08-19)
Bug Fixes
v0.3.1
0.3.1 (2023-08-18)
Features
v0.3.0
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
0.2.1 (2023-08-11)
Features
- Detect subcommands with hyphens (d89b021)
- Explicitly give subcommands (7146648)
- Nushell support (00bb571)
v0.2.0
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)