Skip to content

v0.16.4

Compare
Choose a tag to compare
@dgeb dgeb released this 10 Dec 18:50

This release fixes a couple bugs, both related to null values:

  • When merging changes, say from a fork back into a root source, null values for has-one relationships were not being applied.
  • In some scenarios, the JSONAPISerializer would error when serializing null values for attributes.

Many thanks to @jembezmamy and @makepanic for finding and fixing these bugs.

Changelog

🐛 Bug Fix

  • @orbit/data
    • #710 Allow mergeOperations to set null for hasOne relationship (@jembezmamy)
  • @orbit/jsonapi
    • #712 [BUGFIX] Always allow serialization of null attributes (@makepanic)

Committers: 2