2.1.3
New features:
- Class level validation - having the
Post
class you can now validate by callingPost.validate(rawData)
orPost.validateAll(rawData)
- Ability to get check pattern - - having the
Post
class you can callconst pattern = Post.getCheckPattern()
to get pattern and use it in the checkcheck(doc, pattern)
Fixes:
- Fix #445 IE11 error with Number constructor
- Fix not cloning options passed to the
find()
method