v0.17.0-beta.1
Pre-release
Pre-release
This is the first beta release for v0.17. It includes several important enhancements and deprecations:
-
As described in #695, an unsubscribe function is now returned whenever subscribing to an event (with
on
orone
). This function is more foolproof than callingoff
directly. -
IndexedDB and LocalStorage sources are now more efficient about activation and deactivation.
-
Thanks to #688, queries now support multiple expressions! This makes queries analogous to transforms, which can support multiple operations.
Query#expression
has been deprecated in favor ofQuery#expressions
.
Thanks to @tchak for doing all the heavy lifting with this release! 💪
Changelog
🚀 Enhancement
@orbit/core
,@orbit/data
,@orbit/record-cache
@orbit/indexeddb
,@orbit/local-storage
@orbit/indexeddb
@orbit/data
,@orbit/indexeddb
,@orbit/jsonapi
,@orbit/local-storage
,@orbit/memory
,@orbit/record-cache
Committers: 1
- Paul Chavard (@tchak)