Releases: smilefx/tmi-emote-parse
Releases · smilefx/tmi-emote-parse
Release v2.0.0
⚠ Breaking changes in v2.0.0
- Replaced unreliable API for getting Twitch UserIDs with the official Twitch API endpoint (making older version deprecated)
- The official Twitch API will need a
clientId
and anOAuth token
to work - Set it before loading emotes using the new function
emoteParser.setTwitchCredentials("<ClientID>", "<OAuth>")
- The official Twitch API will need a
Changes in v2.0.0
- Merged pull request #6 introducing debug mode to hide errors events in production enivronments (Thanks @timbohlmann)
- Debug mode is set to
false
as default - Change debug state using the new function
emoteParser.setDebug(true)
- Debug mode is set to
- Added
emoteParser.getLoadedDetailed()
function to provide more information about loaded emotes