v0.15: Vue 3, Collection.remove, useDebounce Upgrade
· 9 min read
New Platforms:
- Vue 3 with full composables: useSuspense, useCache, useDLE, useController, useQuery
New Features:
- Collection.remove for removing items from collections
- RestEndpoint.remove for combined PATCH + collection removal
- Unions can query() without type discriminator
- Invalidate supports Unions for polymorphic delete operations
- mockInitialState() for simpler test setup
Performance:
- 10-20% improvement for get/denormalize operations
