mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
2.2 KiB
2.2 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
3.2.1 - 2022-06-13
3.2.0 - 2022-06-13
3.1.4 - 2022-05-06
Fixes
- (bash) Complete visible
PossibleValue
s, rather than hidden
3.1.3 - 2022-04-30
Fixes
- Minimal rust-implemented clap completion engine, behind
unstable-dynamic
feature flag
3.1.2 - 2022-04-19
3.1.1 - 2022-03-02
3.1.0 - 2022-02-16
Fixes
- Fish: escape possible values (#3467)
3.0.6 - 2022-02-05
Fixes
- Powershell: Allow completion of partial commands
3.0.5 - 2022-01-24
Fixes
- Clarified panics
3.0.4 - 2022-01-15
Fixes
- Unescaped chars in zsh completions
3.0.3 - 2022-01-12
Fixes
- Use new Elvish 0.17 syntax
- Add newline at end of zsh output