silfverorg / duns.js

Javascript schema validator
5 stars 2 forks source link

Added dateValidator. Resolving issue #5. #11

Closed br0r closed 9 years ago

br0r commented 9 years ago

DateValidator added with methods 'max', 'min', 'partial', 'format'.

Also fixed gulpFile so default task will watch, build and test for you.

Moved tests into the /tests/ folder. test.js should be decoupled into multiple files according to the type that they test.