- [FIXED] Don't assume 'toString' method is present on validated value. (Eg.: node-querystring parser does not include Object.prototype on parsed values)
- [FIXED] Express support -
getExpressInjector
- Don't shareValidarManager
object between individual http requests
- [ADDED] new
$is: Boolean
option - [ADDED]
keywordPrefix
validator option - makes it possible to change default schema definition keyword prefix ($
) - [ADDED] Browser support
- [FIXED] Resolving of
$or
conditions - see #2
- [ADDED]
$nand
,$nor
- negated versions of$and
and$or
operator keywords - [ADDED]
$nullable
schema option - implements same "inheritance" concept as$message
,$required
options do