Update dependency tmi.js to v1.8.3 (main) #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.1->1.8.3By merging this PR, the issue #2 will be automatically resolved and closed:
Release Notes
tmijs/tmi.js (tmi.js)
v1.8.3: tmi.js v1.8.3Compare Source
v1.8.3
b9a9a70Clear emotesets timerv1.8.2: tmi.js v1.8.2Compare Source
v1.8.2 [Deprecated]
826e105Remove async/await code fromclient._updateEmoteset. #463v1.8.1
28be1a7Revert class and destructuring syntax.v1.8.1Compare Source
v1.8.0: tmi.js v1.8.0Compare Source
v1.8.0
f9a5b3aThe optionconnection.reconnectis nowtrueby default.43900a9Added optionoptions.skipMembership(falseby default) to not receive JOIN/PART messages for other users. This can reduce a lot of the spammy data that's getting blasted at the client.c74c2bboptions.skipUpdatingEmotesets(falseby default) to skip calling theemoticon_imagesAPI which can be a lot of data. Theemotesetsevent will still be called but the second argument will just be an empty object.options.updateEmotesetsTimer(60000(ms) by default) to change how often theemoticon_imagesAPI will be recalled. Set to0or a negative number (orfalse) to disable the timer entirely.33c15c7The Client has been converted to a class style.ff341d2Client.prototype.apiwill now warn on use as it's deprecated and will be removed by the next minor version, 1.9.0. It's not intended to be a great choice for API requests. Either directly usefetch/node-fetch, another request library, or a Twitch-specific library liketwitchon npm.76edfc8dea8eed5ea712ff689bc5Remove various util functions.8f3a849Fixed possible case fallthrough bug.efc6cdbAdd eslint (and many more commits related to facelifting the repo)v1.7.5
9d8ca1cAdd "sub" alias for "subscription" eventv1.7.5Compare Source
v1.7.4Compare Source
v1.7.3: tmi.js v1.7.3Compare Source
v1.7.3
3e46332Added the event "globaluserstate". See the Twitch docs on the tags for the GLOBALUSERSTATE IRC command. These tags have always been available viaclient.globaluserstateafter the command but hasn't been emitted.989bdadUpdated dependencies (package-lock)v1.7.2: tmi.js v1.7.2Compare Source
v1.7.2
Acceptheader to Krakenemoticon_imagesrequest.e85809bUpgrade dependencies.