gcanti / tcomb-validation

Validation library based on type combinators
MIT License
400 stars 23 forks source link

Async validation support ? #46

Closed singggum3b closed 8 years ago

singggum3b commented 8 years ago

Hi @gcanti , tcomb validation is really great (helped so much in sharing validation code on different environment & write code in an understandable manner). One missing feature though is the ability to do async validation. Any plan to add this feature ?

chirag04 commented 8 years ago

My 2 cents: I'm switching to tcomb-validation for client side validation because it's validation api is synchronous. I do need async-validation in my form stuff but that's outside the scope of this lib.

gcanti commented 8 years ago

Hi @singggum3b, I agreee with @chirag04, async validation is hard to integrate and is outside the scope of this lib