Full Changelog: v0.9.1-beta...v0.10.1-beta
This version is primarily enhancements and fixes to features from v0.10.0.
v0.10.1 (Supports Zig v0.13)
Features
- Zig v0.13 support.
- Improved the Documentation, Examples, & Build Process.
- Added the "cova" Log Scope.
- Added a
reset()
method f/ Commands similar to the one forstd.ArrayList
. - Exposed
indent_fmt
f/ Values. - Added
getAllAs()
to Values to help w/ multi-value analysis. - Created the
UsageHelpConfig
f/ Initialization. (This will be reworked intoDefaultArgConfig
in v0.11) - Added
excluded_short_opts
to theFromConfig
f/ Commands to allow for more granular conversion control with Default Arguments.
Fixes
- Fixed Enum handling f/ Values.
- Fixed Boolean parsing issue f/ Values.