Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@smilefx smilefx released this 26 Aug 16:03
· 1 commit to master since this release

⚠ 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