DanFMoore / react-validatorjs-strategy

Strategy for using validatorjs with react-validation-mixin
The Unlicense
10 stars 5 forks source link

Bump validatorjs to 3.7.0 #6

Closed thedrow closed 7 years ago

thedrow commented 8 years ago

The version you are using is pretty old. The current version is 3.7.0. Hopefully no API is broken. I haven't checked.

DanFMoore commented 7 years ago

Sorry for not responding to this PR. A while back something cocked up on Github and I got hundreds of emails within an hour. So I blocked GitHub as spam. Therefore I never got any notification of any PRs. Will review within the next few days.

DanFMoore commented 7 years ago

Merged (also had to update in bower.json). By the way if you want to check the API isn't broken you can run npm test. I haven't bothered mocking the validatorjs package because I couldn't be arsed. That has the advantage of it acting as an integration test as well.