Skip to content

Releases: adopted-ember-addons/ember-data-model-fragments

Release 6.0.0

26 May 00:40
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 5

Release 5.0.0

02 Feb 02:08
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 5.0.0-beta.9

16 Jan 19:26
Compare
Choose a tag to compare
Release 5.0.0-beta.9 Pre-release
Pre-release

🚀 Enhancement

🐛 Bug Fix

  • #447 Handle null record in isStateInitializing (@richgt)

🏠 Internal

Committers: 3

Release 5.0.0-beta.8

07 Jun 18:01
Compare
Choose a tag to compare
Release 5.0.0-beta.8 Pre-release
Pre-release

🐛 Bug Fix

🏠 Internal

Committers: 2

Release 5.0.0-beta.7

21 Apr 15:59
Compare
Choose a tag to compare
Release 5.0.0-beta.7 Pre-release
Pre-release
v5.0.0-beta.7

Release 5.0.0-beta.7

Release 5.0.0-beta.6

14 Apr 15:15
Compare
Choose a tag to compare
Release 5.0.0-beta.6 Pre-release
Pre-release

🐛 Bug Fix

  • #432 fix(serializer): fix the deserialization when using a typeKey as a function (@VincentMolinie)

🏠 Internal

Committers: 2

Release 5.0.0-beta.5

17 Mar 13:55
Compare
Choose a tag to compare
Release 5.0.0-beta.5 Pre-release
Pre-release

🐛 Bug Fix

  • #431 fix(dirty state): prevent record from being tagged as dirty when not changed (@VincentMolinie)

Committers: 1

Release 5.0.0-beta.4

16 Mar 18:21
Compare
Choose a tag to compare
Release 5.0.0-beta.4 Pre-release
Pre-release

🚀 Enhancement

  • #430 feat(polymorphism): add the possibility to compute the type based on owner and data (@VincentMolinie)

🐛 Bug Fix

🏠 Internal

Committers: 2

v5.0.0-beta.3

22 Dec 10:55
5a388a2
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

What's Changed

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

Full Changelog: v5.0.0-beta.2...v5.0.0-beta.3

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 #415.

v5.0.0-beta.2

20 Apr 13:07
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

#397 fix: use send('loadedData') instead of loadedData method (@runspired)