Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@pluv/addon-indexeddb@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/client@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/crdt@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/crdt-loro@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/crdt-yjs@4.0.0
Major Changes
Minor Changes
Patch Changes
eslint-config-pluv@4.0.0
Major Changes
Patch Changes
@pluv/io@4.0.0
Major Changes
df5c39c: Update all packages to be ESM only.
c142910: ### Breaking Changes
Updated jose from jose@^5 to jose@^6.
07e2a1e: ### Breaking Changes
Split
onDestroyintoonRoomDestroyedandonStorageDestroyedThe
onDestroyevent handler has been split into two separate handlers to provide better control over when storage is saved:onRoomDestroyed: Fires whenever a room is destroyed. This event no longer includesencodedStateto prevent accidentally saving empty or uninitialized storage data.onStorageDestroyed: Only fires when the storage document is about to be destroyed after it has been initialized viainitializeSession. This event includesencodedStateand should be used for saving storage to your database.Migration Guide:
Before:
After:
Type Changes:
IORoomListenerEventnow includesencodedState: string | nullIORoomDestroyedEventis a new type that does NOT includeencodedStateonRoomDeletednow usesIORoomDestroyedEventinstead ofIORoomListenerEventMinor Changes
Patch Changes
@pluv/persistence-cloudflare-transactional-storage@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/persistence-redis@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/platform-cloudflare@4.0.0
Major Changes
df5c39c: Update all packages to be ESM only.
07e2a1e: ### Breaking Changes
Split
onDestroyintoonRoomDestroyedandonStorageDestroyedThe
onDestroyevent handler has been split into two separate handlers to provide better control over when storage is saved:onRoomDestroyed: Fires whenever a room is destroyed. This event no longer includesencodedStateto prevent accidentally saving empty or uninitialized storage data.onStorageDestroyed: Only fires when the storage document is about to be destroyed after it has been initialized viainitializeSession. This event includesencodedStateand should be used for saving storage to your database.Migration Guide:
Before:
After:
Type Changes:
IORoomListenerEventnow includesencodedState: string | nullIORoomDestroyedEventis a new type that does NOT includeencodedStateonRoomDeletednow usesIORoomDestroyedEventinstead ofIORoomListenerEventMinor Changes
Patch Changes
@pluv/platform-node@4.0.0
Major Changes
df5c39c: Update all packages to be ESM only.
07e2a1e: ### Breaking Changes
Split
onDestroyintoonRoomDestroyedandonStorageDestroyedThe
onDestroyevent handler has been split into two separate handlers to provide better control over when storage is saved:onRoomDestroyed: Fires whenever a room is destroyed. This event no longer includesencodedStateto prevent accidentally saving empty or uninitialized storage data.onStorageDestroyed: Only fires when the storage document is about to be destroyed after it has been initialized viainitializeSession. This event includesencodedStateand should be used for saving storage to your database.Migration Guide:
Before:
After:
Type Changes:
IORoomListenerEventnow includesencodedState: string | nullIORoomDestroyedEventis a new type that does NOT includeencodedStateonRoomDeletednow usesIORoomDestroyedEventinstead ofIORoomListenerEventMinor Changes
Patch Changes
@pluv/platform-pluv@4.0.0
Major Changes
df5c39c: Update all packages to be ESM only.
07e2a1e: ### Breaking Changes
Split
onDestroyintoonRoomDestroyedandonStorageDestroyedThe
onDestroyevent handler has been split into two separate handlers to provide better control over when storage is saved:onRoomDestroyed: Fires whenever a room is destroyed. This event no longer includesencodedStateto prevent accidentally saving empty or uninitialized storage data.onStorageDestroyed: Only fires when the storage document is about to be destroyed after it has been initialized viainitializeSession. This event includesencodedStateand should be used for saving storage to your database.Migration Guide:
Before:
After:
Type Changes:
IORoomListenerEventnow includesencodedState: string | nullIORoomDestroyedEventis a new type that does NOT includeencodedStateonRoomDeletednow usesIORoomDestroyedEventinstead ofIORoomListenerEventMinor Changes
Patch Changes
@pluv/pubsub-redis@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/react@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/types@4.0.0
Major Changes
Minor Changes
Patch Changes
@pluv/tsconfig@4.0.0