Skip to content

v1.2.0

Compare
Choose a tag to compare
@aldeed aldeed released this 10 Dec 18:53
· 96 commits to master since this release
  • 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 and exclusiveMin options allow you to specify that the min or max value itself should not be considered valid. (Thanks @sleiber)