Update dependency tmi.js to v1.8.3 - autoclosed #6
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.3
By 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
b9a9a70
Clear emotesets timerv1.8.2
: tmi.js v1.8.2Compare Source
v1.8.2 [Deprecated]
826e105
Remove async/await code fromclient._updateEmoteset
. #463v1.8.1
28be1a7
Revert class and destructuring syntax.v1.8.1
Compare Source
v1.8.0
: tmi.js v1.8.0Compare Source
v1.8.0
f9a5b3a
The optionconnection.reconnect
is nowtrue
by default.43900a9
Added optionoptions.skipMembership
(false
by 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.c74c2bb
options.skipUpdatingEmotesets
(false
by default) to skip calling theemoticon_images
API which can be a lot of data. Theemotesets
event 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_images
API will be recalled. Set to0
or a negative number (orfalse
) to disable the timer entirely.33c15c7
The Client has been converted to a class style.ff341d2
Client.prototype.api
will 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 liketwitch
on npm.76edfc8
dea8eed
5ea712f
f689bc5
Remove various util functions.8f3a849
Fixed possible case fallthrough bug.efc6cdb
Add eslint (and many more commits related to facelifting the repo)v1.7.5
9d8ca1c
Add "sub" alias for "subscription" eventv1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
: tmi.js v1.7.3Compare Source
v1.7.3
3e46332
Added the event "globaluserstate". See the Twitch docs on the tags for the GLOBALUSERSTATE IRC command. These tags have always been available viaclient.globaluserstate
after the command but hasn't been emitted.989bdad
Updated dependencies (package-lock)v1.7.2
: tmi.js v1.7.2Compare Source
v1.7.2
Accept
header to Krakenemoticon_images
request.e85809b
Upgrade dependencies.