poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

Fix "array" recursive validation on sub-element #165

Closed pinguet62 closed 6 years ago

pinguet62 commented 6 years ago

Hello, After upgrade from 3.x.x to 4.x.x I found an regression about array validation. This Pull Request contains the test who shows the issue, the fix, build and doc update. Have a nice day.

pinguet62 commented 6 years ago

Hello. Thank for fix and release!