@talkjs/core 1.5.4 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -69,6 +69,11 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
69
69
 
70
70
  ## Changelog
71
71
 
72
+ ### 1.5.5
73
+
74
+ - Marked snapshot properties as readonly and applied Object.freeze to snapshots. These were never intended to be editable, as the snapshots are reused and shared between sessions.
75
+ - Improved docs for `ConversationRef` to better explain the reason why `ConversationRef.set` adds you to the conversation.
76
+
72
77
  ### 1.5.4
73
78
 
74
79
  - Fixed a bug that prevented the websocket from disconnecting when idle after unsubscribing.