Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@ardalanamini ardalanamini released this 08 Sep 17:51
· 35 commits to master since this release
  • πŸ’₯ All methods are functions now (.required => .required())
  • πŸ’₯ All error messages are changed
  • ⚑ Made validate method in all schema types publicly accessible
  • ⚑ Added details property to all schema types to make some inside details publicly accessible
  • ⚑ Added unknown method to object schema type
  • ⚑ Added min method to object schema type
  • ⚑ Added max method to object schema type
  • ⚑ Added length method to object schema type