Louis Coquio
Louis Coquio
:+1: Just my two cents because my needs are (almost) exactly the same. This is a really common scenario : Given a form with an email input which needs a...
Thanks for your time ! I believe the `dist` folder should not be under version control, but the Github releases seems to be the perfect place for the distribution builds....
I've added you to the collaborators. The semantic versioning seems pretty good ([semver](http://semver.org/)), and the first release could be tagged `v0.1.0`. Do you have any other thought about that ?
I will as soon as I can. Sadly I have no time to work on this library for now, so you may want to take a look at [@dockyard ember-validations](https://github.com/dockyard/ember-validations)...
You are using Ember data, and I'm not sure this library works with the latests versions. I've sadly no time to work on it now, so feel free to submit...
It will definitely be useful, and I like the API you're suggesting. I also agree to use the `validate` method by passing an options argument instead of just the scope.
This is an interesting feature, and I think it should be possible to set custom messages at different levels: - globally (using `Ember.ValidationError.addMessage()`) - on a property (e.g. on the...
I also hope to see this feature soon. I do not have the time needed to implement it soon, but I'll be glad to consider a PR !
I understand the idea, but I wonder why do you want this feature. If you just wants to show only one message, you could use `user.get('validationErrors.age.messages.firstObject')`, it will then return...
Sorry to respond so late, I am currently really busy. Indeed, the library does not allow to do this kind of things easily. I'll try to think about its implementation...