guillaumepotier / validator.js

Powerful objects and strings validation in javascript for Node and the browser
http://validatorjs.org
MIT License
255 stars 39 forks source link

Add support for extending Assert static methods #65

Closed ricardogama closed 5 years ago

ricardogama commented 7 years ago

This PR adds support for extending the Assert static methods, which now can be overrided to add extra validation logic.

franciscocardoso commented 5 years ago

Deprecated by https://github.com/guillaumepotier/validator.js/pull/67.