adonisjs / validator

Schema based validator for AdonisJS
MIT License
116 stars 39 forks source link

feat: add range rule #89

Closed Xstoudi closed 4 years ago

Xstoudi commented 4 years ago

fix #88

Proposed changes

Add a new rule to check if a number is in a correct range of values.

Types of changes

Checklist

Further comments

I'll be happy to PR the website repository to add the feature to this page if it is okay to you as well : https://preview.adonisjs.com/guides/validator/rules

thetutlage commented 4 years ago

Nice. While I review the PR, can you please add this rule to the doc? For this page https://preview.adonisjs.com/guides/validator/rules

Xstoudi commented 4 years ago

Done! adonisjs/adonisjs.com/84

thetutlage commented 4 years ago

Looks dope!