You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve/correct handling of events and collections (#593)
* fix: don't emit COLLECTION_CHANGED when entities restored into deleted collections
* test: add two tests for problematic collections events
* feat: distinguish between 'restored' and 'created' entities in entities changed event
(Fixes a bug with duplicate events being emitted for collection changes.)
* fix: don't allow adding entities to a deleted collection (likely mistake)
* test: add an even more difficult edge case
* feat!: COLLECTION_CHANGED ignores changes to entity draft state, like soft deletes
* build: version bump to 1.1.0
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments