poteto / ember-changeset-validations

Validations for ember-changeset
http://bit.ly/ember-changeset-demo
Other
219 stars 99 forks source link

`description` option type missing for validators #353

Open bartocc opened 10 months ago

bartocc commented 10 months ago

We use this a lot in our codebase, and it is working at runtime, but I realized that this API is not present in @types/ember-changeset-validations

username: validatePresence({
  presence: true,
  description: "Le nom d'utilisateur"
})

Should this API be deprecated, or the types updated?