@talkjs/core 1.0.0 → 1.1.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
@@ -2,7 +2,7 @@
2
2
 
3
3
  The `@talkjs/core` package lets you connect to your [TalkJS](https://talkjs.com) chat as a user and read, subscribe to, and update your chat data.
4
4
 
5
- [See our docs](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/) for more information.
5
+ [See our docs](https://talkjs.com/docs/Reference/JavaScript_Data_API/) for more information.
6
6
 
7
7
  ## Prerequisites
8
8
 
@@ -69,6 +69,16 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
69
69
 
70
70
  ## Changelog
71
71
 
72
+ ### 1.1.0
73
+
74
+ - Added `ConversationRef.subscribeTyping` which lets you subscribe to typing indicators in a conversation.
75
+ - Added `TypingSubscription`, `TypingSnapshot`, `ManyTypingSnapshot`, `FewTypingSnapshot`
76
+
77
+ ### 1.0.1
78
+
79
+ - Fixed a bug with `ConversationRef.subscribe` where it would emit the same snapshot multiple times in a row, when old messages were edited or deleted.
80
+ - Exported types for `GenericFileMetadata`, `AudioFileMetadata`, `ImageFileMetadata`, `VideoFileMetadata`, and `VoiceRecordingFileMetadata`
81
+
72
82
  ### 1.0.0
73
83
 
74
84
  - Initial Release