-
-
Notifications
You must be signed in to change notification settings - Fork 114
Comparing changes
Open a pull request
base repository: adopted-ember-addons/ember-data-model-fragments
base: v6.0.2
head repository: adopted-ember-addons/ember-data-model-fragments
compare: master
- 18 commits
- 24 files changed
- 6 contributors
Commits on Jul 20, 2023
-
changedAttributes still return the dirty attributes until the record …
…has been fully committed (#476) * changedAttributes still return the dirty attributes until the record has been fully committed * review fixes --------- Co-authored-by: Vincent Molinié <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 247061d - Browse repository at this point
Copy the full SHA 247061dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e263b - Browse repository at this point
Copy the full SHA 11e263bView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cde6641 - Browse repository at this point
Copy the full SHA cde6641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36149fe - Browse repository at this point
Copy the full SHA 36149feView commit details
Commits on Sep 30, 2023
-
fix(changedAttributes): initial value of property which are supposed …
…to be null return a value when the record is in flight (#480) * test: add tests of attributes initially null to proove regression * fix: changedAttributes return the correct value until the record has been fully committed * test: fix tests --------- Co-authored-by: Vincent Molinié <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7948f16 - Browse repository at this point
Copy the full SHA 7948f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2417348 - Browse repository at this point
Copy the full SHA 2417348View commit details
Commits on Dec 13, 2023
-
fix: prevent You attempted to update _tracking on Tag issue on Ember-…
…data 4.5+ (#482) * fix: prevent You attempted to update _tracking on Tag issue ibn Ember-data 4.6 * fix: support correctly ember data below 4.5 * ci: include the new scenario into the CI --------- Co-authored-by: Vincent Molinié <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27d061a - Browse repository at this point
Copy the full SHA 27d061aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d563e77 - Browse repository at this point
Copy the full SHA d563e77View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9f6ca5 - Browse repository at this point
Copy the full SHA c9f6ca5View commit details -
Fix #316 polymorphic create fragment (#483)
* FragmentArray.createFragment should respect `type` in polymorphic arrays #316 * Remove unused test * Update tests/unit/polymorphic_test.js typo Co-authored-by: Vincent Molinié <[email protected]> * refactor: convert tests to modern syntax * fix attribute name in test * fix test failure * fix FragmentArray property documentation FragmentArray#type was renamed to modelName FragmentArray#options are no longer used * reformat code * ensure that the fragment owner is set * add failing test for createRecord * fix createRecord for polymorphic fragment arrays --------- Co-authored-by: Stefan Fochler <[email protected]> Co-authored-by: Ilya Radchenko <[email protected]> Co-authored-by: Vincent Molinié <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e005411 - Browse repository at this point
Copy the full SHA e005411View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9d483 - Browse repository at this point
Copy the full SHA ce9d483View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d39e94c - Browse repository at this point
Copy the full SHA d39e94cView commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49fc7bc - Browse repository at this point
Copy the full SHA 49fc7bcView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e3fc50 - Browse repository at this point
Copy the full SHA 2e3fc50View commit details
Commits on May 6, 2024
-
Fix updating fragment arrays multiple times in the same runloop (#487)
* run CI in production environment * upgrade ember-try Fixes the following error: Error: Cannot copy '../../../browserslist/cli.js' to a subdirectory of itself, '../../../browserslist/cli.js'. at /home/runner/work/ember-data-model-fragments/ember-data-model-fragments/node_modules/ember-try/node_modules/fs-extra/lib/copy/copy.js:210:21 at FSReqCallback.oncomplete (fs.js:180:23) ember-cli/ember-try#967 * upgrade to node.js 18 * fix store.find deprecation * replace assert.throws with expectAssertion * fix updating fragment array multiple times * revert to node 14 and use `yarn --ignore-engines`
Configuration menu - View commit details
-
Copy full SHA for f04e04a - Browse repository at this point
Copy the full SHA f04e04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 316e9be - Browse repository at this point
Copy the full SHA 316e9beView commit details
Commits on May 22, 2024
-
Preserve fragment array state after the record is unloaded (#488)
* add tests for record state after unload * preserve fragment array state after unload * only notify on changed keys * add assertion when updating a destroyed fragment array
Configuration menu - View commit details
-
Copy full SHA for 90ecdc4 - Browse repository at this point
Copy the full SHA 90ecdc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939bacb - Browse repository at this point
Copy the full SHA 939bacbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.2...master