Releases: joseluisq/cline
Releases · joseluisq/cline
v0.1.0
Refactorings
- af2f02e Help flag display improvements. Which redefine spaces and output style.
Breaking changes
- 8c2065b Improve flag values, types and helpers. Every flag value type now returns an error during conversion instead of just panic.
Features
- b21365e Build commit support in --version flag.
Codebase
- 1a366ec Github Actions as new CI.
Testing
- ddb3bc5 Test cases for flag values.
v0.1.0-beta.9
Refactorings
- c31151d Flag types and values API improved.
Fixes
- 8c0761e Wrong bool flag values passed to subommands.
Features
- 51d02e9 Get provided flags function.
- 22b81cb Get provided flags with long names function.
- 2d3c8a1 Get provided flags with short names (alias) function.
Documentation
- 9fb6a24 Update code example with new API.
v0.1.0-beta.8
Refactorings
- 710aa27 Version flag for global only.
v0.1.0-beta.7
v0.1.0-beta.6
Features
- 966d25e
FlagProvided
struct for flags passed only from stdin. Available onAppContext.Flags
andCmdContext.Flags
.
Refactorings
v0.1.0-beta.5
Refactorings
- 19a506b Dereference tail args slice on app and command contexts.
v0.1.0-beta.4
Refactorings
- 76a9e44 Handle short and long
bool
flag values.
v0.1.0-beta.3
chore: minor testing tweaks
v0.1.0-beta.2
refactor: update code examples
v0.1.0-beta.1
refactor: reorder api definitions