ember-data-model-fragments
Advanced tools
Changelog
v6.0.0 (2023-05-26)
Changelog
v5.0.0 (2023-02-02)
Changelog
v5.0.0-beta.9 (2023-01-16)
Changelog
v5.0.0-beta.8 (2022-06-07)
Changelog
v5.0.0-beta.6 (2022-04-14)
Changelog
v5.0.0-beta.5 (2022-03-17)
Changelog
v5.0.0-beta.4 (2022-03-16)
release-it
to automate releases and add missing entries from CHANGELOG.md (@patocallaghan)super.commitWasRejected
to get back DS.Errors
by @enspandi in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/412Before v5.0.0-beta.3, when setting a fragment array property to null
from a server response, it wouldn't nullify the attribute. Instead, the fragment array instance just became empty with no items inside. Now updating the fragment array to null
works correctly and is consistent with fragments behaviour. For more details see https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/415.