v0.16.4
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 serializingnull
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
- Christian (@makepanic)
- Paweł Bator (@jembezmamy)