Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-26 | 693 Bytes | |
v4.2.0 source code.tar.gz | 2020-04-26 | 36.0 kB | |
v4.2.0 source code.zip | 2020-04-26 | 56.5 kB | |
Totals: 3 Items | 93.3 kB | 0 |
- 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
andEmpty
rules (thanks to @samber) - Fixes [#107]: Added the
Else
clause to theWhen
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)