Releases: clap-rs/clap
Releases · clap-rs/clap
v3.2.24
[3.2.24] - 2023-04-25
Fixes
- (derive) Resolve warnings in generated code
v4.2.4
[4.2.4] - 2023-04-19
Documentation
- Corrected docs for
Command::style
v4.2.3
[4.2.3] - 2023-04-18
Features
Command::styles
for theming help/errors (behindunstable-styles
)
v4.2.2
[4.2.2] - 2023-04-13
Internal
- Update dependencies
v4.2.1
[4.2.1] - 2023-03-28
Fixes
- Don't highlight uninteresting parts of the error message
v4.2.0
[4.2.0] - 2023-03-28
Compatibility
- Removed the languishing
unstable-replace
feature (open to discussion at #2836) - Removed the stablized
unstable-grouped
feature
Features
- Allow any
StyledStr
to accept text styled with ANSI escape codes - Respect
CLICOLOR
,CLICOLOR_FORCE
Fixes
- Lighten the tone for "unexpected argument" errors (open to discussion at #4638)
v4.1.14
[4.1.14] - 2023-03-28
Features
- (derive)
#[group]
raw attribute support
Performance
- (derive)
clap_builder
was pulled out ofclap
so it could build in parallel toclap_derive
os_str_bytes
dependency was removed for faster builds and smaller binaries
v4.1.13
[4.1.13] - 2023-03-18
Performance
- Reduce repeated alloc calls when building a
Command
- Reduce duplicate dependencies for faster builds
v4.1.12
[4.1.12] - 2023-03-18
Internal
- (derive) Update to
syn
v2
Performance
- (derive) Faster build times by dropping
proc-macro-error
dependency
v4.1.11
[4.1.11] - 2023-03-17
Internal
- Update
bitflags