v1.2.0
- The
clean
function now automatically converts a number or string to a Date object. (Thanks @rlora) - Fix to
makeGeneric
handling when a property name starts with a number but also includes non-numeric characters. (Thanks @Nieziemski) - New
exclusiveMax
andexclusiveMin
options allow you to specify that themin
ormax
value itself should not be considered valid. (Thanks @sleiber)