clap/clap_complete/CHANGELOG.md

86 lines
2.5 KiB
Markdown
Raw Normal View History

2022-01-12 11:04:57 -06:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
2022-06-28 08:04:18 -05:00
## [3.2.3] - 2022-06-28
2022-06-21 09:32:04 -05:00
## [3.2.2] - 2022-06-21
2022-06-13 09:37:47 -05:00
## [3.2.1] - 2022-06-13
2022-06-13 09:31:29 -05:00
## [3.2.0] - 2022-06-13
2022-05-06 09:39:24 -05:00
## [3.1.4] - 2022-05-06
2022-05-06 09:39:15 -05:00
### Fixes
- *(bash)* Complete visible `PossibleValue`s, rather than hidden
2022-04-30 06:36:33 -05:00
## [3.1.3] - 2022-04-30
2022-04-30 06:35:38 -05:00
### Fixes
- Minimal rust-implemented clap completion engine, behind `unstable-dynamic` feature flag
2022-04-19 10:31:52 -05:00
## [3.1.2] - 2022-04-19
2022-03-02 09:20:00 -06:00
## [3.1.1] - 2022-03-02
2022-02-16 11:59:45 -06:00
## [3.1.0] - 2022-02-16
2022-02-15 10:49:00 -06:00
### Fixes
- Fish: escape possible values (#3467)
2022-02-05 09:33:39 -06:00
## [3.0.6] - 2022-02-05
2022-02-05 09:33:12 -06:00
### Fixes
- Powershell: Allow completion of partial commands
2022-01-24 10:54:50 -06:00
## [3.0.5] - 2022-01-24
2022-01-24 10:54:04 -06:00
### Fixes
- Clarified panics
2022-01-15 18:51:41 -06:00
## [3.0.4] - 2022-01-15
2022-01-15 18:51:23 -06:00
### Fixes
- Unescaped chars in zsh completions
2022-01-12 11:12:42 -06:00
## [3.0.3] - 2022-01-12
2022-01-12 11:11:53 -06:00
### Fixes
- Use new Elvish 0.17 syntax
- Add newline at end of zsh output
2022-01-12 11:04:57 -06:00
## [3.0.2] - 2022-01-04
## [3.0.1] - 2022-01-03
<!-- next-url -->
2022-06-28 08:04:18 -05:00
[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.3...HEAD
[3.2.3]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...clap_complete-v3.2.3
2022-06-21 09:32:04 -05:00
[3.2.2]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2
2022-06-13 09:37:47 -05:00
[3.2.1]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...clap_complete-v3.2.1
2022-06-13 09:31:29 -05:00
[3.2.0]: https://github.com/clap-rs/clap/compare/clap_complete-v3.1.4...clap_complete-v3.2.0
2022-05-06 09:39:24 -05:00
[3.1.4]: https://github.com/clap-rs/clap/compare/clap_complete-v3.1.3...clap_complete-v3.1.4
2022-04-30 06:36:33 -05:00
[3.1.3]: https://github.com/clap-rs/clap/compare/clap_complete-v3.1.2...clap_complete-v3.1.3
2022-04-19 10:31:52 -05:00
[3.1.2]: https://github.com/clap-rs/clap/compare/clap_complete-v3.1.1...clap_complete-v3.1.2
2022-03-02 09:20:00 -06:00
[3.1.1]: https://github.com/clap-rs/clap/compare/clap_complete-v3.1.0...clap_complete-v3.1.1
2022-02-16 11:59:45 -06:00
[3.1.0]: https://github.com/clap-rs/clap/compare/clap_complete-v3.0.6...clap_complete-v3.1.0
2022-02-05 09:33:39 -06:00
[3.0.6]: https://github.com/clap-rs/clap/compare/clap_complete-v3.0.5...clap_complete-v3.0.6
2022-01-24 10:54:50 -06:00
[3.0.5]: https://github.com/clap-rs/clap/compare/clap_complete-v3.0.4...clap_complete-v3.0.5
2022-01-15 18:51:41 -06:00
[3.0.4]: https://github.com/clap-rs/clap/compare/clap_complete-v3.0.3...clap_complete-v3.0.4
2022-01-12 11:12:42 -06:00
[3.0.3]: https://github.com/clap-rs/clap/compare/v3.0.2...clap_complete-v3.0.3
2022-01-12 11:04:57 -06:00
[3.0.2]: https://github.com/clap-rs/clap/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/clap-rs/clap/compare/v3.0.0...v3.0.1