Skip to content

v0.6.0

Compare
Choose a tag to compare
@strider2038 strider2038 released this 08 Dec 17:50
· 106 commits to main since this release
  • Violation message translator moved to translations package (closes #62 dynamic translations)
  • validation.Translator struct replaced by interface (this might be minor BC break)
  • validation.SetTranslator option added to override internal translator
  • validator.SetUp() method to recreate singleton translator introduced
  • validator.SetOptions() and validator.Reset() now are deprecated (use validator.SetUp() instead)