github tmijs/tmi.js v1.5.0
tmi.js v1.5.0

latest releases: v1.9.0-pre.1, v1.9.0-pre.0, v1.8.5...
4 years ago

v1.5.0

  • Add isReactNative utility function. #354 3557618
    This is used by client.api to know when to use XMLHttpRequest instead of JSONP.
const isReactNative = require('tmi.js/utils').isReactNative();
  • Fixed followersonly event when followers-only mode is enabled. #351 7e27d0c
client.on('followersonly', (channel, enabled, minutes) => {
    if(enabled) {
        console.log('Followers-only mode was enabled without throwing an error.');
    }
});

Don't miss a new tmi.js release

NewReleases is sending notifications on new releases.