Skip to content

v0.16.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgeb dgeb released this 15 Mar 14:48

This is the second pre-release of Orbit v0.16. It consists primarily of bug-fixes, but also adds a new rebase method to @orbit/store.

The rebase method works similarly to a git rebase. After a store is forked, there will be two stores: a base and a fork. Both may be updated with transforms. When forkedStore.rebase() is called, any commits on the fork will be undone, the commits to the base store since the fork point will be replayed on the fork, and then the commits on the fork will be replayed on top.

Changelog

🚀 Enhancement

🐛 Bug Fix

  • @orbit/record-cache

    • #603 Return empty array when querying for non-existing relationships with findRelatedRecords (@PieterJanVdb)
  • @orbit/record-cache

🏠 Internal

  • @orbit/store
    • #604 Cleanup and extend store tests (@dgeb)

Committers: 3