Many thanks to @lo1tuma, @Saeris, @sillvva, @kazizi55, @FleetAdmiralJakob, @kurtextrem, @xinha-sh and @husseyexplores for contributing to this release.
- Add
notBytes
,notLength
,notSize
andnotValue
validation function (pull request #194) - Add support for unions as key of
record
andrecordAsync
schema (issue #201) - Add support for pipeline validation to
transform
andtransformAsync
(issue #197) - Change regex of
email
validation to improve performance and security (pull request #180) - Change
object
andobjectAsync
schema to exclude non-existing keys (issue #199) - Fix types at
brand
,transform
andunwrap
method (issue #195) - Deprecate
equal
validation function in favor ofvalue
(issue #192)