aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Consider 'passes' decorator/fluent call #29

Closed MaximBalaganskiy closed 8 years ago

MaximBalaganskiy commented 8 years ago

This would allow porting validations which require an api call

plwalters commented 8 years ago

Custom validation rules tracking -

https://github.com/aurelia/validatejs/issues/4

which include async rules as well.