Skip to content

Releases: smilefx/tmi-emote-parse

Release v2.0.0

26 Aug 16:03
Compare
Choose a tag to compare

⚠ 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 an OAuth token to work
    • Set it before loading emotes using the new function emoteParser.setTwitchCredentials("<ClientID>", "<OAuth>")

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)
  • Added emoteParser.getLoadedDetailed() function to provide more information about loaded emotes