v0.16.0-beta.2
Pre-release
Pre-release
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
@orbit/store
- #596 Add Store.rebase() (@Bernhard---H)
🐛 Bug Fix
-
@orbit/record-cache
- #603 Return empty array when querying for non-existing relationships with findRelatedRecords (@PieterJanVdb)
-
@orbit/record-cache
🏠 Internal
Committers: 3
- Bernhard Halbartschlager (@Bernhard---H)
- Pieter-Jan Vandenbussche (@PieterJanVdb)
- Dan Gebhardt (@dgeb)