poteto / ember-changeset-validations

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

Breaking: Remove changeset template helper re-export #326

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

This is just re-export, not sure why it's needed.

SergeAstapov commented 2 years ago

For the record: at some point back in time, changeset helper in this addon and in ember-changeset had different semantics.

Since then, changeset helper in ember-changeset was updated and now it's not needed as it's the same helper as provided by ember-changeset itself.

PR for reference: https://github.com/poteto/ember-changeset-validations/pull/198