ember-data-model-fragments icon indicating copy to clipboard operation
ember-data-model-fragments copied to clipboard

Ember Data addon to support nested JSON documents

Results 82 ember-data-model-fragments issues
Sort by recently updated
recently updated
newest added

I've been in the middle of updating our ember app from 3.12 to 3.24 now that this beta is available, and for the most part it's been smooth sailing! I've...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Hello, We have updated your application to Ember 3.15 and also updated ember-data-model-fragments to 5.0.0-beta.0. Unfortunately, when loading one of our views, we have the following error message in our...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hello, This PR fix issue https://github.com/lytics/ember-data-model-fragments/issues/330 by reverting code https://github.com/lytics/ember-data-model-fragments/commit/e911cb302dcc0f54bd14ef10f579a208c0a52095#diff-1a5e11266321caa561c1642750ad831ed4818a35532c24fda400f185eb478474L170-R170

`changedAttributes` is not returning changes in fragment array on the model. Ember version used 3.8 Addon version used is v4.0.0 I forked this addon(v4.0.0) and added a unit test case...

Fragments are designed to be reusable and flexible, but that comes at the cost of a verbose API. For the simplest use cases, it should not be necessary to declare...

enhancement
discuss

Consider a model with some properties and one fragment array of objects. Before saving the owner model, object is added to the fragment array with values of object in state...