ozzo-validation v4.2.0 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
    • โฌ†๏ธ Upgraded govalidator to v10 and added the EmailFormat validation rule to validate an email address without checking the existence of MX record
    • ๐Ÿ›  Fixes #103: Modified the reDomain regex to support upper/lowercase for the is.Domain rule. (thanks to @TheSecEng)
    • ๐Ÿ›  Fixes #105: fixed typo of ErrCurrencyCode (thanks to @maratori)
    • ๐Ÿ›  Fixes #106: Added the Nil and Empty rules (thanks to @samber)
    • ๐Ÿ›  Fixes #107: Added the Else clause to the When conditional validation construct (thanks to @samber)
    • ๐Ÿ›  Fixes #109: Fixed the bug in the Length rule when requiring zero length (thanks to @0perl)
    • ๐Ÿ›  Fixes #110: RequiredRule struct is made public (thanks to @erdaltsksn)