Releases: mkody/twitch-emoticons
2.9.0: Support renamed 7TV channel emotes
When you add a 7TV emote to your channel, the platform gives you the option to use a different name than the one set by the emote uploader.
An oversight led to the library to still use the original name and not the renamed version when fetching the channel's emotes.
For example, the original "fubukiYabe" has been renamed to "YABE" in my chat.
Before: "YABE" would not be parsed, only "fubukiYabe".
Now: "YABE" works. But note that "fubukiYabe" doesn't, which is to be expected!
2.8.10: Dependencies update
This is a maintenance release, no changes to the library.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.9: Dependencies update
This is just a maintenance release, no changes to the library.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.8: Dependencies update
This is just a maintenance release, no changes to the library.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.7: Dependencies update
This release contains a security update for follow-redirects
.
See: CVE-2024-28849 ; GHSA-cxjh-pqwp-8mfp
All other deps have been updated too, including Twurple to 7.1.0.
GitHub Actions workflows have been updated too.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.6: Dependencies update
This is just a maintenance release, no changes to the library.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.5: Dependencies update
This is just a maintenance release, no changes to the library.
Happy new year!
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.4: Dependencies update
One of our dependencies - Axios - got a security update.
We're releasing 2.8.4 to clear those big red warnings.
Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.
2.8.3: Update dependencies and experimental bundle
This release is pretty much only updates to our dependencies.
The project is also now being tested using the Jest framework!
Better than the custom solution from upstream.
[EXPERIMENTAL] There's also a bundled ESM version available.
Check out this quick POC and its source code: https://s.kdy.ch/twitch-emoticons/
(This is a republishing of 2.8.2 but with a proper .npmignore
)
2.8.1: Update typings
The new options
parameter in EmoteFetcher wasn't referenced.
This release also includes a now working "contributors" field in package.json, and the json
parameter in EmoteFetcher.fromObject() has
been renamed to emotesArray
.
Please look at the 2.8.0 release notes for what's new in 2.8.x.