New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

ember-data-model-fragments

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-data-model-fragments - npm Package Versions

knownasilya
published 6.0.0 •

Changelog

Source

v6.0.0 (2023-05-26)

:boom: Breaking Change
:rocket: Enhancement
:bug: Bug Fix
:memo: Documentation
:house: Internal
Committers: 5
knownasilya
published 5.0.0 •

Changelog

Source

v5.0.0 (2023-02-02)

:bug: Bug Fix
Committers: 1
knownasilya
published 5.0.0-beta.9 •

Changelog

Source

v5.0.0-beta.9 (2023-01-16)

:rocket: Enhancement
:bug: Bug Fix
  • #447 Handle null record in isStateInitializing (@richgt)
:house: Internal
Committers: 3
knownasilya
published 5.0.0-beta.8 •

Changelog

Source

v5.0.0-beta.8 (2022-06-07)

:bug: Bug Fix
:house: Internal
Committers: 2
knownasilya
published 5.0.0-beta.7 •

Changelog

Source

v5.0.0-beta.7 (2022-04-21)

knownasilya
published 5.0.0-beta.6 •

Changelog

Source

v5.0.0-beta.6 (2022-04-14)

:bug: Bug Fix
  • #432 fix(serializer): fix the deserialization when using a typeKey as a function (@VincentMolinie)
:house: Internal
Committers: 2
knownasilya
published 5.0.0-beta.5 •

Changelog

Source

v5.0.0-beta.5 (2022-03-17)

:bug: Bug Fix
  • #431 fix(dirty state): prevent record from being tagged as dirty when not changed (@VincentMolinie)
Committers: 1
knownasilya
published 5.0.0-beta.4 •

Changelog

Source

v5.0.0-beta.4 (2022-03-16)

:rocket: Enhancement
  • #430 feat(polymorphism): add the possibility to compute the type based on owner and data (@VincentMolinie)
:bug: Bug Fix
:house: Internal
Committers: 2

What's Changed

  • 🐛 Bugfix: Pass arguments to super.commitWasRejected to get back DS.Errors by @enspandi in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/412
  • 🐛 Bugfix: modelName undefined when serializing fragment and fragment array by @knownasilya in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/407
  • 🐛 Bugfix: Fix serialization in ember 3.28 by @VincentMolinie in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/414
  • 🐛 Bugfix: Fix fragment attributes in save response being ignored by @dwickern in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/404
  • 🏠 Do not fail CI on Ember release by @patocallaghan in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/419
  • 💥 Breaking fix: respect null on server updates by @ro0gr in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/415
  • 🐛 Bugfix: Make sure we can update fragments/fragment arrays after they are initially set to null by @patocallaghan in https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/384

Breaking change

Before 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.

patocallaghan
published 5.0.0-beta.3 •

Changelog

Source

v5.0.0-beta.3 (December 22, 2021)

patocallaghan
published 5.0.0-beta.2 •

Changelog

Source

v5.0.0-beta.2 (April 20, 2021)

  • 🐛 Bugfix: #397 Use send('loadedData') instead of loadedData method (@runspired)