aurelia / validation

A validation plugin for Aurelia.
MIT License
132 stars 128 forks source link

please make a new release to facilitate development on aurelia-validatejs #242

Closed mbroadst closed 8 years ago

mbroadst commented 8 years ago

ValidationError was moved to this project, a duplicate exists in aurelia-validatejs however everything is being imported from this project. This project, however, hasn't made a release in the meantime so e.g. karma tests don't run at all for aurelia-validatejs because ValidationError isn't exported. I suspect this is because those developing the plugins are using something like jspm link, but it's really making development tough for those of us trying to dedicate a lazy sunday morning to helping this project.

plwalters commented 8 years ago

This was released yesterday. Actually it really sucks for me too so I'm just manually copying the dependency over to jspm folder. It's tough for me too. Perhaps a mono-repo makes this easier for validation.

plwalters commented 8 years ago

@mbroadst last paragraph related - https://github.com/aurelia/validatejs/issues/23#issuecomment-218587957