v0.17.0-beta.5
Pre-release
Pre-release
This beta release solves a few issues remaining from v0.17.0-beta.4:
- Fixes an oversight in which the deprecated jsonapi-serializer module was no longer exported from
@orbit/jsonapi
. - Exposes several methods on the JSONAPISource related to transform and query request processing, as well as the supporting lib modules, to allow for easier customization on a per-request level.
- Expands
recordDiffs
to handle all possible record fields. For@orbit/jsonapi
this will allow any server-driven changes to a record, including fields such asmeta
andlinks
, to flow back to other sources as updates to records.
Changelog
🚀 Enhancement
@orbit/data
@orbit/jsonapi
Committers: 1
- Dan Gebhardt (@dgeb)