Skip to content

Release version 0.4.0

Latest
Compare
Choose a tag to compare
@Zorin95670 Zorin95670 released this 20 Jan 11:59
a80cd58

[0.4.0] - 2023/01/20

Added

  • Added a normalizer package.
  • Added LowerString, UpperString normalizers.
  • Added an URL validator.
  • Now all validation errors are displayed if there are any. Before verdeter quit on the first error.
  • Now all natives feature of cobra are available through the VerdeterConfig type and the build function.

Fixed

  • Fixed a bug: the SetDefault method now panic if called on an undeclared config key.

Changed

  • The signature of AuthorizedValues was altered to make it more understandable.