aurelia / validatejs

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

feat(rule-dependency): add rule dependency support #117

Closed heruan closed 8 years ago

heruan commented 8 years ago

This follows https://github.com/aurelia/validation/pull/280 and adds support to specify dependencies within ValidationRules.

(Includes https://github.com/aurelia/validatejs/116).

heruan commented 8 years ago

Closing this, see https://github.com/aurelia/validation/pull/278.

This included https://github.com/aurelia/validatejs/pull/116 which still needs to be merged in my opinion, since it fixes a serious bug.