Changelog
v5.0.0 (2020-09-01):
uuid
type to be case insensitive.Changelog
v4.1.1 (2019-07-04):
allow
stomping on empty
when validating strings. Originally using allow
would require specifying ''
as an allowed value, even if empty
was also enabled.Changelog
v4.0.2 (2019-06-01):
zip
type that disallowed numeric values. Now values are coerced to strings before validation checks.Changelog
v4.0.1 (2019-05-16):
Added Node 12 to Travis config.
Updated vulnerable dependencies.
Changelog
v3.0.5 (2019-04-19):
requiredIf
, requiredIfNot
) are now removed if a creator
or default
rule is defined.