Skip to content

Releases: clap-rs/clap

v4.1.14

28 Mar 00:42
Compare
Choose a tag to compare

[4.1.14] - 2023-03-28

Features

  • (derive) #[group] raw attribute support

Performance

  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries

v4.1.13

23 Mar 22:04
Compare
Choose a tag to compare

[4.1.13] - 2023-03-18

Performance

  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

v4.1.12

23 Mar 17:13
Compare
Choose a tag to compare

[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

19 Mar 01:23
Compare
Choose a tag to compare

[4.1.11] - 2023-03-17

Internal

  • Update bitflags

v4.1.10

18 Mar 00:17
Compare
Choose a tag to compare

[4.1.10] - 2023-03-17

Fixes

  • (help) On Windows, avoid underlined text artifacts

v4.1.8

28 Feb 14:17
Compare
Choose a tag to compare

[4.1.8] - 2023-02-27

Fixes

  • (derive) Don't deny lints on the users behalf

v4.1.7

27 Feb 19:54
Compare
Choose a tag to compare

[4.1.7] - 2023-02-27

Fixes

  • (derive) Hide some nightly clippy warnings

v4.1.6

15 Feb 17:35
Compare
Choose a tag to compare

[4.1.6] - 2023-02-15

Fixes

  • (help) Don't show long help for --help just because hidden possible values include a description

v4.1.4

24 Jan 22:43
Compare
Choose a tag to compare

[4.1.4] - 2023-01-24

Fixes

  • (help) Respect disable_colored_help when using arg_required_else_help

Performance

  • Speed up compiling arg! macro

v4.1.3

23 Jan 22:00
Compare
Choose a tag to compare

[4.1.3] - 2023-01-23

Fixes

  • (error) Improve suggested flag/value/subcommand when two share a long preifx
  • (error) When suggesting one of several subcommands, use the plural subcommands, rather than subcommand