- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
1.3 KiB
1.3 KiB
2.1.0 (2023-12-03)
Features
2.0.0 (2023-06-22)
Bug Fixes
- empty TypedArray can now be packed (3475f45)
- undefined will stay undefined instead of null (83af274)
Features
- return
ArrayBufferinstead ofBlob(6b70875)
Reverts
- Revert "fix: undefined will stay undefined instead of null" (da49137)
BREAKING CHANGES
- Return type of
packis nowArrayBuffer