Releases: clap-rs/clap
Releases · clap-rs/clap
v1.2.5
v1.2.4
v1.2.3
Bug Fixes and new collaborator!
v1.2.1
v1.2.1 (2015-08-20)
Documentation
- README.md: updates for new features (16cf9245)
Features
- implements posix compatible conflicts for long args (8c2d48ac)
- added overrides to support conflicts in POSIX compatible manner (0b916a00)
- Args: allows defining POSIX compatible argument conflicts (d715646e)
Bug Fixes
- fixed links in cargo and license buttons (6d9837ad)
Performance
- Args and Apps: changes HashSet->Vec in some instances for increased performance (d0c3b379)
Custom Validations and more!
v1.2.0 (2015-08-15)
Bug Fixes
Documentation
Improvements
- AppSettings: adds ability to add multiple settings at once (4a00e251)
Features
v1.1.6: Merge pull request #172 from kbknapp/clippy
v1.1.6 (2015-08-01)
Bug Fixes
- fixes two bugs in App when printing newlines in help and subcommands required error (d63c0136)