tmpfs / async-validate

Asynchronous type validation for node and the browser
Other
314 stars 45 forks source link

Update complete callback signature #27

Closed tmpfs closed 8 years ago

tmpfs commented 8 years ago

To use function(err, res) which is more idiomatic and will allow distinguishing internal processing errors from validation errors.

This is a breaking change and should be implemented in 0.6.x series.