@talkjs/core 1.8.3 → 1.9.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,17 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
69
69
 
70
70
  ## Changelog
71
71
 
72
+ ### 1.9.0
73
+
74
+ - Renamed multiple classes and methods:
75
+ - `ReactionRef` -> `ReactionsRef`
76
+ - `MessageRef.reaction` -> `MessageRef.reactions`
77
+ - `ReactionSnapshot` -> `ReactionsSummarySnapshot`
78
+ - The old names will continue to be available as aliases, for back-compat.
79
+ - Added `ReactionsRef.subscribe` which subscribes to the list of users who added a specific reaction onto a message
80
+ - Added `SingleReactionSnapshot`, `ReactionsSubscription`, and `ReactionsActiveState`
81
+ - Added `ReactionRef.getFirstReactions` which is a simpler way to just fetch the first page of users who reacted with an emoji
82
+
72
83
  ### 1.8.3
73
84
 
74
85
  - Fix an issue where year ranges such as `2010-2018` were being treated as phone numbers when content suppression was enabled