@talkjs/core 1.1.1 → 1.3.0

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,21 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
69
69
 
70
70
  ## Changelog
71
71
 
72
+ ### 1.3.0
73
+
74
+ - Added `TalkSession.subscribeConversations` which returns a windowed subscription to your most recently active conversations.
75
+ - Added `ConversationListSubscription`
76
+
77
+ ### 1.2.0
78
+
79
+ - Added `ConversationRef.subscribeParticipants` which returns a windowed subscription to the participants in the conversation.
80
+ - Added `ParticipantSubscription` and `ParticipantActiveState`.
81
+ - Improved startup time by sending queued requests faster when you first open the connection.
82
+
83
+ ### 1.1.1
84
+
85
+ - Added `ConversationSnapshot.everyoneReadUntil` which is the minimum of all the participants' `readUntil` values.
86
+
72
87
  ### 1.1.0
73
88
 
74
89
  - Added `ConversationRef.subscribeTyping` which lets you subscribe to typing indicators in a conversation.
@@ -82,8 +97,3 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
82
97
  ### 1.0.0
83
98
 
84
99
  - Initial Release
85
-
86
-
87
- ### 1.1.1
88
-
89
- - Added `ConversationSnapshot.everyoneReadUntil` which is the minimum of all the participants' `readUntil` values.