@talkjs/core 1.8.0 → 1.8.1

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.8.1
73
+
74
+ - Calling `loadMore` on one subscription no longer affects other subscriptions
75
+ - While a `loadMore` request is in progress, you can now call `loadMore` again with a higher `count` to fetch a bigger page
76
+
72
77
  ### 1.8.0
73
78
 
74
79
  - Added `ParticipantRef.subscribe` which lets you subscribe to a specific participant in a conversation