joiful-ts / joiful

TypeScript Declarative Validation for Joi
239 stars 18 forks source link

Add ability to run validations asynchronously #227

Open makivlach opened 2 years ago

makivlach commented 2 years ago

I've made this pull request in regards to this issue: https://github.com/joiful-ts/joiful/issues/178.

I didn't have time to write tests, though. Please, someone, take this on.

laurence-myers commented 2 years ago

Thanks for tackling the feature request!

We can't accept untested changes. Tests help document the expected/desired behaviour. Once you, or someone else, contributes tests, we can review and merge these changes.

The readme will also need to be updated, to document the feature.