Skip to content

v0.17.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgeb dgeb released this 31 Jul 15:47

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 as meta and links, to flow back to other sources as updates to records.

Changelog

🚀 Enhancement

  • @orbit/data
    • #772 Fill out recordDiffs implementation (@dgeb)
  • @orbit/jsonapi
    • #771 Expand exports in @orbit/jsonapi (@dgeb)

Committers: 1