Skip to content

Release version 0.2.0

Compare
Choose a tag to compare
@Zorin95670 Zorin95670 released this 06 Oct 11:23
· 51 commits to main since this release
3155cde

[0.2.0] - 2022/10/06

Added

  • Add Uint type for config keys. It prevents the user from creating a validator to check that the value is not <0 .
  • Add a validator named AuthorizedValues that check if the value of a config key is contained in a defined array of authorized values.