Skip to content

v0.8.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@00JCIV00 00JCIV00 released this 28 Dec 07:41
bea0bd5

What's Changed

Full Changelog: v0.7.0-beta...v0.8.0-beta

  • Improved the Argument Analysis experience with the addition of the checkSubCmd() and matchSubCmd() methods in Command!
  • Implemented Command conversions from/to Unions and Functions in addition to Structs!
  • Revamped Values to be more in line with Commands and Options and also to allow for them to be based on arbitrary Types! (This is the one breaking change that will require older projects to be reworked a little.)
  • Added several new Parsing configurations for easier parse-error handling and POSIX compliance.
  • Implemented Tokenization of raw argument strings.
  • Revised the locations of several configurations to be more predictable.
  • Improved the README, API Docs, and Guides so they're easier to follow and navigate through.
  • Created a Basic App as a well-documented example of Cova's features in action!