Skip to content

Release version 0.3.0

Compare
Choose a tag to compare
@Zorin95670 Zorin95670 released this 31 Oct 15:58
· 29 commits to main since this release
43cff42

[0.3.0] - 2022/10/31

Added

  • A method named Lookup on the VerdeterCommand type. It allow to search in both local and global config keys. If no config key is found, it return nil.

Changed

  • The tasks in the CI are now ran in parallel.
  • The VerdeterCommand method SetValidator is now named AddValidator. Although the argument list did not change, the behavior did. Now the method will add a validator to the ConfigKey validators list.

Fixed

  • fixed a bug regarding the validation cascade in multicommand app. The validation function of a root Command return an error on valid input when a subcommand was called.