All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced Axios with node-fetch
1.2.1 - 2021-08-03
- Added
type
field tomessage
event object, to differentiate normal message and action message.
- Removed
error
event emission.
1.2.0 - 2021-08-03
system_message
->systemMessage
.
userJoined
event.userLeft
event.
1.1.1 - 2021-08-02
- No longer emits
system_message
event concerning self. - Properly handle and ignore (for now) embed messages (type C).
- Fetch room name upon join if name was undefined.
1.1.0 - 2021-07-31
- Moved system messages from
message
event tosystem_message
event.
- No longer emits
message
event on messages from self.