Skip to content

v0.10.1-beta

Latest
Compare
Choose a tag to compare
@00JCIV00 00JCIV00 released this 21 Sep 20:58
· 7 commits to main since this release
d09e855

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 for std.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 into DefaultArgConfig in v0.11)
  • Added excluded_short_opts to the FromConfig f/ Commands to allow for more granular conversion control with Default Arguments.

Fixes

  • Fixed Enum handling f/ Values.
  • Fixed Boolean parsing issue f/ Values.