Skip to content

Releases: clap-rs/clap

v3.2.25

27 Apr 23:35
Compare
Choose a tag to compare

[3.2.25] - 2023-04-27

Fixes

  • (derive) Resolve warnings in generated code

v3.2.24

25 Apr 16:51
Compare
Choose a tag to compare

[3.2.24] - 2023-04-25

Fixes

  • (derive) Resolve warnings in generated code

v4.2.4

19 Apr 16:12
Compare
Choose a tag to compare

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

v4.2.3

18 Apr 20:53
Compare
Choose a tag to compare

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)

v4.2.2

13 Apr 15:52
Compare
Choose a tag to compare

[4.2.2] - 2023-04-13

Internal

  • Update dependencies

v4.2.1

29 Mar 18:54
Compare
Choose a tag to compare

[4.2.1] - 2023-03-28

Fixes

  • Don't highlight uninteresting parts of the error message

v4.2.0

28 Mar 18:04
Compare
Choose a tag to compare

[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

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