Manuel Wiedenmann
Manuel Wiedenmann
i added a bower.json file, cause component.json is deprecated. there is also a problem with the github tag v0.0.11 and the component.json v0.0.10. maybe u can delete the tag and...
My motivation to help working on the addon is to get rid of the annoying deprecations pointed out in #715 In the update process: - #711 - #712 - #714...
I'm not sure how we should fix it so I just added a failing test to demonstrate #135
I would like to see support for [include](http://jsonapi.org/format/#fetching-includes), [fields](http://jsonapi.org/format/#fetching-sparse-fieldsets) and [sort](http://jsonapi.org/format/#fetching-sorting) for fetching documents. Is it on your roadmap? I can submit PRs if you like the idea to support...
Breaking changes: - Drop support for Ember < 3.28 First attempt to make it ember 4.0 compatible. - [x] Remove `volatile()` from the code base - [x] https://github.com/qonto/ember-cp-validations/pull/13 Thanks to...
In order of the data down, actions up paradigm it would be great to change the behavior of groupValue. I run into this with a `readOnly` or `reads` computed property...
Follow up on https://github.com/adopted-ember-addons/ember-cp-validations/pull/732 - Updates ember-cli to v4.12 - Updates the tests to work with ember-cli v4.12 - Tries to import `Model` from `@ember-data/model` to detect if ember-data is...
This topic got raise by @Pixelik in https://github.com/adopted-ember-addons/ember-cp-validations/issues/733. I did some digging but figured I don't have enough knowledge about embroider. So all help is appreciated! In an efford to...